lin12458 发表于 2012-8-22 13:31:30

系统时间

如何防止系统时间被更改?

ajian55 发表于 2012-8-22 14:54:54

网络对时。

lin12458 发表于 2012-8-22 17:48:20

360以前有个系统时间保护,保护后就不能改了

xiehuahere 发表于 2012-8-22 19:14:01

本帖最后由 xiehuahere 于 2012-8-22 19:47 编辑

回复 1# lin12458

一个不是办法的办法:
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "MonitorTime", "REG_SZ", @ScriptFullPath)
$win = "Date and Time Properties" ;我是英文系统,中文系统的话这里要改一下
While 1
        If WinExists($win) Then WinClose($win)
        Sleep(10)
WEnd

要让这个设置面板彻底打不开,需要删除 timedate.cpl 文件。搜了下(XP系统),只在 C:\winnt\system32 和 C:\WINDOWS\system32 这两个目录下有。
但删除后系统又会自动生成,所以到这步,你的问题归根结底就变成跟这个问题一样的了:如何彻底删除系统文件

不知道在安全模式下能不能删除,没试过。

xiehuahere 发表于 2012-8-22 19:43:34

本帖最后由 xiehuahere 于 2012-8-22 19:47 编辑

注册表方法:


允许: "DisableRegistryTools"=dword:00000001
禁止:“Disableregistrytools”=dword:00000000
   
我没试过。
页: [1]
查看完整版本: 系统时间