Skip to content

Instantly share code, notes, and snippets.

@superkarn
Created May 12, 2019 02:38
Show Gist options
  • Save superkarn/499cfd3f71192aaba2684daf779315ce to your computer and use it in GitHub Desktop.
Save superkarn/499cfd3f71192aaba2684daf779315ce to your computer and use it in GitHub Desktop.
This script will change Windows' lock screen timeout to 500 seconds.
REM This script will change Windows' lock screen timeout to 500 seconds.
powercfg.exe /SETACVALUEINDEX SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK 500
powercfg.exe /SETACTIVE SCHEME_CURRENT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment