最近随着Windows11系统在预览通道的推出,不少用户都想要加入到预览体验计划升级Windows11操作系统。但是不少用户发现自己打开Win10的Windows预览体验计划一片空白,这要怎么办呢?下面归来教程小编就带着大家一起看看吧!
归来教程唯一官网:www.xitongzhijia.net
操作方法:
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/311685.html