Skip to content

Instantly share code, notes, and snippets.

@karaikyo
Created May 22, 2022 19:12
Show Gist options
  • Save karaikyo/4838fa9a8972fe6f9c32591fc318f547 to your computer and use it in GitHub Desktop.
Save karaikyo/4838fa9a8972fe6f9c32591fc318f547 to your computer and use it in GitHub Desktop.
turn off monitor
powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int PostMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::PostMessage(-1,0x0112,0xF170,2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment