Deploying Office Template to all workstations Using SCCM
Step 1 : Make batch Script, save this file as .bat
Batch SCRIPT :
@echo off
copy <shared path of Template file> "%Appdata%\Microsoft\templates"
copy <shared path of Template file> "%Appdata%\Microsoft\Templates"
Step 2 : Create package -> Follow standard steps
Step 3 : Create Program -> Follow standard steps + environment option -> only when user is logged in
Step 4 : Create Advertisement -> Follow standard steps
It Took 2 days to find this simple script......
How to create software distribution : http://technet.microsoft.com/en-us/library/bb632640.aspx
Step 1 : Make batch Script, save this file as .bat
Batch SCRIPT :
@echo off
copy <shared path of Template file> "%Appdata%\Microsoft\templates"
copy <shared path of Template file> "%Appdata%\Microsoft\Templates"
Step 2 : Create package -> Follow standard steps
Step 3 : Create Program -> Follow standard steps + environment option -> only when user is logged in
Step 4 : Create Advertisement -> Follow standard steps
It Took 2 days to find this simple script......
How to create software distribution : http://technet.microsoft.com/en-us/library/bb632640.aspx
No comments:
Post a Comment