Akhil Kumar Achanta
414cd139e2
Fix Get Installed toggle detection and multiple config bugs (#3959)
Fixes the issue where "Get Installed" in the Tweaks tab was not correctly
pulling all toggle states, plus several additional config bugs discovered
during investigation.
Changes:
- Unified toggle detection logic using Get-WinUtilToggleStatus
- Fixed registry value detection (0 values were incorrectly treated as missing)
- Added DefaultState support for missing registry keys
- Fixed WPFTweaksUTC registry type (QWord → DWord)
- Fixed WPFTweaksServices startup types (TermService, VaultSvc: Automatic → Manual)
- Fixed duplicate order collisions in tweaks
- Fixed FFmpeg display name
- Improved OneDrive removal script reliability
- Improved Copilot removal script with wildcard pattern and null check
- Fixed code formatting (added spaces after if/Foreach statements)
Files changed:
- functions/private/Invoke-WinUtilCurrentSystem.ps1
- functions/private/Get-WinUtilToggleStatus.ps1
- config/tweaks.json
- config/applications.json
Fixes #3762
Fixes #3189
Fixes #3876
Potentially fixes #3008
Potentially fixes #3815
2026-02-10 13:29:50 -06:00
..
2025-10-14 12:51:53 -05:00
2026-02-06 10:26:29 -06:00
2025-05-12 15:45:57 -05:00
2025-10-14 12:51:53 -05:00
2024-06-04 22:27:27 -05:00
2024-08-06 15:35:17 -05:00
2025-06-26 12:14:46 -05:00
2026-02-10 13:29:50 -06:00
2024-08-06 15:35:17 -05:00
2024-08-06 15:35:17 -05:00
2025-06-26 12:11:38 -05:00
2026-02-06 10:26:29 -06:00
2025-10-14 12:51:53 -05:00
2026-02-06 10:26:29 -06:00
2026-01-08 14:37:37 -06:00
2024-11-07 12:07:13 -06:00
2026-01-27 13:03:56 -06:00
2026-01-05 16:16:19 -06:00
2024-09-09 20:19:34 -05:00
2026-02-10 13:29:50 -06:00
2026-01-07 14:17:08 -06:00
2024-08-06 15:35:17 -05:00
2026-02-06 10:29:10 -06:00
2024-09-09 20:05:10 -05:00
2026-01-08 14:33:35 -06:00
2024-08-06 15:35:17 -05:00
2024-08-06 15:35:17 -05:00
2024-10-01 14:20:45 -05:00
2024-09-20 09:03:18 -05:00
2025-12-01 13:26:21 -06:00
2026-01-08 14:34:29 -06:00
2026-01-08 12:29:55 -06:00
2025-10-14 12:51:53 -05:00
2024-08-06 15:35:17 -05:00
2025-10-14 12:51:53 -05:00
2025-01-17 08:40:04 -06:00
2024-08-06 15:35:17 -05:00
2025-12-01 14:29:27 -06:00
2024-09-09 20:19:34 -05:00
2024-12-05 21:22:33 -06:00
2025-06-26 12:11:38 -05:00
2025-09-21 16:21:18 -05:00
2026-01-05 16:16:19 -06:00
2024-08-28 17:02:00 -05:00