dinci5 Posted January 7, 2016 Report post Posted January 7, 2016 Hi all, I have to uninstall a software on all our computers (2000+) but the uninstall has to be interactive. The reason for this is because after that particular software is removed many programs stop working (Citrix applications, IE, Google Chrome, etc...) If I deploy the uninstall script silently the software is removed but users will start calling our helpdesk because all these programs will stop working. I have created a HTA file and a VBS script with information presented to user. User can choose to postpone the uninstall 5x or to uninstall immediately. If postponed 5 times the uninstall is forced. The HTA file + script work flawlessly if ran manually and user is local administrator. I was planning to deploy a scheduled task with SCCM that will run the HTA file at logon with the SYSTEM account because non of our users is local admin. Problem is that when running something with the SYSTEM account it is not presented on the desktop. The process is running but it is not interactive. You don't see it. Is there any way to acomplish this? Thank you Quote Share this post Link to post Share on other sites More sharing options...
Peter33 Posted January 8, 2016 Report post Posted January 8, 2016 Have a look at the App Deplyoment Tolkit. http://psappdeploytoolkit.codeplex.com/ 1 Quote Share this post Link to post Share on other sites More sharing options...
dinci5 Posted January 21, 2016 Report post Posted January 21, 2016 Have a look at the App Deplyoment Tolkit. http://psappdeploytoolkit.codeplex.com/ Thank you. I deployed it with this and works flawlessly. Quote Share this post Link to post Share on other sites More sharing options...