Skip to content

Instantly share code, notes, and snippets.

@tckz
Created March 31, 2010 04:22
Show Gist options
  • Save tckz/349930 to your computer and use it in GitHub Desktop.
Save tckz/349930 to your computer and use it in GitHub Desktop.
Enter standby state.
[reflection.assembly]::LoadWithPartialName("System.Windows.Forms") | out-null
[System.Windows.Forms.Application]::SetSuspendState([System.Windows.Forms.PowerState]::Suspend, $false, $false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment