<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">) in deinstallation, i use:<br>        <remove cmd='powershell -Command "Get-AppxPackage -AllUsers AD2F1837.HPSupportAssistant | Remove-AppxPackage -AllUsers' ><br>                <exit code='any' /><br>        </remove><br>but this seems to work for Admnistrator, not for SYSTEM; return the<br>error:<br> C:\WINDOWS\system32>powershell -Command "Get-AppxPackage -AllUsers AD2F1837.HPSupportAssistant | Remove-AppxPackage -AllUsers<br> Remove-AppxPackage : Rimozione non riuscita. Contattare il produttore del software.<br> Impossibile eseguire l'operazione di distribuzione DeStage con volume di destinazione C: per il pacchetto<br> AD2F1837.HPSupportAssistant_9.7.238.0_x64__v10z8vjag6ke6 da  . Errore: 0x80070002. Vedere<br> <a href="http://go.microsoft.com/fwlink/?LinkId=235160" rel="noreferrer" target="_blank">http://go.microsoft.com/fwlink/?LinkId=235160</a> per informazioni sulla diagnosi dei problemi di distribuzione delle app.<br> In riga:1 car:57<br> + ...  -AllUsers AD2F1837.HPSupportAssistant | Remove-AppxPackage -AllUsers<br> +                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>     + CategoryInfo          : NotSpecified: (:) [Remove-AppxPackage], COMException<br>     + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand</blockquote><div><br></div><div>Missing closing double-quotes after "Remove-AppxPackage -AllUsers"?</div></div>