Commit Graph

16 Commits

Author SHA1 Message Date
Jeffrey
3b0ea16832 Remove unused variables in ImportRegistryFile 2026-05-18 21:28:48 +02:00
Jeffrey
d60e52bdff Refactor ImportRegistryFile function to improve offline hive handling and error reporting 2026-05-18 21:14:20 +02:00
Jeffrey
c3a313c084 Add safety net for offline hive cleanup during registry import fallback 2026-05-17 23:25:03 +02:00
Jeffrey
dd6c65ddb0 Clean up error message 2026-05-17 23:20:00 +02:00
Jeffrey
ff90caa338 Refactor registry import functions to improve error handling and streamline hive management 2026-05-17 21:39:35 +02:00
Jeffrey
bef463df4d Improve registry operation handling 2026-05-17 18:45:51 +02:00
Jeffrey
c7cf793c9e Remove unblocking logic as it doesnt work 2026-05-17 18:39:19 +02:00
Jeffrey
56997dd023 Improve fallback handling and error reporting 2026-05-17 18:27:29 +02:00
Jeffrey
959f79bc35 Add Registry write fall-back in case applying registry file fails 2026-05-17 17:24:08 +02:00
Jeffrey
24a6f1bcf8 Fix capture and restore of signed dword/qword registry values
Co-authored-by: Copilot <copilot@github.com>
2026-05-11 19:14:08 +02:00
Jeffrey
c8b4563954 Fix registry backup validation for sysprep keys 2026-05-09 21:56:58 +02:00
Jeffrey
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
5f1d0fb604 Improve DisableWidgets feature by removing additional Widget related apps (#561) 2026-04-26 00:10:00 +02:00
Raphire
17ee530962 Refactor ImportRegistryFile function to improve error handling and streamline registry file validation 2026-03-18 22:49:44 +01:00
Jeffrey
c37bdcf5f2 Improve app page with sorting, recommendations and more (#520) 2026-03-15 22:58:06 +01:00
Jeffrey
ad0b49060a Add option to disable MS Store app results in Windows Search (#509)
This also includes:

* Update README for DisableSearchHighlights and DisableFindMyDevice

* Extracted more logic from main script into separate scripts

* Add event handler for tab changes to regenerate overview
2026-03-07 20:28:48 +01:00