Skip to content

Conversation

@ChrisTitusTech
Copy link
Owner

@ChrisTitusTech ChrisTitusTech commented Feb 10, 2026

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Hotfix
  • UI/UX improvement

Description

Fixes the error in closing PR #3959

Issue related to PR

  • Resolves #

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.

ZeusCraft10 and others added 2 commits January 29, 2026 15:13
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
@github-actions github-actions bot added the bug Something isn't working label Feb 10, 2026
@ChrisTitusTech ChrisTitusTech merged commit 27b0a59 into main Feb 10, 2026
9 checks passed
@ChrisTitusTech ChrisTitusTech deleted the zeus-toggle-fix branch February 10, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants