标题: [注册表类] 写入注册表成功后,组策略配置无变化,求助! [打印本页]
作者: 大哥哥 时间: 2014-12-21 16:23 标题: 写入注册表成功后,组策略配置无变化,求助!
本帖最后由 大哥哥 于 2014-12-21 16:25 编辑
个人写了一个系统补丁自动下载的批处理,运行批处理,参数成功写入注册表,重启后发现系统补丁下载的组策略无任何变化,如图,代码附后。- net start bits
-
- net start wuauserv
-
- reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate /v WUServer /t REG_SZ /d "http://192.168.201.33:8530" /f
-
- reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate /v WUStatusServer /t REG_SZ /d "http://192.168.201.33:8530" /f
-
- reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v AUOptions /t REG_DWORD /d 4 /f
-
- reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v NoAutoUpdate /t REG_DWORD /d 0 /f
-
- reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v ScheduledInstallDay /t REG_DWORD /d 0 /f
-
- reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v ScheduledInstallTime /t REG_DWORD /d 17 /f
-
- reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v NoAutoRebootWithLoggedOnUsers /t REG_DWORD /d 1 /f
-
- reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v RescheduleWaitTime /t REG_DWORD /d 1 /f
-
- reg add HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU /v UseWUServer /t REG_DWORD /d 1 /f
-
- reg add HKLM\SYSTEM\CurrentControlSet\Services\wuauserv /v Start /t REG_DWORD /d 2 /f
-
- reg add HKLM\SYSTEM\CurrentControlSet\Services\BITS /v Start /t REG_DWORD /d 2 /f
-
- reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 4 /f
-
- reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NoAutoUpdate /t REG_DWORD /d 0 /f
-
- reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v ScheduledInstallDay /t REG_DWORD /d 0 /f
-
- reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v ScheduledInstallTime /t REG_DWORD /d 17 /f
-
-
-
- pause
复制代码
作者: 大哥哥 时间: 2014-12-21 16:33
回复 1# 大哥哥
作者: DAIC 时间: 2014-12-21 16:52
注册表和组策略是两个不同的东西
作者: 522235677 时间: 2014-12-21 18:27
修改注册表不一定组策略会变化,能达到实际效果就是了
作者: yiwuyun 时间: 2014-12-22 21:11
如果将状态设置为“未配置”,则没有在组策略级别上指定使用自动更新。不过,管理员仍然可以通过控制面板来配置自动更新。
欢迎光临 批处理之家 (http://bathome.net./) |
Powered by Discuz! 7.2 |