🌟 善无痕蛇无泪

✅ 一键禁用系统更新 + 遥测上报(管理员PowerShell运行)

神人佛
🕐 2026-05-02 14:57 👁️ 0 浏览

✅ 一键禁用系统更新 + 遥测上报(管理员PowerShell运行)

1777706074985

 

Write-Host "正在禁用系统更新与遥测上报..." -ForegroundColor Cyan; Stop-Service -Name wuauserv, bits, wlidsvc, diagtrack, dmwappushservice -Force -ErrorAction SilentlyContinue; Set-Service -Name wuauserv, bits, diagtrack -StartupType Disabled; New-Item -Path "HKLM:SOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateAuto Update" -Force | New-ItemProperty -Name AUOptions -Value 1 -PropertyType DWord -Force; New-Item -Path "HKLM:SOFTWAREPoliciesMicrosoftWindowsDataCollection" -Force | New-ItemProperty -Name AllowTelemetry -Value 0 -PropertyType DWord -Force; Set-ItemProperty -Path "HKLM:SOFTWAREMicrosoftWindowsCurrentVersionAdvertisingInfo" -Name Enabled -Value 0 -Force; New-Item -Path "HKLM:SOFTWAREPoliciesMicrosoftWindowsWindowsUpdateAU" -Force | New-ItemProperty -Name NoAutoUpdate -Value 1 -PropertyType DWord -Force; Write-Host "✅ 系统更新与遥测已禁用,不影响网站访问!" -ForegroundColor Green

以下是修复版本

Write-Host "正在禁用系统更新与遥测上报..." -ForegroundColor Cyan; Stop-Service -Name wuauserv,bits,wlidsvc,diagtrack,dmwappushservice -Force -ErrorAction SilentlyContinue; Set-Service -Name wuauserv -StartupType Disabled -ErrorAction SilentlyContinue; Set-Service -Name bits -StartupType Disabled -ErrorAction SilentlyContinue; Set-Service -Name diagtrack -StartupType Disabled -ErrorAction SilentlyContinue; New-Item -Path "HKLM:SOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateAuto Update" -Force | New-ItemProperty -Name AUOptions -Value 1 -PropertyType DWord -Force; New-Item -Path "HKLM:SOFTWAREPoliciesMicrosoftWindowsDataCollection" -Force | New-ItemProperty -Name AllowTelemetry -Value 0 -PropertyType DWord -Force; New-Item -Path "HKLM:SOFTWAREPoliciesMicrosoftWindowsWindowsUpdateAU" -Force | New-ItemProperty -Name NoAutoUpdate -Value 1 -PropertyType DWord -Force; Write-Host "✅ 系统更新与遥测已禁用,不影响网站访问!" -ForegroundColor Green

最后就是成功

📰 生成文章海报
正在生成海报...
分类: 优化教程
💬 精彩评论 0条
还没有评论,快来抢沙发吧~

发表评论

你的邮箱地址不会被公开,带 * 为必填项

上一篇
✅ 一行命令版(复制直接用,全自动)Windows 系统版
下一篇
✅ 一键禁用 Server 2022 多余后台服务(不影响网站)
👥 总访问: 1.7K
|
📅 今日: 1K
|
🟢 在线: 1
网页: ...
|
🖥️ 服务: 0.028秒
|
💾 内存: 3.62M
|
📊 查询: 52次