Hi,
I am running Windows 2003 Servers with Win XP Workstations.
I need to install on all of my workstations the Winzip application. Winzip has provided a login script which will work but only if my users are administrators. We have a domain policy in effect which prohibit basic users from installing any application. This policy can not change.
Here is the script:
NET USE F: /DELETE /PERSISTENT:YES
NET USE F: \\PASSRV01\WinZip
F:\winzip32.exe /noqp /notip /autoinstall
NET DELETE F: \\PASSRV01\WinZip
Can I use a run as command to give me temporary admin rights?
Any help would be appreciated.
I am running Windows 2003 Servers with Win XP Workstations.
I need to install on all of my workstations the Winzip application. Winzip has provided a login script which will work but only if my users are administrators. We have a domain policy in effect which prohibit basic users from installing any application. This policy can not change.
Here is the script:
NET USE F: /DELETE /PERSISTENT:YES
NET USE F: \\PASSRV01\WinZip
F:\winzip32.exe /noqp /notip /autoinstall
NET DELETE F: \\PASSRV01\WinZip
Can I use a run as command to give me temporary admin rights?
Any help would be appreciated.