Hi,
Johnsy Hu, Feng schrieb:
> I need copy a templet file ABCD.DOT from C:\Program Files\Microsoft
> Office\Office\Startup\ to C:\Documents and Settings\%username%\Application
> Data\Microsoft\Word\STARTUP\
> Who can help me to achieve that depend on local machine group policy by step
> and step? BTW, my OS is windows server 2003.
This is not a goal, that can be accomplished by GPO, because GPOs
canīt transfer files.
You can use a loginscript to accomplish this task.
A simple batch file, like:
copy "%programfiles%\Microsoft Office\Office\Startup\*.dot
"%appdata%\Microsoft\Word\Startup" /y
Mark
--
Mark Heitbrink - MVP Windows Server
Homepage:
www.gruppenrichtlinien.de
extend GPO:
www.desktopstandard.com
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.