DrewNaylor / HideSettingsPages

GUI to set a Registry key value to hide individual pages in the Windows 10 Settings app on the Creators Update and newer.
GNU General Public License v3.0
3 stars 0 forks source link

When figuring out what code to run based on the /apply or /undo argument, do something like "If applyOrUndo = "/apply" Then (apply key value) ElseIf applyOrUndo = "/undo" Then (delete key value) Else (complain about invalid argument.)" #19

Closed DrewNaylor closed 7 years ago

DrewNaylor commented 7 years ago

Now implemented.