R
Raj Shrestha2
"Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}"Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell PS C:\WINDOWS\system32> Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"} Add-AppxPackage : Cannot find path 'C:\Windows\SystemApps\Microsoft.Windows.FilePicker_cw5n1h2txyewyAppXManifest.xml' because it does not exist. At
Continue reading...
Continue reading...