View Single Post
Old 11-23-2010, 11:42 AM   #3
Jordan!
Jordan!
 
Jordan!'s Avatar
 
Join Date: Jul 2009
Location: Chandler, AZ
Exp:
Default

I've got a nice little vbs script that we're going to run. Worked like a charm.

Option explicit
Dim oShell
set oShell= Wscript.CreateObject("WScript.Shell")
oShell.Run "RunAs /noprofile /userOMAIN\ADMINUSER ""c:\Program Files\ClamWin\unins000.exe /SILENT"""
WScript.Sleep 100
oShell.Sendkeys "PASSWORD~"
Wscript.Quit
Jordan! is offline   Reply With Quote