How to Reinstall Windows Photos App Using PowerShell
π
12 Oct 2024
π General
π 310 views
Follow these steps to uninstall and reinstall the Photos app on Windows using PowerShell:
Step 1: Open PowerShell as Administrator
- Click the Start Menu and search for "Windows PowerShell."
- Right-click on the Windows PowerShell option and choose Run as administrator.
Step 2: Uninstall the Photos App
- In the PowerShell window, type the following command and press Enter:
powershell
Get-AppxPackage *Microsoft.Windows.Photos* | Remove-AppxPackage
- This command removes the Photos app from your system.
Step 3: Reinstall the Photos App
- Once the uninstall process is complete, close the PowerShell window.
- Open the Microsoft Store from the Start Menu.
- Search for "Photos" in the Store and reinstall the app from there.
By following these steps, you will successfully remove and reinstall the Windows Photos app.