windows10关闭自动更新

windows10关闭自动更新

下载策略组

我自己的电脑里没有这个文件gpedit.msc所以要下载

复制代码
pushd "%~dp0"

dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt

dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt

for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"C:\Windows\servicing\Packages\%%i"

将该代码复制,新建一个txt文件,保存后改为bat文件执行

通过dir命令遍历系统盘servicing目录,寻找组策略的配置包,找到后写入到List.txt文件,然后通过dism命令来安装组策略包。

Win10家庭版找不到组策略gpedit.msc怎么办【详解】

Win10/Win11家庭版如何开启本地策略组

【解决方案】win11中本地组策略编辑器(gpedit.msc)打不开

改配置组配置

将自动更新改为禁用

目前最好用的禁止windows自动更新

相关推荐
zhuyasen5 小时前
踩坑实录:Go 1.25.x 编译的 exe 在 Windows 提示“此应用无法运行”
windows·golang
千歌叹尽执夏7 小时前
ubuntu24.04lts和Windows11家庭版远程桌面连接若干问题(解决)
windows·远程连接·xrdp·ubuntu24.04lts
sukalot14 小时前
Windows显示驱动开发-支持显示输出和 ACPI 事件
windows
爱隐身的官人14 小时前
Windows安全狗安装教程
windows·安全·安全设备
wulitoud17 小时前
[好用工具] 一款mac/windows电脑历史剪切板工具,类似著名的Paste
windows·macos·sublime text
APItesterCris17 小时前
构建弹性数据管道:利用淘宝商品 API 进行流式数据采集与处理
linux·数据库·windows
奋斗羊羊20 小时前
【C++】使用MSBuild命令行编译ACE、TAO、DDS
开发语言·c++·windows
郁大锤1 天前
在 Windows 下安装与快速上手 Wireshark(抓包工具)
windows·测试工具·wireshark
路由侠内网穿透1 天前
本地部署开源持续集成和持续部署系统 Woodpecker CI 并实现外部访问
服务器·网络·windows·ci/cd·开源
CsharpDev-奶豆哥1 天前
ASP.NET中for和foreach使用指南
windows·microsoft·c#·asp.net·.net