Hi,
User login script:
- create a share, where you place all the links a user should have
- replace all
---- deskshortcut.bat -----
del %userprofile%\desktop\*.lnk
copy \server\share\*.lnk %userprofile%\desktop\
---- deskshortcut.bat -----
.... or just add or delete the wanted ones ...
Redirect Desktop Folder to a network share, then you can get
a centralized store fore all users. Just use the Folder Redirection
thats integrated in group policy or do it hardcoded with an own
ADM template
---- desktop.adm (beware of line break) ----
CLASS USER
CATEGORY "Folder Redirection"
POLICY "Folder - Desktop"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell
Folders"
PART "Reidrekt Desktop to a network share" EDITTEXT
DEFAULT "\\yourserver\yourshare"
VALUENAME Desktop
EXPANDABLETEXT
END PART
END POLICY
END CATEGORY
---- desktop.adm (beware of line break) ----
Mark
--
Mark Heitbrink - MVP Windows Server
Homepage:
www.gruppenrichtlinien.de
W2K FAQ :
http://w2k-faq.ebend.de
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.