Home  >  Article  >  System Tutorial  >  What should I do if my computer is gone in win11?

What should I do if my computer is gone in win11?

下次还敢
下次还敢Original
2024-04-15 12:15:17976browse

Methods to get "My Computer" back in Windows 11 include: Check the File Explorer settings and make sure "This PC" is checked. Reinstall the This PC app. Use the Registry Editor to set the value of "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" to "0". Run System File Checker (SFC). Reset Windows 11 (Proceed with caution).

What should I do if my computer is gone in win11?

My PC disappeared in Windows 11

If you find “My Computer” in Windows 11 ” is missing, the following solutions will help you get it back:

1. Check the File Explorer settings

  • Open "File Explorer" .
  • Click the "View" tab.
  • Check "This PC" under "Navigation Pane".

2. Reinstall the This PC application

  • Press the Windows key R to open the Run window.
  • Enter "powershell" and click "OK".
  • In the PowerShell window, enter the following command and press Enter:
<code>Get-AppxPackage -Name Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}</code>

3. Use the Registry Editor

Warning: Modifying the registry may cause system instability. Please create a registry backup before continuing.

  • Press the Windows key R to open the Run window.
  • Enter "regedit" and click "OK".
  • Navigate to the following registry key:
<code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel</code>
  • In the right panel, find the DWORD named "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" value.
  • Double-click the value and set "Value Data" to "0".

4. Run System File Checker (SFC)

  • Press the Windows key S to open the search bar.
  • Enter "Command Prompt" and run as administrator.
  • In the command prompt window, enter the following command and press Enter:
<code>sfc /scannow</code>

SFC will scan and repair corrupted system files.

5. Reset Windows 11

If none of the other solutions solve the problem, you can try resetting Windows 11.

  • Press the Windows key I to open Settings.
  • Click "System" > "Restore".
  • Under "Reset this PC," click "Start."

Reset will delete all personal files and applications, so make sure to back up important data before proceeding.

The above is the detailed content of What should I do if my computer is gone in win11?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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