Speed Up Windows 10 Photo Viewer



commands:

Get-AppxPackage –AllUsers

remove-AppxPackage

pictureflect photo viewer



Step 1: Open PowerShell as administrator. To do this, type PowerShell in Start menu or taskbar search box, right-click on the PowerShell entry in the search results, and then click Run as administrator option.

Click Yes button when you see the User Account Control prompt.


Step 2: In the elevated PowerShell, type the following command, and press Enter key to view all installed apps.

Get-AppxPackage –AllUsers


Step 3: Scroll down, locate the entry named Microsoft.Windows.Photos, and copy its PackageFullName to Notepad program.


Tip: To quickly find Photos app entry, right-click on the titlebar of PowerShell, click Edit, click Find, type Photos, and then click Find next button.

To copy PackageFullName, select PackageFullName (refer to the video), and then use Ctrl + C hotkey to copy it.


Step 4: Execute the following command to uninstall the Photos app.

remove-AppxPackage PackageFullName


Step 5: install pictureflect photo viewer app using Microsoft app store

Video https://youtu.be/OWys6Z2tBmQ

Twitter  https://twitter.com/RdWith


Comments