Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Cboss602
9 discussion posts
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.
Jul 18, 2019  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
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?
Jul 19, 2019  • #2
User Image
Cboss602
9 discussion posts
Quote:
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.

Code

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)
Jul 19, 2019  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)