Guide to solving the problem of Win11 Insider Program opening blank

WBOY
Release: 2024-01-13 15:54:05
forward
757 people have browsed it

After Microsoft pushed the win11 preview version, win10 users can upgrade in the windows preview update of the system update. However, some friends found that after opening the preview experience plan, it was blank and nothing. At this time, we can enter the command method To solve it, let’s take a look below.

Guide to solving the problem of Win11 Insider Program opening blank

What to do if the win11 preview program opens blank

1. First, click the search box below, search for "powershell", and then find "windows powershell" in it Right-click and select "Run as administrator"

Guide to solving the problem of Win11 Insider Program opening blank

2, and then enter the following content, as shown in the picture:


= "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection"

# Telemetry level: 1 - basic, 3 - full

= "3 "

New-ItemProperty -Path -Name AllowTelemet ry -Value -Type Dword -Force

New-ItemProperty -Path -Name MaxTelemet ryAllowed -Value -Type Dword -Force


Guide to solving the problem of Win11 Insider Program opening blank

3. Wait for the operation to complete, restart the computer, return to the preview program, and you will find that the content is back.

Guide to solving the problem of Win11 Insider Program opening blank

The above is the detailed content of Guide to solving the problem of Win11 Insider Program opening blank. For more information, please follow other related articles on the PHP Chinese website!

source:somode.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template