cosciblog-org / windows-scripts-and-snippets

Small collection of scripts and code snippets for Windows for easier installation and configuration
MIT License
0 stars 0 forks source link

CMD - Powerconfig script #7

Open CoSciBlog opened 1 year ago

CoSciBlog commented 1 year ago

Add script for powercfg configuration

powercfg /change monitor-timeout-ac 0
powercfg /change monitor-timeout-dc 0
powercfg /change disk-timeout-ac 1
powercfg /change disk-timeout-dc 1
powercfg /change standby-timeout-ac 0
powercfg /change standby-timeout-dc 0
powercfg /change hibernate-timeout-ac 0
powercfg /change hibernate-timeout-dc 0
powercfg /hibernate on
pause

https://learn.microsoft.com/de-de/windows-hardware/design/device-experiences/powercfg-command-line-options