N
Nex6
;windows 2000 AD;
I would like to redirect : favorities,my documents, cookies, and maybe
desktop to users Home directorys. (h:\) ((hard coded in the ADUC profile)
I Currently, have some kiosk machines using a %logonserver% by global
group. redirecting there desktop. it is being redirected to the sysvol.
when looking up to setup my users, i noticed only %username% and
%userprofile% is supported and will work?
is this true? becuase i have a very large user base and can not use a
UNC path, i need all user redirect to be in there home directorys.
i wrote a script the changes the values :
code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\software\Microsoft\windows\currentversion\explorer\user
shell folders]
"Favorites"=hex(2):48,00,3a,00,5c,00,46,00,61,00,76,00,6f,00,72,00,69,00,74,00,\
65,00,73,00,00,00
"Personal"=hex(2):48,00,3a,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,63,00,75,00,\
6d,00,65,00,6e,00,74,00,73,00,00,00
"Cookies"=hex(2):48,00,3a,00,5c,00,43,00,6f,00,6f,00,6b,00,69,00,65,00,73,00,\
00,00
"Desktop"=hex(2):68,00,3a,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\
00,00
end code:
this changes all values to h:\
is it possble to do this without the script and do this in a GPO?
with a %homeshare% or something?
Thanks in adavance...
-Nex6
I would like to redirect : favorities,my documents, cookies, and maybe
desktop to users Home directorys. (h:\) ((hard coded in the ADUC profile)
I Currently, have some kiosk machines using a %logonserver% by global
group. redirecting there desktop. it is being redirected to the sysvol.
when looking up to setup my users, i noticed only %username% and
%userprofile% is supported and will work?
is this true? becuase i have a very large user base and can not use a
UNC path, i need all user redirect to be in there home directorys.
i wrote a script the changes the values :
code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\software\Microsoft\windows\currentversion\explorer\user
shell folders]
"Favorites"=hex(2):48,00,3a,00,5c,00,46,00,61,00,76,00,6f,00,72,00,69,00,74,00,\
65,00,73,00,00,00
"Personal"=hex(2):48,00,3a,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,63,00,75,00,\
6d,00,65,00,6e,00,74,00,73,00,00,00
"Cookies"=hex(2):48,00,3a,00,5c,00,43,00,6f,00,6f,00,6b,00,69,00,65,00,73,00,\
00,00
"Desktop"=hex(2):68,00,3a,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,\
00,00
end code:
this changes all values to h:\
is it possble to do this without the script and do this in a GPO?
with a %homeshare% or something?
Thanks in adavance...
-Nex6