Video Screencast Help
Search Video Help Close Back
to help

Remote Uninstall

Created: 13 Jun 2008 | Updated: 21 May 2010 | 2 comments
mbonanno's picture
0 0 Votes
Login to vote

Good morning. We have t5000 series HP thin clients deployed in our network. WE are running a citrix environment and we are running into issue with people on machines under generic usernames navingating to inappropriate sites. I am trying to figure out how to push out a script to uninstall Internet Explorer from all of the thin clients using altiris. I would appreciate any help that can be given regarding this matter. Thank you very much.



MB

Comments 2 CommentsJump to latest comment

Michael Perepelitsky's picture


when you create a new job add a test and use run script. and you can hae your scipt run from file or paste it directly.

Also if I recall corectly CE doesnt support VB scripting.



hope it helps

0
Login to vote
  • Actions
vnerdahl's picture

Here is an example uninstall script that you can use to create a DS Run Script job to uninstall add-ons.



REM Uninstall Internet Explorer AddOn

cd

cd "windows"

if exist "AddOn Internet Explorer.unload" HpUnload.exe "AddOn Internet Explorer"

0
Login to vote
  • Actions