1、首先在搜索框找到WindowsPowershell,右键以管理员身份运行。2、进入页面后输入以下代码:="HKLM:SOFTWAREMicrosoftWindowsCurrentVersionPoliciesDataCollection
1、首先在搜索框找到Windows Powershell,右键以管理员身份运行。
2、进入页面后输入以下代码:
= "HKLM:SOFTWAREMicrosoftWindowsCurrentVersionPoliciesDataCollection"
# Telemetry level: 1 - basic, 3 - full
= "3"
New-ItemProperty -Path -Name AllowTelemetry -Value -Type Dword -Force
New-ItemProperty -Path -Name MaxTelemetryAllowed -Value -Type Dword -Force
3、输入后效果:
4、然后只需要重启windows11电脑系统即可解决。