add computer management + remove bloat from WPFControlPanel (#3431)

This commit is contained in:
MyDrift
2025-06-26 20:23:33 +02:00
committed by GitHub
parent d6b78d1d06
commit 661dfa6318
3 changed files with 17 additions and 7 deletions

View File

@ -35,6 +35,7 @@ function Invoke-WPFButton {
"WPFFeatureInstall" {Invoke-WPFFeatureInstall}
"WPFPanelDISM" {Invoke-WPFSystemRepair}
"WPFPanelAutologin" {Invoke-WPFPanelAutologin}
"WPFPanelcomputer" {Invoke-WPFControlPanel -Panel $button}
"WPFPanelcontrol" {Invoke-WPFControlPanel -Panel $button}
"WPFPanelnetwork" {Invoke-WPFControlPanel -Panel $button}
"WPFPanelpower" {Invoke-WPFControlPanel -Panel $button}