Compile Winutil

This commit is contained in:
ChrisTitusTech 2024-04-17 21:33:19 +00:00 committed by github-actions[bot]
parent cd5b006e41
commit 83de704f30

View File

@ -9880,6 +9880,11 @@ $sync.configs.tweaks = '{
" "
Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"1\" Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"1\"
" "
],
"UndoScript": [
"
Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"0\"
"
] ]
}, },
"WPFTweaksOO": { "WPFTweaksOO": {