Skip to content

Instantly share code, notes, and snippets.

View ivo22bg's full-sized avatar

Ivø Centimani ivo22bg

View GitHub Profile
@ivo22bg
ivo22bg / README.md
Created August 6, 2026 21:21
This shortcut link turn monitor off, system will initiate Modern Standby if supported (without Sysinternals or VBscript)>

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -command "(Add-Type '[DllImport("user32.dll")]public static extern int SendMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name 'Win32SendMessage' -Namespace Win32Functions -PassThru)::SendMessage(0xffff, 0x0112, 0xf170, 2)"