Files
management-scripts/Disable-Windows10ScreenTimeout.bat
2020-05-22 14:35:46 -04:00

4 lines
167 B
Batchfile

@echo off
REM Disable Windows 10 screen timeout
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v InactivityTimeoutSecs /t REG_DWORD /d 0 /f