宁可枝头抱香死,何曾吹落北风中。这篇文章主要讲述Updating Windows Server 2022相关的知识,希望能为你提供帮助。
Using the Local Group Policy Editor to change the automatic updates setting in Windows Server 2022:
1. Click the Start menu and type ?gpedit.msc.
2. Navigate to the Windows Update section by clicking on ?Computer?
?Configuration?, then ?Administrative Templates?, then ??Windows??
??Components?, and finally ?Windows Update?.
3. ?Double-click? ?Configure Automatic Updates.
4. Select ?Enabled?.
You’re given configuration options.
Under Configure Automatic Updating, you can see that it’s set to ?Auto?
?Download and Notify to Install?. This is the default setting.
5. Click the drop-down box and select the setting that works best for your
environment.
?SETTING UPDATES TO AUTOMATIC VIA PowerShell?
To set updates to automatic via PowerShell, you need to navigate to ??C:\\Windows\\??
??system32? and stop the Windows Update service.
1. Stop the Windows Update Server service.
?net stop wuauserv?
2. Set automatic updates to 4 which is enabled.
?cscript scregedit.wsf /AU 4?
you can use the script program to execute? scregedit.wsf?. Adding the switch ?/AU 4?
enables automatic updates,? /AU 1? would disable automatic updates.
3. Start the Windows Updates Server service.
?net start wuauserv
Downloading and installing updates
To force Server Core to then detect and install any available updates, simply type
the following command and press Enter.
?wuauclt /detectnow
【Updating Windows Server 2022】?
推荐阅读
- LVS实战案例(LVS-DR模式单网段案例)
- VMware Workstation Pro 虚拟机安装步骤
- Enabling remote administration on windows server 2022
- Docker容器解决没有vi/vim命令问题
- centos 7.6 使用ssh 秘钥登录遇到的问题
- rsync企业真实项目备份案例实战(需求收集--服务器配置---客户端配置---报警机制---数据校验---邮件告警) #yyds干货盘点#
- 6张图为你分析Kafka Producer 消息缓存模型
- 初识Kubernetes
- win7系统出错报告 关闭新萝卜家园win7出错报告的办法