* Fixes#191: Skip Explorer restart when in sysprep mode
- Since Settings are applied to Default Profile, calling RestartExplorer
does nothing
- RestartExplorer also terminates all processes witch might have called
WinDebloat in the first place
* Fix: Use regex replace to avoid #174
* Fix: Also fix root cause of Raphire#174 in start menu replacement
* Fix missing backslash
---------
Co-authored-by: Jeffrey <9938813+Raphire@users.noreply.github.com>
Additionally added a workaround for the issue described in #131, to ensure the app is atleast uninstalled for the current user while we figure out how to fix app removal for all users.
* Added option to hide gallery section from File Explorer
* Disabling telemetry now also disables activity history
* Disabling suggestions now also disables 'Show me notifications in the Settings app'
* Updated info page & README
Added new option to disable Game DVR. (#62)
Clearing the start menu now creates a backup of the current start menu file. (#60)
Fixed unnecessarily setting path variable in Get.ps1 in some situations (#59)
* Added check/uncheck all checkbox
* Added shift + click functionality to check/uncheck a selection of apps all at once
* Checked state now changes in one click, instead of requiring two clicks
* Added option to remove OneDrive and Edge via winget (#9)(#38)
* Added Microsoft Journal to Appslist.txt
* Added menu option for removing apps without making other changes
Other changes in this release:
- Apps are now properly removed for all users
- LastSettings file renamed to SavedSettings
- Minor changes to menus, prompts & comments
- Cleaned up & refactored script to improve readability
if they have selected the "restore old W10 style context menu" option.
Other minor changes:
- Added a short delay before restarting the explorer process
- LastSettings will now show an error and not attempt to remove apps if the script cannot find the CustomAppsList file
* Added option to only show installed apps in application selector
* App removal loading bars are now hidden so it doesn't overwrite Win11Debloat's output
* Changed some user input checks to allow user to continue or quit
* Cleaned up and improved selectionBox loading
* Edge added to appslist, but not removed by default