ChrisTitusTech / winutil

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
MIT License
21.26k stars 1.31k forks source link

Latest update won't apply tweaks #2711

Closed mserdardogan closed 1 day ago

mserdardogan commented 1 week ago

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)

AksharDP commented 1 week ago

Experiencing the same issue.

JsRoadYT commented 1 week ago

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

Cryostrixx commented 6 days ago

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
  5. Press Enter to execute the commands.
  6. 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
BNSoul commented 6 days ago

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

chrisnitro2000 commented 6 days ago

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

ChrisTitusTech commented 6 days ago

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.

Marterich commented 1 day ago

Issue got fixed in the meantime /close