winutil icon indicating copy to clipboard operation
winutil copied to clipboard

Latest update won't apply tweaks

Open mserdardogan opened this issue 1 year ago • 5 comments

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:

  1. Open WinUtil
  2. Select one or more tweaks
  3. Hit "Run tweaks"
  4. See the "tweaks finished" message immediatly without any tweaks applied

Expected behavior

Applying tweaks.

Screenshots

Ekran Görüntüsü (2)

mserdardogan avatar Sep 11 '24 01:09 mserdardogan

Experiencing the same issue.

AksharDP avatar Sep 11 '24 01:09 AksharDP

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

JsRoadYT avatar Sep 11 '24 02:09 JsRoadYT

I'm also experiencing this issue. For anyone who wants to revert to the last working release, here's how to run it:

  1. Open the Start menu.
  2. Search for Terminal or PowerShell (whichever you prefer).
  3. Right-click on it and select Run as administrator.
  4. 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
  1. Press Enter to execute the commands.
  2. If you receive a warning about the script being from an untrusted publisher, type R and 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

Cryostrixx avatar Sep 11 '24 03:09 Cryostrixx

Experiencing the exact same issue here, Windows 11 Pro 23H2 build 22631.4169

BNSoul avatar Sep 11 '24 08:09 BNSoul

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 :)

chrisnitro2000 avatar Sep 11 '24 13:09 chrisnitro2000

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.

ChrisTitusTech avatar Sep 11 '24 15:09 ChrisTitusTech

Issue got fixed in the meantime /close

Marterich avatar Sep 16 '24 17:09 Marterich