Latest update won't apply tweaks
Describe the bug
Latest update doesn't apply any tweaks. Command line prints tweaks are finished without applying any tweaks at all.
To Reproduce
Steps to reproduce the behavior:
- Open WinUtil
- Select one or more tweaks
- Hit "Run tweaks"
- See the "tweaks finished" message immediatly without any tweaks applied
Expected behavior
Applying tweaks.
Screenshots
Experiencing the same issue.
Workaround until it gets fixed https://github.com/ChrisTitusTech/winutil/releases/tag/24.08.22 https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.4
I'm also experiencing this issue. For anyone who wants to revert to the last working release, here's how to run it:
- Open the Start menu.
- Search for Terminal or PowerShell (whichever you prefer).
- Right-click on it and select Run as administrator.
- Copy and paste the following commands into your console:
Invoke-RestMethod -Uri https://github.com/ChrisTitusTech/winutil/releases/download/24.08.22/winutil.ps1 -OutFile "$env:USERPROFILE\Downloads\winutil-24.08.22.ps1"
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
Invoke-Expression -Command "$env:USERPROFILE\Downloads\winutil-24.08.22.ps1"
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
- Press Enter to execute the commands.
- If you receive a warning about the script being from an untrusted publisher, type
Rand press Enter to proceed. The script comes directly from this repository and is safe to use.
If you have already downloaded this release using the above commands, run these commands instead:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
Invoke-Expression -Command "$env:USERPROFILE\Downloads\winutil-24.08.22.ps1"
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
Experiencing the exact same issue here, Windows 11 Pro 23H2 build 22631.4169
I state that I have the same issue with windows 11 pro 23H2 latest build , to be honest glad is an issue with utility , I formatted with different os versions 3 times :)
Reverted back to old release until I can track down the cause of this. Thanks all for the report!
#2596 was the problem. Seeing if we can't modify it and resubmit, if not we will revert the PR.
Issue got fixed in the meantime /close