Jump to content

[Question] - split documents and settings folder


sscoop

Recommended Posts

does anyone know if its possible to setup windows in such a way, that on creation of a new user all the settings to be stored in documents and settings folder only his documents to be stored in a similar foldertree but in a different location. Example

1. I create the user John.

2. In Documents and Settings a John subfolder is created and there all settings are stored except My Documents.

3. on drive D in folder Documents a John subfolder is created with My Documents Folder in it.

please tell me if this is possible. and how (if it is).

Title Edited - Please follow new posting rules from now on.

--Zxian

Link to comment
Share on other sites


This .REG file should work but I haven't tested it.

Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"Personal"="D:\\%USERNAME%\\My Documents"

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\RunOnce]
"Create Personal Folder"="MKDIR D:\\%USERNAME%\\My Documents"

I'd rather use D:\Documents\%USERNAME%.

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...