C
Christian
Hi,
I found an ADM template to redirect Favorites to a specific directory
and so far works fine. The only problem is that when I try to install
a new software using Group Policies when users login, it does not
install the application. I get an error on the mapped drive where I
redirected the Favorites, in this case is a H drive.
the template is this one:
adm file problem
CLASS USER
CATEGORY !!WEBPC
CATEGORY !!FLDREDIR
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User
Shell Folders"
POLICY !!FavReDir
EXPLAIN !!Help_FavReDir
PART !!FavDir EDITTEXT EXPANDABLETEXT REQUIRED
DEFAULT !!FavoritesDefaultLocn
VALUENAME "Favorites"
END PART
END POLICY
END CATEGORY ;FLDREDIR
END CATEGORY
[strings]
WEBPC="Custom Favorites Folder"
FLDREDIR="Folder Redirection"
FavReDir="Favorites"
Help_FavReDir="When enabled this policy redirects the 'Favorites'
folder to
the path specified.\n\nYou can use either a UNC or drive path"
FavDir="Path to where you want the Favorites redirected"
FavoritesDefaultLocn="%USERPROFILE%\Favorites"
Any idea why I can not install applications when this policy is
running?
Thanks.
I found an ADM template to redirect Favorites to a specific directory
and so far works fine. The only problem is that when I try to install
a new software using Group Policies when users login, it does not
install the application. I get an error on the mapped drive where I
redirected the Favorites, in this case is a H drive.
the template is this one:
adm file problem
CLASS USER
CATEGORY !!WEBPC
CATEGORY !!FLDREDIR
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User
Shell Folders"
POLICY !!FavReDir
EXPLAIN !!Help_FavReDir
PART !!FavDir EDITTEXT EXPANDABLETEXT REQUIRED
DEFAULT !!FavoritesDefaultLocn
VALUENAME "Favorites"
END PART
END POLICY
END CATEGORY ;FLDREDIR
END CATEGORY
[strings]
WEBPC="Custom Favorites Folder"
FLDREDIR="Folder Redirection"
FavReDir="Favorites"
Help_FavReDir="When enabled this policy redirects the 'Favorites'
folder to
the path specified.\n\nYou can use either a UNC or drive path"
FavDir="Path to where you want the Favorites redirected"
FavoritesDefaultLocn="%USERPROFILE%\Favorites"
Any idea why I can not install applications when this policy is
running?
Thanks.