当前位置:网站首页>wsus可以打mysql中间件补丁_加入WSUS补丁服务器并下载补丁
wsus可以打mysql中间件补丁_加入WSUS补丁服务器并下载补丁
2022-07-23 14:29:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
——–加入WSUS补丁服务器并下载补丁_不安装——-
@echo off
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate /v WUServer /d “http://10.5.18.107:8530” /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate /v WUStatusServer /d “http://10.5.18.107:8530” /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate /v TargetGroupEnabled /t REG_DWORD /d 1 /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU /v AUOptions /t REG_DWORD /d 3 /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 0 /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU /v UseWUServer /t REG_DWORD /d 1 /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 AutoInstallMinorUpdates /t REG_DWORD /d 1 /f
gpupdate /force
net stop wuauserv
del %SystemRoot%\SoftwareDistribution\*.* /S /Q
net start wuauserv
wuauclt /resetauthorization /detectnow
wuauclt /downloadnow
wuauclt /reportnow
——–加入WSUS补丁服务器并下载补丁_自动安装——-
@echo off
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate /v WUServer /d “http://10.5.18.107:8530” /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate /v WUStatusServer /d “http://10.5.18.107:8530” /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate /v TargetGroupEnabled /t REG_DWORD /d 1 /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU /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 0 /f
reg add HKLM\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate\AU /v UseWUServer /t REG_DWORD /d 1 /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 AutoInstallMinorUpdates /t REG_DWORD /d 1 /f
gpupdate /force
net stop wuauserv
del %SystemRoot%\SoftwareDistribution\*.* /S /Q
net start wuauserv
wuauclt /resetauthorization /detectnow
wuauclt /downloadnow
wuauclt /reportnow
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/126482.html原文链接:https://javaforall.cn
边栏推荐
- Shrimp noodles: what do you know about the JVM memory layout?
- js如果小数是0就减去,不是就保留
- keil错误和解决办法(1):FCARM - Output Name not specified, please check ‘Options for Target - Utilities‘
- keras——accuracy_ Score formula
- Lake Shore—EMPX-H2 型低温探针台
- How many common SQL misuses are there in MySQL?
- IDEA中给项目添加依赖的jar包
- 死磕遞歸1:遞推公式
- Pymoo学习 (4): 多标准决策
- Investment and finance report this week: Web3 game bear market attracts gold
猜你喜欢
随机推荐
When does MySQL use table locks and row locks?
Object.defineProperty方法、数据代理
Pyinstaller+InstallForge多文件项目软件打包
UPC 2022暑期个人训练赛第12场(B 组合数)
Compressed storage of arrays and special matrices
What are the principal guaranteed financial products with an annual interest rate of about 6%?
深度学习学习记录-优化器的学习率的更新
docker 安装redis
树
Pyinstaller+installforge multi file project software packaging
Failure analysis and solution of vscode PIO creation project
详解一次SQL优化
C语言·结构体(线性表入门)
[untitled]
项目中遇到的问题及解决
uni-app进阶之认证【day12】
opencv之打开摄像头、边缘检测
MySQL:不是MySQL问题的MySQL问题
ROS2自学笔记:RQT可视化工具
本周投融报:Web3游戏熊市吸金








