Skip to content

Instantly share code, notes, and snippets.

@huydhoang
Created May 11, 2022 08:39
Show Gist options
  • Save huydhoang/6b4fa6e18561107fb6614507ea5eb692 to your computer and use it in GitHub Desktop.
Save huydhoang/6b4fa6e18561107fb6614507ea5eb692 to your computer and use it in GitHub Desktop.
Turn Screen(s) Off On Windows (.NET 3.5 is required)
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