<!DOCTYPE html> <html> <head> </head> <body> <p>Eseguire in Powershell con privilegi amministrativi:</p> <p>1 opzione di restore windows store:<br />start->run->wsreset.exe<br /><br />2 optione di restore windows store:<br />Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}</p> </body> </html>
Subscribe
0 Comments
Oldest