Batchfiles and VISTA

  • Thread starter Thread starter Syd
  • Start date Start date
S

Syd

Our company have shortcuts in STARTUP, pointing to a batchfile (on the file
server), that runs everytime we reboot our machines, copying custom files
from the File server to our local computers. In XP it worked fine, with VISTA
we have to right-click and select RUN AS ADMINSTRATOR. How can we get the
BATCH file to run without any HUMAN INTERVENTION please?
 
"Syd" wrote:

> Our company have shortcuts in STARTUP, pointing to a batchfile (on the file
> server), that runs everytime we reboot our machines, copying custom files
> from the File server to our local computers. In XP it worked fine, with VISTA
> we have to right-click and select RUN AS ADMINSTRATOR. How can we get the
> BATCH file to run without any HUMAN INTERVENTION please?




if you dont want to disable UAC follow these steps :

--> Get winrar from http://rarlabs.com/rar/wrar371.exe
--> Install It
--> Right click the batch file
--> Select "add to archive"
--> Tick the box "Create SFX"
--> Select "Best" from the drop-down menu (compression method)
--> Go to the "Advanced" Tab
--> Click "SFX options" button
--> Type in the batch file's name in the "Run after extractration"
(including .bat)
--> Go to the "Modes" tab
--> Tick the box "Unpack to a temporray folder"
--> Select "Hide All" from "Silent Mode"
--> Select "Overwrite all files" from "Ovorwrite mode"
--> Click ok

You will see a new file in the batch file's directory

--> Right click the generated file
--> Select "Properties"
--> "Compability" Tab
--> Tick the "Run this program as an administator"

And finally point to it in startup (instead of the batch file)
 
I ran into this same thing, and got around it by creating a shortcut to the
batch file. In the advanced settings of the shortcut you set to run as
administrator. Then run the shortcut which runs the batch file.

"Syd" wrote in message
news:4AB035A0-E26B-423C-BC01-E0E2B94E3AEE@microsoft.com...
> Our company have shortcuts in STARTUP, pointing to a batchfile (on the
> file
> server), that runs everytime we reboot our machines, copying custom files
> from the File server to our local computers. In XP it worked fine, with
> VISTA
> we have to right-click and select RUN AS ADMINSTRATOR. How can we get the
> BATCH file to run without any HUMAN INTERVENTION please?
 
This might help.

Make Vista launch UAC restricted programs at startup with Task Scheduler
http://blogs.techrepublic.com.com/window-on-windows/?p=616

--

"Syd" wrote in message
news:4AB035A0-E26B-423C-BC01-E0E2B94E3AEE@microsoft.com...
> Our company have shortcuts in STARTUP, pointing to a batchfile (on the
> file
> server), that runs everytime we reboot our machines, copying custom files
> from the File server to our local computers. In XP it worked fine, with
> VISTA
> we have to right-click and select RUN AS ADMINSTRATOR. How can we get the
> BATCH file to run without any HUMAN INTERVENTION please?
 
Thanks to all of you! I will try your suggestions and let you know.

"GTS" wrote:

> This might help.
>
> Make Vista launch UAC restricted programs at startup with Task Scheduler
> http://blogs.techrepublic.com.com/window-on-windows/?p=616
>
> --
>
> "Syd" wrote in message
> news:4AB035A0-E26B-423C-BC01-E0E2B94E3AEE@microsoft.com...
> > Our company have shortcuts in STARTUP, pointing to a batchfile (on the
> > file
> > server), that runs everytime we reboot our machines, copying custom files
> > from the File server to our local computers. In XP it worked fine, with
> > VISTA
> > we have to right-click and select RUN AS ADMINSTRATOR. How can we get the
> > BATCH file to run without any HUMAN INTERVENTION please?

>
>
>
 
Back
Top