4 lines
167 B
Batchfile
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 |