Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to keep feature unchecked?
#1
The point of my question is about

Tools > Options > Run time > Disable Windows "lock foreground window" feature

Even if I uncheck it, next time I restart the computer, it reappears checked.
Is there any way to keep it unchecked?
#2
Probably some program sets this. Run this code when QM starts:

Code:
Copy      Help
def SPI_SETFOREGROUNDLOCKTIMEOUT  0x2001
SystemParametersInfo SPI_SETFOREGROUNDLOCKTIMEOUT 0 15000 SPIF_SENDWININICHANGE|SPIF_UPDATEINIFILE

Place it in a new function and assign QM Events -> Startup -> Windows Started (or QM Started) trigger.


Forum Jump:


Users browsing this thread: 1 Guest(s)