- Joined
- Mar 31, 2007
- Messages
- 1,895 (0.28/day)
- Location
- ontario canada
System Name | home brew |
---|---|
Processor | Intel Corei7 3770K OC @ 4.5Ghz |
Motherboard | ASUS P8Z77-V |
Cooling | Corsair H100 |
Memory | 16GB DDR3 1600 GSKILL |
Video Card(s) | Powercolor Radeon 7970, MSI Radeon 7970 |
Storage | Mushkin Chronos Deluxe 240gb. 2 TB Hdd. |
Display(s) | 3x24inch Dell Ultra IPS |
Case | CM storm trooper |
Power Supply | Antec Quattro OC ed. 1200w |
Software | Windows 7 Business x64 |
Benchmark Scores | vantage: P43089 |
I'm trying to get a script to work from Group policy to install a photo editing software from google called picasa.
My script currnetly looks like:
IF EXIST C:\picasainstalled-dont-delete.txt exit ELSE start \\timothyclass\Data\picasa35-setup.exe /S /L
echo.>C:\picasainstalled-dont-delete.txt
and a parameter when placed in group policy of: runas /user:student.timothy.com\Administrator
Although im guessing it wants the password and doesnt prompt for it
.
Any suggestions on how i can do this?
My script currnetly looks like:
IF EXIST C:\picasainstalled-dont-delete.txt exit ELSE start \\timothyclass\Data\picasa35-setup.exe /S /L
echo.>C:\picasainstalled-dont-delete.txt
and a parameter when placed in group policy of: runas /user:student.timothy.com\Administrator
Although im guessing it wants the password and doesnt prompt for it

Any suggestions on how i can do this?
Last edited: