Recently Windows Update installed Windows Desktop Search (WDS) on all my networks workstations. I created a batch file that silently uninstalls this application (Which Microsoft throws upon us). My intention was when a user logons on it will execute the batch file (Silently) and uninstall the application from the user's workstation.
Heres the problem:
None of our domain workstations have any local administrative permissions, nor does the user. So when the batch file runs when the user logon script executes it says. The uninstall says 'Access Denied', blah, blah, blah due to these restrictive permissions.
Now I don't want to give the user or the workstation any administrative permissions. How can I execute the script with full administrative permissions? Just so the uninstall will perform. I really don't feel like walking around to 150 workstation to uninstall this.
BTW if I do give the workstation/user full permission the batch file executes fine.
Greg
Heres the problem:
None of our domain workstations have any local administrative permissions, nor does the user. So when the batch file runs when the user logon script executes it says. The uninstall says 'Access Denied', blah, blah, blah due to these restrictive permissions.
Now I don't want to give the user or the workstation any administrative permissions. How can I execute the script with full administrative permissions? Just so the uninstall will perform. I really don't feel like walking around to 150 workstation to uninstall this.
BTW if I do give the workstation/user full permission the batch file executes fine.
Greg