Skip to content

Commit

Permalink
bug(Powerplan): Remove slideshow setting
Browse files Browse the repository at this point in the history
Removed due to desktop wallpaper bug
  • Loading branch information
the-P1neapple authored Jun 8, 2024
1 parent f60af11 commit 2f7562e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ powercfg /setacvalueindex scheme_current 0012ee47-9041-4b5d-9b77-535fba8b1442 d3
powercfg /setacvalueindex scheme_current 0012ee47-9041-4b5d-9b77-535fba8b1442 d639518a-e56d-4345-8af2-b9f32fb26109 0
## NVME NOPPME - Off
powercfg /setacvalueindex scheme_current 0012ee47-9041-4b5d-9b77-535fba8b1442 fc7372b6-ab2d-43ee-8797-15e9841f2cca 0
## Slide show - Paused
powercfg /setacvalueindex scheme_current 0d7dbae2-4294-402a-ba8e-26777e8488cd 309dce9b-bef4-4119-9921-a851fb12f0f4 1
## Hub Selective Suspend Timeout - 0 miliseconds
powercfg /setacvalueindex scheme_current 2a737441-1930-4402-8d77-b2bebba308a3 0853a681-27c8-4100-a2fd-82013e970683 0
## USB selective suspend - Disabled
Expand Down Expand Up @@ -132,4 +130,4 @@ New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Power\PowerThrott
bcdedit /set disabledynamictick yes | Out-Null

if ($Silent) { exit }
$null = Read-Host "`nCompleted.`nPress Enter to exit"
$null = Read-Host "`nCompleted.`nPress Enter to exit"

0 comments on commit 2f7562e

Please sign in to comment.