Skip to content

Instantly share code, notes, and snippets.

@BrendonKoz
Created September 7, 2012 19:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrendonKoz/3668824 to your computer and use it in GitHub Desktop.
Save BrendonKoz/3668824 to your computer and use it in GitHub Desktop.
Set a WinXP Computer to Sleep via a command line call
@echo off
cls
rundll32.exe powrprof.dll,SetSuspendState Sleep
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment