由于微软推出了新的操作系统Win11,不少小伙伴都想要加入Windows的预览体验计划抢先体验win11系统,但是有不少小伙伴预览体验计划却是空白的。那么碰到这个问题应该怎么办呢?下面就和归来教程小编一起来看看有什么解决方法吧。
Win10预览计划空白的解决方法
1、首先我们在搜索框找到Windows Powershell,右键以管理员身份运行
。
2、进入页面后我们输入以下代码:
- 01= \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection\"
- 02# Telemetry level: 1 - basic, 3 - full
- 03= \"3\"
- 04New-ItemProperty -Path -Name AllowTelemetry -Value -Type Dword -Force
- 05New-ItemProperty -Path -Name MaxTelemetryAllowed -Value -Type Dword -Force
复制代码= \"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\DataCollection\"# Telemetry level: 1 - basic, 3 - full= \"3\"New-ItemProperty -Path -Name AllowTelemetry -Value -Type Dword -ForceNew-ItemProperty -Path -Name MaxTelemetryAllowed -Value -Type Dword -Force
本文来自投稿,不代表归来教程立场,如若转载,请注明出处:https://www.guiqulai.com/316491.html