Remote Uninstall
Created: 13 Jun 2008 | Updated: 21 May 2010 | 2 comments
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
Discussion Filed Under:
Comments 2 Comments • Jump to latest comment
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
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"
Would you like to reply?
Login or Register to post your comment.