TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. shakepayshaker
    S Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    shakepayshaker

    @shakepayshaker

    2
    Reputation
    21
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    shakepayshaker Unfollow Follow
    • RE: Turn Computer Monitors Off

      If you want to turn monitors off with windows (jiggle mouse turns them back on)

      powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int SendMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::SendMessage(-1,0x0112,0xF170,2)
      exit
      
      posted in Linux
      S
      shakepayshaker
    • RE: Turn Computer Monitors Off

      If you want to turn monitors off with windows (jiggle mouse turns them back on)

      powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int SendMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::SendMessage(-1,0x0112,0xF170,2)
      exit
      
      posted in Linux
      S
      shakepayshaker