
CODE: [Copy to clipboard]@echo off
net stop w32time>nul 2>nul
net time /SETSNTP:time.windows.com>nul
net start w32time>nul
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
CODE: [Copy to clipboard]@echo off
echo regedit4>time.reg
echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]>>time.reg
echo "Start"=dword:00000003>>time.reg
regedit/s time.reg
del time.reg
net stop w32time 2>nul
net time /SETSNTP:time.windows.com
net start w32time
| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |