当前位置:网站首页>WSUS can patch MySQL Middleware_ Join the WSUS patch server and download the patch
WSUS can patch MySQL Middleware_ Join the WSUS patch server and download the patch
2022-07-23 17:37:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
——– Join in WSUS Patch server and download the patch _ Not to install ——-
@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
——– Join in WSUS Patch server and download the patch _ Automatic installation ——-
@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
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/126482.html Link to the original text :https://javaforall.cn
边栏推荐
- Literature learning (part100) -- an introduction to autoencoders
- 使用 Preparedstatement 选择和显示记录的 JDBC 程序
- Shrimp noodles: what do you know about the JVM memory layout?
- 蓝桥杯真题:卡片[通俗易懂]
- 元素内容必须由格式正确的字符数据或标记组成
- PPPoE协议讲解以及拨号过程Wireshark抓包解析
- 来自某学生的求助,干了,闲暇能帮就帮一把!
- Leetcode question brushing record
- 股票历史数据下载接口汇总(动态更新)
- 可视化机房管理
猜你喜欢

阿里二面:什么是CAS?
A series of specifications of oneplus 10t were disclosed before the product was released
![[operation] Yan Yi (Internet new technology operation)](/img/7a/38c7a9ed79e626506de067f360384c.png)
[operation] Yan Yi (Internet new technology operation)

Transfer business append log (transaction propagation behavior)

How to refine the operation of small program mall?

卷积核越大性能越强?一文解读RepLKNet模型

sns_sensor_instance_api

Kubernetes 聚焦Kubelet职责

xlinx pcie xvc

Kubernetes focuses on kubelet's responsibilities
随机推荐
SQL报错盲注详解
Don't ask me again why MySQL hasn't left the index? For these reasons, I'll tell you all
ride the wind and waves! Digital transformation in the era of financial technology
leetcode刷题记录
[JS] check whether the date object is invalid date
“如今,代码数已膨胀至天文级别”
林志颖仍在重症室 将进行二轮手术:警方称其并未系安全带
Do you really understand the persistence mechanism of redis?
食品安全|吃皮蛋会铅中毒?了解这几点后放心吃
乘风破浪!金融科技时代下的数字化转型之路
Can debug/release versions of dynamic library *.dll files be mixed (cross used)?
Redis分布式锁,没它真不行
[introduction series of redis] data types and related commands of redis
makefile 常用函数notdir、wildcard、patsubst
【flask高级】从源码深入理解flask路由之endpoint
Detailed explanation of SQL bool blind note and time blind note
5秒到1秒,记一次效果“非常”显著的性能优化
Kubernetes kubelet 硬核知识 架构
C语言·结构体(线性表入门)
[pytorch] basic use 7. GPU allocation