LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Disable standby mode

I would like to prevent windows from entering the standby mode during the runtime of my LV application. Is there a way to do this in my program? A way to prevent the screen saver from starting would also be nice..
 
Thanks,
Martin
0 Kudos
Message 1 of 4
(3,661 Views)

Usually these settings are saved in the registry, you can modify registry values programatically (what the control panel interface is often doing) but be warned that the registry stores many important settings which should not be messed with.  I would do a quick search to see if there is a registry key which determines the screen saver and standby modes.  I usually just disable these from the control panel for computers which have programs with adverse effects form these modes.

 

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 4
(3,653 Views)

Thank you for your answer.

At a first look into the registry I didn't find any "Standby"-settings.
The problem is, that I would like to deploy a software to various computers with an installer. The LabView program running on these machines should then not be interrupted by the screensaver or the standby mode. I might not be allowed to change registry values on that machines due to user privileges settings...

So, maybe any other ideas?

Thanks,
Martin

0 Kudos
Message 3 of 4
(3,623 Views)
How about this?

___________________
Try to take over the world!
0 Kudos
Message 4 of 4
(3,611 Views)