Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

deploying software to multiple windows 7 workgroup, which required to be runas administrator privilege

$
0
0

Hi,

I'm on site system administrator of training room with 150 windows 7 PCs workgroup, I'm trying to install a 3rd party application (it a .exe file) to all the system. All my system is set to auto logon to the user account. (the installation file had being copy to each system desktop) and the application doesn't came in silent mode installation and it required to be run with administrator privileges.

I had tried to write a .bat file to start the installation.  but this will required me to go to each system to type in the password.
Does any one know of any better way I can do this? e.g. I only type in the password once.

I saw the PsExec program but as I'm only the onsite administrator I'm not allow to install another program without approver, but I'm allow to push a .bat file down then run it, and delete the file after use.

Thanks

echo on
cd "c:\users\desktop\temp"
runas /users:domain\admin_ID "application.exe"

regards

Soong

 


Viewing all articles
Browse latest Browse all 15028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>