Running the ps1 command will turn off your monitors or screens.
```powershell
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)
```
Running the ps1 command (`SendMessage` is replaced with `PostMessage`) will turn off your monitors amd close the terminal.
```powershell
powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int PostM…