New
#210
not sure how many codes in option 2 need updating but I needed this one and got and error
returned thisCode:PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
Code:PowerShell : = : The term '=' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the At line:1 char:1 + PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Ge ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (= : The term '=...ram. Check the :String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:5 + & { = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManife ... + ~ + CategoryInfo : ObjectNotFound: (=:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException