1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-19 21:57:57 +03:00
samba-mirror/docs/registry/FolderRedir.adm
Jelmer Vernooij 992f1e6b8f Add all the source files from the old CVS tree,
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
2008-04-23 08:45:43 -05:00

35 lines
1.4 KiB
Plaintext

CLASS MACHINE
CATEGORY !!Shell
CATEGORY !!CustomSharedAppFolders
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
POLICY !!CustomFolders_SharedAppData
PART !!CustomFolders_SharedAppDataPath EDITTEXT REQUIRED EXPANDABLETEXT
DEFAULT !!CustomFolders_SharedAppDataDefault
VALUENAME "AppData"
END PART
END POLICY
POLICY !!CustomFolders_SharedMyDocs
PART !!CustomFolders_SharedMyDocsPath EDITTEXT REQUIRED EXPANDABLETEXT
DEFAULT !!CustomFolders_SharedMyDocsDefault
VALUENAME "Personal"
END PART
END POLICY
END CATEGORY
END CATEGORY ; Shell
[strings]
Shell="Shared User Profile Folders"
CustomSharedAppFolders="Custom Shared Folders"
CustomFolders_SharedAppData="Custom Shared Application Folders"
CustomFolders_SharedAppDataPath="Path to location of Shared Application Data"
CustomFolders_SharedAppDataDefault="%USERPROFILE%\Local Settings\Application Data"
CustomFolders_SharedMyDocs="Custom Shared Documentation Folder"
CustomFolders_SharedMyDocsPath="Path to location of Shared My Documents"
CustomFolders_SharedMyDocsDefault="%USERPROFILE%\MY Documents"