如何在電腦中配置NTP服務(wù)?
電腦中怎么配置NTP服務(wù)
1、先關(guān)閉Windows系統(tǒng)自帶的防火墻;
2、按Win+R鍵打開運(yùn)行,輸入regedit并回車;
3、在注冊(cè)表中展開:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config,在右側(cè)雙擊打開AnnounceFlags,將數(shù)值數(shù)據(jù)改為5,點(diǎn)擊確定;
4、同樣地,在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer,右側(cè)將Enabled改為1,并點(diǎn)擊確定;
5、還有:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\Ntpclient,將Enabled改為0,點(diǎn)擊確定;
6、退出注冊(cè)表編輯器,打開命令提示符,輸入并執(zhí)行net stop w32time && net start w32time重新啟動(dòng)Windows時(shí)間服務(wù)即可。