I created a profiles, one for turning off 1 monitor, another profile for disabling 2 monitors, another profile with all monitors enabled, Now I want to create a fourth profile where I disable all monitors.
I figure when I want to turn off all monitors I hit the key combo shortcut that will trigger my profile that disable all my monitors and when I want to turn them back on I hit the key combo shortcut that will trigger my profile that enables all monitors.
I asking how do I achieve this? when I only have one monitor left (turned on not disabled) display fushing doesnt let me chose "DISABLED" for it so I havent been able to achieve this yet. asking how do I do it.
Windows won't allow you to disable all monitors. You could use a Scripted Function to sleep the monitors though. Would you like a sample script for that?
Windows won't allow you to disable all monitors. You could use a Scripted Function to sleep the monitors though. Would you like a sample script for that?
No I have one, this is the script I use to sleep all screens. I'll put it here for the anybody else who wnats it.
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)