#Ended up bricking Windows 11 24h2 update
1 messages · Page 1 of 1 (latest)
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?
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
just me being blind ig