Page 1 of 1

PowerShell script to open Settings (control panel)

Posted: 2021-Nov-26, 4:17 pm
by Simon Sheppard
This simple script displays a text menu and then opens your selection of Settings (control panel)
https://ss64.com/ps/syntax-settings.html

The script works but I feel like there may be a less verbose way of writing it, perhaps with a hash table.
Also it would be good if the first menu option could accept multiple items, so for example D2 could open keyboard settings directly rather than selecting D and then 2.