Re: What is the best method to deploy one file to all users?

Tech-Archive recommends: Fix windows errors by optimizing your registry



On 03/13/09 09:53, Isaac Oben [MCITP,MCSE] wrote:
You can use a startup/login script via GPO to copy files to designated folder in user's workstaion. But you will have make sure users have the appropriate permission for that folder and set the script to only run once.

It's been a *REALLY* long time, but I have gotten scripts to run as the system (as opposed to the user) that would copy files in place.

As far as running one time, simply copy the file if it does not exist. I.e.

if not exist %SystemRoot%\system32\file.scr copy file.scr %SystemRoot%\system32\file.scr



Grant. . . .
.