Skip to content

Commit

Permalink
Update SteamDeckTools to 4.0 + Reduced Hibernate
Browse files Browse the repository at this point in the history
  • Loading branch information
CelesteHeartsong committed Nov 23, 2022
1 parent f2e770e commit c09aae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SteamDeckAutomatedInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Invoke-WebRequest -URI "https://www.filecroco.com/download-file/download-rivatun
Write-Host -ForegroundColor Green "Done"

Write-Host -NoNewline "- SteamDeckTools: "
Invoke-WebRequest -URI "https://github.com/ayufan-research/steam-deck-tools/releases/download/0.3.18/SteamDeckTools-0.3.18.zip" -OutFile ".\SteamDeckTools.zip"
Invoke-WebRequest -URI "https://github.com/ayufan-research/steam-deck-tools/releases/download/0.4.0/SteamDeckTools-0.4.0.zip" -OutFile ".\SteamDeckTools.zip"
Write-Host -ForegroundColor Green "Done"

Write-Host -NoNewline "- EqualizerAPO: "
Expand All @@ -278,7 +278,7 @@ Write-Host "Applying Windows OS Tweaks"
Write-Host "-----------------------------------------------------------------------"

Write-Host -NoNewline "- Disabling Hibernation: "
Start-Process -FilePath "PowerCfg" -ArgumentList "-hibernate off"
Start-Process -FilePath "PowerCfg" -ArgumentList "/h /type reduced"
Write-Host -ForegroundColor Green "Done"

Write-Host -NoNewline "- Setting CPU Idle Min to 0% (Reduce fan speed): "
Expand Down

0 comments on commit c09aae0

Please sign in to comment.