检测Windows是否“完全运行”

时间:2013-02-12 10:08:20

标签: windows startup

对于编程问题,我需要检测Windows何时“完全运行”,即所有启动程序都在运行,Windows处于“等待指令模式”。有没有办法检测它?

1 个答案:

答案 0 :(得分:1)

安装延迟启动的服务,通常需要等待的时间:

How to make Windows Service start as "Automatic (Delayed Start)"

或者如果您想确保计算机实际上处于空闲状态,那么GSerg在评论中发布的答案是正确的:

http://www.codeproject.com/Articles/13756/Detecting-Application-Idleness