How do I reinstall file explorer?

alex cowling 0 Reputation points
2023-04-22T12:23:41.33+00:00

I have accidentally deleted File explorer and cannot find a way to reinstall it.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,787 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ayomide Oluwaga 946 Reputation points
    2023-04-22T13:25:38.7366667+00:00

    Hello Alex, If you have accidentally deleted File Explorer on Windows, don't worry. Here are the steps to reinstall it:

    1. Open the Run dialog box by pressing the "Windows + R" keys on your keyboard.
    2. Type "powershell" into the Run dialog box and press "Enter". This will open PowerShell.
    3. Type the following command into the PowerShell window and press "Enter":
    Get-AppxPackage *windowsfile*
    
    1. Look for the "PackageFullName" line in the output. It should be similar to "Microsoft.Windows.FileExplorer", followed by a version number.
    2. Type the following command into the PowerShell window and press "Enter", using the PackageFullName value from the previous step:
    Add-AppxPackage -register "C:\Program Files\WindowsApps\PackageFullName\appxmanifest.xml" -DisableDevelopmentMode
    

    Make sure to replace "PackageFullName" with the actual value you obtained in step 4.

    1. Wait for the command to complete. This may take a few minutes. After the command completes, File Explorer should be reinstalled on your computer.
    1 person found this answer helpful.
    0 comments No comments