Skip to content

HideSettingsPages Version 0.4 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@DrewNaylor DrewNaylor released this 19 Dec 23:45
· 2 commits to master since this release

Version 0.4 Beta is ready after two years and a few months (since Version 0.3 Beta was released) that contained college, other software work, and unrelated stuff! Make sure to read the Readme included with HideSettingsPages or on the Wiki as it has important info. Also refer to the System Requirements.

If you are reading this in Notepad or another text editor, it displays best in Word Wrap view. Click on Format>Word Wrap on the top bar. Notepad++ users will find it under View>Word Wrap.


HideSettingsPages -- Version 0.4 Beta -- 12/19/2019 (MM/DD/YYYY).

---------------
CHECKSUMS
~~~~~~~~~

MD5 checksums are no longer used for HideSettingsPages as of Version 0.4 Beta since MD5 isn't as good as SHA256.

You can use Windows PowerShell to confirm the hash of the files listed below by running
Get-FileHash .\HideSettingsPages.exe -Algorithm SHA256 in the folder you extracted the archive to and comparing the output to my sum listed below. Substitute the filename in the command with the filenames below. HowToGeek has a nice article on this:
https://www.howtogeek.com/67241/htg-explains-what-are-md5-sha-1-hashes-and-how-do-i-check-them/ , but the Windows section is a bit further down on the page.

SHA256 checksum of "HideSettingsPages.exe" after extraction: 34762A4923940E187E047ECBC80238C5E77AA6403C48AAC3EB2A2D1D2B3E3A3E

SHA256 checksum of "hsp_registry-helper.exe" after extraction: 6AAFCB57CB97E4A2589B945C084578F3F6EDE070FA1C802897E72E6271E52480

SHA256 checksum of "EmergencyUndoAllChanges.reg" after extraction: CEE7B24BE99FF7DA0476A471169825428D1686F70BFDAFB1CEE94151F9F629B4

The Registry key value this app writes to is "SettingsPageVisibility" located at "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer". Anything in this app that requires writing to this key value will ask for administrative permissions.

---------------
CHANGELOG
~~~~~~~~~

Below this text is the changelog. It compares HideSettingsPages Version 0.3 Beta to HideSettingsPages Version 0.4 Beta.

If you would like to look at the same comparison as I did while writing this changelog, you can do so here:
v0.3-beta...v0.4-beta
The link above will be active by the time this is posted, but I used a slightly different comparison since the one I linked to wasn't ready yet. However, the content was the same, so it shouldn't matter.

Many of the changes presented below have a related issue in the Version 0.4 milestone, if you would like to look at a bit more detail than listed here.


HideSettingsPages Version 0.4 Beta Changelog

HideSettingsPages

  • Added:
    • Importing and exporting page list selections is now possible, and can be done with the relevant items in the File menu, or with Ctrl+O for importing and with Ctrl+S for exporting. By default, your current selections will remain, but if you want to, you can have them be unchecked before importing them by checking Uncheck all page list items before importing selections in the Options menu.
    • Checking/unchecking all items in the page list is now possible from the page list context menu.
    • A specific key value can now be applied using the Directly apply key value window which is accessed from the File menu. If you wish, you can copy your current selections into the window with by Shift-clicking on the menubar item, by pressing Ctrl+Shift+D, or by checking Always copy selections into Directly apply key value window in the Options menu.
    • The Settings app can be launched from File>Launch Settings app. There's another application with a similar purpose to this one with this feature, and I thought it would be a useful addition.
    • Clicking either radio button in the Settings page visibility groupbox will now update the label above the page list to reflect your choice.
    • On application startup, the page list will be loaded from a file named pagelist.txt if there's a file with that name next to the EXE file. If not, it'll just be loaded from the built-in page list. This can be used to add additional pages not listed by default, or to remove pages that aren't required for a given situation.
    • The About window About tab textbox now has a tabstop, which should allow for screenreaders to read the text if needed.
    • In case there are any page list items that aren't in alphabetical order, the page list is now set to sort its items automatically.
    • Add some comments to clarify the code.
    • Links to the project's Appveyor build status have been added to the readme.

--------------------------------------------------------

  • Changed:
    • Missing Settings app URIs (as of Windows 10 1903 and based on what shows up on my desktop) have been added to the page list (with the exception of Region, since I couldn't figure it out and Microsoft doesn't list it) and unneeded ones have been removed.
    • Increased the height of the Registry key value preview textbox to show more of the preview. Some side effects occur as a result:
      • Controls in the Settings page visibility groupbox are closer together and the groupbox itself is smaller.
      • The Settings page list groupbox is moved up slightly and the label above the page list was moved up a little as well.
      • There's less of a gap on the top and bottom for the Apply, Undo, and Exit buttons.
    • Restore point reminder window is now a custom form with two link labels that direct users to relevant parts of the posts that were automatically opened when the user clicked Yes in the previous version. There's also a checkbox in the bottom-left in case the user doesn't want this message to show up again if they click No. Automatically opening the links really bothered me personally, so it's good that it doesn't do that anymore since other people were probably bothered, too.
    • Instead of opening the System Properties page in the Control Panel when choosing to create a restore point, the real System Protection window is opened. On 64-bit Windows, this involves using a workaround where CMD is started from C:\Windows\sysnative in order to get access to the real System32 directory where SystemPropertiesProtection.exe with the System Restore settings lives. As a result of the CMD workaround, a CMD window will show up, but it can be ignored.
    • Tab indexes for About window controls have been improved so that tabbing through controls works in a way that makes sense.
    • Page list is now pulled from a text file resource instead of being stored in the checked list box directly, which allows for easier editing of the page list when necessary.
    • If building from source via code downloaded from the master branch on GitHub, text in the About window's About tab shouldn't be jumbled together and should now have proper line endings.
    • Changed Acknowledgments tab and menubar button to match the RTF document title (added an "e": Acknowledg(e)ments)
    • Fixed typo in readme and added mention of Windows 10 in S Mode to the part talking about Windows 10 S.
    • Updated copyright boilerplate with more detail, including that Microsoft is not associated with this project and that they don't endorse the software.
    • Updated copyright years to 2017-2019.

--------------------------------------------------------

  • Removed:
    • Since copyright years aren't required, the placeholder copyright year text for Microsoft's copyrights has been removed to make more sense.

---------------------------------------------------------------------------------------------------------------

hsp_registry-helper

  • Added:
    • Starting the application from the command line with the argument of /about will now show more information about the application than what's in the /help output. This message is similar to what's shown in the HideSettingsPages About window for hsp_registry-helper.

--------------------------------------------------------

  • Changed:
    • Messageboxes should no longer be blurry on HiDPI displays.
    • Updated copyright years from 2017 to 2017-2019.

---------------------------------------------------------------------------------------------------------------

Other

  • Added:
    • If you want to, there's a new application named CrLf2Semicolon that converts any Windows line endings in the input to semicolons. There's also a checkbox to convert Unix line endings in addition to Windows line endings, if necessary. This application isn't included as a binary in the archive, so it needs to be built from source to use it. This may be useful if you want to test new page lists without loading them into HideSettingsPages, checking all items, and applying.