level 1
每个id 都执行过了,电脑也重启了
然后id还是接着增长,难道一直增长到无穷大?
可以清零吗
2014年06月17日 14点06分
1
level 8
把注册表中的下一个at任务id改为0,再重新启动任务计划服务。
reg add HKLM\SYSTEM\CurrentControlSet\Services\Schedule /v NextAtJobId /t REG_DWORD /d 0 /f
sc stop Schedule
sc start Schedule
2014年07月09日 07点07分
8