issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unless I've already mentioned this, there should be an option to warn the user that their selections will be modified before importing selections and give them a chance to back out.
#58
DrewNaylor
opened
1 year ago
0
Allow importing and exporting the current Registry key value partially using the CLI.
#57
DrewNaylor
opened
4 years ago
0
Use a form with a textbox to display the current Registry key value.
#56
DrewNaylor
opened
4 years ago
0
Known issue: Clearing the textbox in the Directly apply key value window doesn't set focus to the textbox.
#55
DrewNaylor
opened
4 years ago
0
Update hsp_registry-helper version number to 0.3 since it had a few changes, or maybe just 0.2.1 if there were no functional changes other than the addition of "/about".
#54
DrewNaylor
closed
4 years ago
0
Might be a good idea to have an option to load the current key value from the Registry.
#53
DrewNaylor
opened
5 years ago
2
Allow the user to copy their current selections into the "Directly apply key value" window if they want to.
#52
DrewNaylor
closed
5 years ago
1
Add "Check all" and "Uncheck all" buttons to page list context menu.
#51
DrewNaylor
closed
6 years ago
0
Use a custom dialog/form when reminding the user to create a restore point.
#50
DrewNaylor
closed
5 years ago
3
Allow user to update page list.
#49
DrewNaylor
opened
6 years ago
2
Allow user to reset HideSettingsPages options.
#48
DrewNaylor
closed
5 years ago
1
Add missing Settings app URIs to list of pages.
#47
DrewNaylor
closed
4 years ago
2
Remove unneeded URIs from list of pages to hide.
#46
DrewNaylor
closed
4 years ago
0
If the Registry Key Value Preview window gets hidden behind another window, it can't be shown again on top of the window that hid it.
#45
DrewNaylor
closed
7 years ago
0
Allow the user to choose a custom directory they want to run hsp_registry-helper.exe from.
#44
DrewNaylor
closed
5 years ago
1
How to see if hsp_registry-helper.exe exists in the same folder as HideSettingsPages.exe.
#43
DrewNaylor
closed
7 years ago
1
Allow /help and /? args to display help info text.
#42
DrewNaylor
closed
7 years ago
0
Update HideSettingsPages version number to 0.3 and hsp_registry-helper version number to 0.2.
#41
DrewNaylor
closed
7 years ago
0
Make the About window's text for "Git" be in a string in My.Resources just like UXL Launcher.
#40
DrewNaylor
closed
7 years ago
0
Put the app info in the About window into a text file in My.Resources.
#39
DrewNaylor
closed
7 years ago
0
Add boilerplate text-style output to hsp_registry-helper if the user uses the arg: "/about".
#38
DrewNaylor
closed
5 years ago
2
Separate the info on different components into their own About window section in the textbox.
#37
DrewNaylor
closed
7 years ago
0
Allow users to enable or disable messageboxes via "Options>Show startup message" and other entries such as for system restore reminder.
#36
DrewNaylor
closed
7 years ago
3
Show only the major and minor version numbers instead of the whole thing.
#35
DrewNaylor
closed
7 years ago
2
Instead of using global variables to determine the args for the main sub of hsp_registry-helper, just do what I want to do in #26.
#34
DrewNaylor
closed
7 years ago
2
New command-line arg: "/?" and "/help" for hsp_registry-helper to show the list of commands that usually only shows up if there's a missing or invalid command-line arg.
#33
DrewNaylor
closed
7 years ago
1
Don't show the console windows when launching hsp_registry-helper from HideSettingsPages.
#32
DrewNaylor
closed
7 years ago
0
Tell the user if hsp_registry-helper cannot be found.
#31
DrewNaylor
closed
7 years ago
2
Allow users to apply a specific string and bypass the rest of the HideSettingsPages UI.
#30
DrewNaylor
closed
5 years ago
4
Ask the user if they're sure they want to apply or delete the Registry key value when they click on the buttons in HideSettingsPages AND tell them it uses UAC since I can't find a good example of a UAC button in vb.net.
#29
DrewNaylor
closed
7 years ago
2
After applying or removing the Registry key value, confirm that it was applied or removed AND tell the user if it was successful or not.
#28
DrewNaylor
closed
7 years ago
1
Allow adding value to Registry key.
#27
DrewNaylor
closed
7 years ago
0
Instead of using global variables in hsp_registry-helper, just use parameters to link all the subs together.
#26
DrewNaylor
closed
5 years ago
4
Allow undoing all SettingsPageVisibility changes.
#25
DrewNaylor
closed
7 years ago
0
Add code to see if Registry key value exists.
#24
DrewNaylor
closed
7 years ago
0
New class for output with no argument.
#23
DrewNaylor
closed
7 years ago
0
New command-line argument: "/verify" to see if there's a Registry key value for hiding Settings pages and if so, what the current value is.
#22
DrewNaylor
closed
7 years ago
3
Move hsp_registry-helper output to new class for organization.
#21
DrewNaylor
closed
7 years ago
0
Changes I forgot to place into current working branch.
#20
DrewNaylor
closed
7 years ago
0
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
DrewNaylor
closed
7 years ago
1
Reverse the arguments for hsp_registry-helper AND change the "undo" or "apply" arguments to "/undo" and "/apply."
#18
DrewNaylor
closed
7 years ago
0
Show hsp_registry-helper.exe file version in About window right under HideSettingsPages version.
#17
DrewNaylor
closed
7 years ago
1
Ask the user to create a System Restore Point manually before applying or removing the Registry key value if they want AND tell them how to do it.
#16
DrewNaylor
closed
7 years ago
5
Improved method of accessing arguments...
#15
DrewNaylor
closed
7 years ago
0
Make a .reg file for the user to run if they have issues and want to delete the key value without opening HideSettingsPages and clicking the "Undo all changes" button.
#14
DrewNaylor
closed
7 years ago
2
Tell the user which key value we will write before it's written.
#13
DrewNaylor
closed
7 years ago
2
Rename key to key value
#12
DrewNaylor
closed
7 years ago
0
How to delete Registry key values.
#11
DrewNaylor
closed
7 years ago
1
How to elevate permissions when the user clicks on the "Apply" or "Undo" buttons at the bottom.
#10
DrewNaylor
closed
7 years ago
2
Known issue: If certain categories (such as System) have every page hidden, the Settings app may crash when trying to open those categories.
#9
DrewNaylor
opened
7 years ago
2
Next