最近随着Windows11的发布,越来越多的小伙伴都想要加入Windows的预览体验计划抢先体验win11系统,但是有不少用户在登录微软的账号后,Windows预览体验计划却是空白的,这要怎么办呢?下面小编就为大家讲解一下吧!
范的资源库唯一官网:www.app.fanyaozu.com
操作方法:
1、首先我们在搜索框找到Windows Powershell,右键以管理员身份运行。
2、进入页面后我们输入以下代码:
01= "HKLM:SOFTWAREMicrosoftWindowsCurrentVersionPoliciesDataCollection"02# Telemetry level: 1 – basic, 3 – full03= "3"04New-ItemProperty -Path -Name AllowTelemetry -Value -Type Dword -Force05New-ItemProperty -Path -Name MaxTelemetryAllowed -Value -Type Dword -Force复制代码= "HKLM:SOFTWAREMicrosoftWindowsCurrentVersionPoliciesDataCollection"# Telemetry level: 1 – basic, 3 – full= "3"New-ItemProperty -Path -Name AllowTelemetry -Value -Type Dword -ForceNew-ItemProperty -Path -Name MaxTelemetryAllowed -Value -Type Dword -Force
3、输入后效果如下:
4、然后我们只需要重启电脑系统就可以了!
转载请注明:范的资源库 » Windows预览体验计划空白怎么办?