Jump to content

Folder Redirection w/o AD?


Nameles

Recommended Posts

I'm trying how to do folder redirection (map My Docs and other such folders for the profile) to another drive/directory other than the standard C:\Documents and Settings\%username%. I've found out you can do this through folder redirection, however, it seems as if the only way to set these options for the whole machine and not the current user is to use Group Policies, only available in AD, as there doesn't appear to be a similar option for it in the Local Policy Editor. Am I totally missing something obvious, or is this not possible, or possible in another such way?

Link to comment
Share on other sites


One tip for the future. When it comes to Windows modifications, be sure to check registry tweaks because the guys here at MSFN have created awesome collections of them and you'll find almost anything in there. Anyway, here's what you want to use:

;Change location of my documents

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
"Personal" ="C:\\My Data"
"My Video" ="C:\\My Data\\My Video"
"My Music" ="C:\\My Data\\My Music"
"My Pictures"="C:\\My Data\\My Pictures"
"Favourites" ="C:\\My Data\\Favourites"

Edited by Marthax
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...