Favorites Redirection / Edit ADM

G

Guest

I stick with the following problem

I Redirect the Startmenu and the My Documents but i will alsoo redirect the IE Favorites
I already take a look with the text editor in the ADM file and now i wonder if i can at a function do i can redirect my favorites

I Already tried to redirect the favorites to edit manually the .Default shell so new get the favorites folder redirection. This doesn't work

Got someone a solution for this issue ??
 
C

Chriss3

So far I know you are at right way to redirect the shell folders to change
the registry key within an Administrative Template. you may have to take
advantage of scripting to fit your needs?

--
Regards,

Christoffer Andersson
No email replies please - reply in the newsgroup
If the information was help full, you can let me know at:
http://www.itsystem.se/employers.asp?ID=1

Arno said:
I stick with the following problem,

I Redirect the Startmenu and the My Documents but i will alsoo redirect the IE Favorites.
I already take a look with the text editor in the ADM file and now i
wonder if i can at a function do i can redirect my favorites.
I Already tried to redirect the favorites to edit manually the .Default
shell so new get the favorites folder redirection. This doesn't work.
 
G

Guest

I created a custom ADM but it won't work
Scripting is no option because te specified user have only User permission

CLASS USE

CATEGORY "Folder Redirection
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\User Shell Folder
POLICY "Redirect the Favorites User Shell Folder
EXPLAIN "When Enabled this Policy Redirects the 'favorites' folder tot he users home drive

PART "Favorites User Shell Folder Path" EDITTEXT REQUIRED EXPANDABLETEX
DEFAULT "\\adm01\%username%$\Favorites
VALUENAME "Favorites
END PAR
END POLIC
END CATEGOR

CLASS USE

CATEGORY "Folder Redirection
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Shell Folder

POLICY "Redirect the Favorites Shell Folder
EXPLAIN "When Enabled this Policy Redirects the 'favorites' folder tot he users home drive

PART "Favorites Shell Folder Path" EDITTEXT REQUIRED EXPANDABLETEX
DEFAULT "\\adm01\%username%$\Favorites
VALUENAME "Favorites
END PAR
END POLIC
END CATEGORY; "Folder redirection"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top