Jeffrey and GitHub
32cedaf65d
Improve registry backup safety and add optional backup skipping ( #710 )
2026-07-25 20:05:49 +02:00
Jeffrey and GitHub
a9c1736e46
refactor: rename NoRestartExplorer parameter to SkipExplorerRestart ( #709 )
...
The old `NoRestartExplorer` parameter is kept as an alias and will
continue to work, but is considered deprecated
2026-07-19 22:58:03 +02:00
Jeffrey and GitHub
9c033dbf98
Add comprehensive test suite, fix minor issues, rename function and file names to match approved verbs ( #708 )
2026-07-19 22:06:07 +02:00
de817399e6
fix: honor cancellation during changes ( #700 )
...
Co-authored-by: Jeffrey <9938813+Raphire@users.noreply.github.com >
2026-07-14 22:06:40 +02:00
Jeffrey
ce36b8edfb
Bump version
2026-07-11 20:07:47 +02:00
Jeffrey and GitHub
3b78e8d4ed
Fix: Show reboot warning for undoing features that require it ( #699 )
2026-07-11 20:04:51 +02:00
Jeffrey and GitHub
0ef789cc3a
Add option to prevent auto install of device apps & add LG monitor app removal ( #695 )
...
* Add support for removing LG monitor app
* Add option to prevent auto install of device companion apps via Windows Update
* Update CONTRIBUTING.md with missing Apps.json fields
2026-07-08 17:54:13 +02:00
HetCreep and GitHub
82f50d6d13
fix(startup): refuse to run under PowerShell 7 with a clear message ( #676 )
2026-07-08 15:22:36 +02:00
Sqidy and GitHub
949515da3e
Added Feature Disabling Notifications Through Win11Debloat ( #690 )
2026-07-06 19:29:09 +02:00
0eeb8f323a
fix(elevation): quote script path and parameter values in admin relaunch ( #683 )
...
Co-authored-by: Jeffrey <9938813+Raphire@users.noreply.github.com >
2026-07-04 17:35:24 +02:00
Jeffrey
9ee0126259
Bump version
2026-06-24 22:13:48 +02:00
Jeffrey and GitHub
5ebc50d36a
Guard against loading, saving & executing undefined features ( #665 )
2026-06-23 00:41:33 +02:00
Jeffrey and GitHub
d1fe541b62
Refactor: Cleanup app removal, remove legacy app list generator and CustomAppsList file support ( #662 )
...
* remove support for uninstalling old sunset apps
* Add color legend on app removal screen
* Remove legacy app list generator and custom apps file support
Replaced by GUI config export/import, dynamic RemovalMethod, and
CLI app removal settings saved to LastUsedSettings.json.
* Verify app removal by checking actual installation state instead of trusting winget output
2026-06-22 22:13:01 +02:00
Jeffrey and GitHub
71e3f2e44d
Refactor: ExecuteChanges to InvokeChanges, clean up for readability ( #641 )
2026-06-22 21:43:53 +02:00
dfe7810346
feat(registry): add GPO override warning and WhatIf dry-run previews ( #611 )
...
Co-authored-by: Jeffrey <9938813+Raphire@users.noreply.github.com >
2026-06-21 21:30:31 +02:00
Jeffrey and GitHub
a89b53504c
Clean up styling to better match Windows fluent design guidelines ( #638 )
2026-06-21 18:47:52 +02:00
HetCreep and GitHub
469751f8e8
fix(app-removal): don't treat AllUsers/CurrentUser as a username at startup ( #647 )
2026-06-21 18:39:10 +02:00
Jeffrey and GitHub
908274a500
Fix store suggestions not getting disabled correctly for all users when running as other user ( #642 )
2026-06-21 01:56:28 +02:00
6e4a616f1c
feat(telemetry): disable telemetry-related scheduled tasks under Microsoft\Windows ( #615 )
...
Co-authored-by: Jeffrey <9938813+Raphire@users.noreply.github.com >
2026-06-20 19:04:46 +02:00
Jeffrey
1235306f80
Bump version
2026-06-14 22:06:16 +02:00
Jeffrey
2193591448
Bump version
2026-06-11 22:16:45 +02:00
Jeffrey
67c9cc6ba3
Bump version
2026-06-10 17:41:13 +02:00
Jeffrey and GitHub
157d26bb22
Add option to show & undo applied tweaks + more ( #599 )
...
* 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
2026-06-10 17:40:31 +02:00
db24865051
Add Support for "-user" Parameter running under SYSTEM ( #609 )
...
Co-authored-by: Jeffrey <9938813+Raphire@users.noreply.github.com >
2026-06-07 22:51:01 +02:00
Jeffrey
33b77f19a0
Add confirmation dialogs & warning for Windows Terminal Removal
...
Removal of this app can cause Win11Debloat to fail, if the script is launched via Windows Terminal
2026-06-01 22:53:28 +02:00
Jeffrey
4d9da4749b
Merge branch 'master' of https://github.com/Raphire/Win11Debloat
2026-05-20 16:29:41 +02:00
Jeffrey
5cf9ac4082
Bump version
2026-05-20 16:29:33 +02:00
Jeffrey and GitHub
924c192ca5
Add Registry write fall-back in case applying registry file fails ( #592 )
...
* Continue on registry failures and show details after execution
* Temporarily remove DisableSearchHighlights and DisableSearchHistory settings
* Remove widget-related registry changes as they're no longer required for disabling widgets
* Update tooltip for DisableTelemetry feature to clarify impact on Windows Insider updates
2026-05-20 16:29:06 +02:00
Jeffrey
51aa288dfd
Bump version
2026-05-12 00:01:57 +02:00
Jeffrey
85aa67b5d2
Bump version
2026-05-10 22:27:07 +02:00
Jeffrey and GitHub
2c360961e3
Add registry backup & restore ( #566 )
...
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.
2026-05-08 21:19:52 +02:00
Jeffrey and GitHub
11a324365d
Improve user validation ( #568 )
2026-05-06 15:54:03 +02:00
Raphire
c1dc8f7ce3
Bump version
2026-04-26 20:31:39 +02:00
6db2c158bd
Added prompt asking user to run as adminstrator ( #556 )
...
Co-authored-by: Raphire <9938813+Raphire@users.noreply.github.com >
2026-04-25 18:09:57 +02:00
Raphire
ff98febb9a
Manually add system32 to System PATH when it's missing #548
2026-04-17 20:09:47 +02:00
Raphire
342f498344
Bump version
2026-04-05 20:19:31 +02:00
Raphire
c0d00e640d
Bump version
2026-04-04 22:09:53 +02:00
Raphire
cbd61902ed
Set default launch mode to CLI for deployment-targeted parameters
2026-04-02 00:03:26 +02:00
Natan Heringer and GitHub
3eade4ddba
Add drive letter position and visibility options ( #527 ) ( #533 )
2026-03-29 00:25:12 +01:00
Jeffrey and GitHub
774c8ecd92
Add ability to export/import settings configuration ( #522 )
2026-03-27 20:33:24 +01:00
Raphire
999e442658
Simplify user validation messages and add user logged-in check function
2026-03-18 22:39:49 +01:00
Raphire
c6535803ec
Bump version
2026-03-15 22:59:37 +01:00
Jeffrey and GitHub
c37bdcf5f2
Improve app page with sorting, recommendations and more ( #520 )
2026-03-15 22:58:06 +01:00
Jeffrey and GitHub
d187679cd0
Add bubble hint to guide users to review the selected changes after clicking Default Mode button ( #519 )
2026-03-15 20:16:53 +01:00
Raphire
260a143509
Bump version
2026-03-09 23:32:13 +01:00
Raphire
8401474a79
Add option to hide the 'All Apps' section from the start menu ( #513 )
2026-03-09 23:03:56 +01:00
Raphire
992c80bc1e
Launch main script using pwsh.exe when Get.ps1 is run in Powershell 7
2026-03-09 22:49:07 +01:00
Jeffrey and GitHub
18823c4a80
Import Microsoft.PowerShell.Security module
2026-03-09 01:47:32 +01:00
Raphire
1eeacf3351
Move Config files to Config folder
2026-03-08 01:34:53 +01:00
Raphire
238a48d39b
Bump version
2026-03-07 20:42:23 +01:00