mow Posted June 29, 2005 Posted June 29, 2005 How can I redirect the entire user profile when creating a new user with WIHU?For now I redirect only specific shell folders. This is how I do it:[environment]Personal = D:\Users\%ThisUser%\My DocumentsMy Music = D:\Users\%ThisUser%\My Documents\My Music My Pictures = D:\Users\%ThisUser%\My Documents\My PicturesMy Video = D:\Users\%ThisUser%\My Documents\My Video is it not recommended to move the entire profile?I want to do so I can restore a windows partition image without overwriting the users documents & setting.
BenjaminKalytta Posted June 30, 2005 Posted June 30, 2005 Your example code would set default shell folders to specified location, i.e. each new created user account will use this as default settings instead windows default.If this is your intention, you've to create at least one account to use this settings.Of course you could set only some of the shell folders to new locations. Prefered locations are the Windows Desktop, Personal folder and may be also application data folders.I want to do so I can restore a windows partition image without overwriting the users documents & setting.You are right, that's the way to do it.Benjamin Kalytta
mow Posted June 30, 2005 Author Posted June 30, 2005 What about changing the default location for the entire profile. is that possible?I want to set one variable, and all the user shell folders would be under that path
BenjaminKalytta Posted June 30, 2005 Posted June 30, 2005 (edited) Of course this is possible.[users]Profile = c:\Profiles\%Thisuser%... should work.Update: It seems that I removed this feature some day ... don't know what my reason was. If you want I could add this again.Update 2: Just try version x.7, I added it again.Benjamin Kalytta Edited June 30, 2005 by BenjaminKalytta
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now