Win11预览体验计划空白怎么办?Win11预览体验计划空白解决方法 ...
<div class="markdown-body editormd-preview-container"><p>
但是有不少用户反应,自己更新后Win11的预览体验计划空白了,这要怎么解决呢?下面小编就带着大家一起看看吧!
</p>
<p align="center">
<ahref="https://www.downkr.com/uploadfile/2021/1120/202111201449185870.png"></a>
</p>
<p>
<strong>操作方法:</strong>
</p>
<p>
1、首先我们在搜索框找到Windows Powershell,右键以管理员身份运行。
</p>
<p align="center">
<ahref="https://www.downkr.com/uploadfile/2021/1120/202111201449185871.png"></a>
</p>
<p>
2、进入页面后我们输入以下代码:
</p>
<p>
01= "HKLM:SOFTWAREMicrosoftWindowsCurrentVersionPoliciesDataCollection"
</p>
<p>
02# Telemetry level: 1 - basic, 3 - full
</p>
<p>
03= "3"
</p>
<p>
04New-ItemProperty -Path -Name AllowTelemetry -Value -Type Dword -Force
</p>
<p>
05New-ItemProperty -Path -Name MaxTelemetryAllowed -Value -Type Dword -Force
</p>
<p>
复制代码
</p>
<p>
= "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
</p>
</div>
页:
[1]