#Ended up bricking Windows 11 24h2 update

1 messages · Page 1 of 1 (latest)

static hollow
#

Hello, i ran the win-util and ended up bricking windows update.
At least the cumulative updates (wont install and give me error 0x800f081f)
This is probably caused by me using the "set services to manual" tweak.
How do i revert it back?
Restore Point isnt working.

static hollow
#

https://github.com/ChrisTitusTech/winutil/blob/main/config/tweaks.json

[
"
Write-Host "Turn off Hibernation"
Start-Process -FilePath powercfg -ArgumentList "/hibernate off" -NoNewWindow -Wait

  # Set standby to detault values
  Start-Process -FilePath powercfg -ArgumentList \"/change standby-timeout-ac 15\" -NoNewWindow -Wait
  Start-Process -FilePath powercfg -ArgumentList \"/change standby-timeout-dc 15\" -NoNewWindow -Wait
  Start-Process -FilePath powercfg -ArgumentList \"/change monitor-timeout-ac 15\" -NoNewWindow -Wait
  Start-Process -FilePath powercfg -ArgumentList \"/change monitor-timeout-dc 15\" -NoNewWindow -Wait
  "
]

do i run it with or without brackets?
in powershell?

GitHub

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates - ChrisTitusTech/winutil

final ginkgo
#

to undo the tweaks there is an undo button. you basically select the tweak you want to undo and press on the button. it is located right next to the actual button that runs the tweaks

static hollow
#

just me being blind ig

static hollow
#

oddly enough its still bricked?

#

at least the cumulative update