Feels weird to have to do this, but I have refactored the functions in Get-RegFileOperations.ps1 to avoid false positives in Windows Security (Windows Defender) and Bitdefender.
Related issues: #621, #624
* Remove RemoveCommApps and RemoveW11Outlook presets. These are largely redundant. Use -RemoveApps parameter instead
* Add additional options to change the `All Apps` view in the start menu (Hide, Grid, Category, List)
* Add clean start menu backup validation to start menu restore function
* Resolve nested quoting bug in Run.bat when path has spaces, see #583
* Fix desync issue when toggling "Only Show Installed" checkbox too fast
* Fix: add missing keys in Sysprep/Undo regfiles for Disabling Recall and Windows Suggested content
* Fix 'Disable Animations' Sysprep settings not being set for new users
* Update README.md
* Update CONTRIBUTING.md
Starting from this commit, Win11Debloat will automatically create a registry backup every time the script is run. This registry backup can be used to revert any registry changes made by the script.