Posted On October 10, 2020

PowerShell: 1-Liner to Install Windows Photo Viewer for Windows 10

kimconnect 5 comments
blog.KimConnect.com >> Windows >> PowerShell: 1-Liner to Install Windows Photo Viewer for Windows 10

I’ve thought that Windows Photo Viewer is a nicely optimized and lightweight program to preview photos. As it has been disabled by default on certain versions of Windows 10, this quick cmdlet should bring it back in a jiffy:

Get-AppxPackage -allusers Microsoft.Windows.Photos | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

5 thoughts on “PowerShell: 1-Liner to Install Windows Photo Viewer for Windows 10”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Dell OpenManage and ESXi 6.0 Integration

Install OpenManage on ESX 5.1 to 6.0: ----------------------------------------------- Check to see whether OpenManage is already…

On-Premise Exchange 2010 to Office 365 Migration Instructions

Overview: There are several methods of migrating an on premise targeted Microsoft Exchange system, herein…

How to connect to the Keri system (door access)

Connect to the Controller Client   Start > Run > mstsc > input DOORSECURITY01 >…