mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-08-06 03:56:23 -05:00
[Legacy Panel] TIMEDATE (#3432)
* add TIMEDATE.cpl Panel * Fix standardization --------- Co-authored-by: Chris Titus <contact@christitus.com> Co-authored-by: Chris Titus Tech <dfm.titus@gmail.com>
This commit is contained in:
@ -11,15 +11,15 @@ function Invoke-WPFControlPanel {
|
||||
param($Panel)
|
||||
|
||||
switch ($Panel) {
|
||||
"WPFPanelcontrol" {control}
|
||||
"WPFPanelcomputer" {compmgmt.msc}
|
||||
"WPFPanelnetwork" {ncpa.cpl}
|
||||
"WPFPanelpower" {powercfg.cpl}
|
||||
"WPFPanelregion" {intl.cpl}
|
||||
"WPFPanelsound" {mmsys.cpl}
|
||||
"WPFPanelprinter" {Start-Process "shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}"}
|
||||
"WPFPanelsystem" {sysdm.cpl}
|
||||
"WPFPaneluser" {control userpasswords2}
|
||||
"WPFPanelGodMode" {Start-Process "shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"}
|
||||
"WPFPanelControl" {control}
|
||||
"WPFPanelComputer" {compmgmt.msc}
|
||||
"WPFPanelNetwork" {ncpa.cpl}
|
||||
"WPFPanelPower" {powercfg.cpl}
|
||||
"WPFPanelPrinter" {Start-Process "shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}"}
|
||||
"WPFPanelRegion" {intl.cpl}
|
||||
"WPFPanelSound" {mmsys.cpl}
|
||||
"WPFPanelSystem" {sysdm.cpl}
|
||||
"WPFPanelTimedate" {timedate.cpl}
|
||||
"WPFPanelUser" {control userpasswords2}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user