Change profile folder for users

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Marco da Silva

Change profile folder for users

Post by Marco da Silva »

Hy all,

Is it possible to change the users profiles folder?
what I what is instead of them using "C:\\windows\\profiles\\username\\"
I would like to set it has "Z:\\home\\username\\"

I tried setting that in system.reg and user.reg, but with no sucess.

Let me explain the reasson. Im setting up a multi user installation of
wine, that is in /opt/wine , and I what to share that installation with
various users. This I can do with no problem. The problem is that the
"My Documents" folder and so on, are in
"C:\\windows\\profiles\\username\\" where the user has no write access,
and I dont want to change the installation setting up softlinks of every
folder, for every user to theyr Home folder.

Did I explain my self right?

Thanks
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Change profile folder for users

Post by vitamin »

Marco da Silva wrote:Hy all,

Is it possible to change the users profiles folder?
what I what is instead of them using "C:\\windows\\profiles\\username\"
I would like to set it has "Z:\\home\\username\"

I tried setting that in system.reg and user.reg, but with no sucess.
You probably didn't change it in all places. I think this is the full list:

Code: Select all

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\ProfileList]
ProfilesDirectory

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment]
APPDATA
USERPROFILE
iGama
Newbie
Newbie
Posts: 1
Joined: Tue Apr 08, 2008 9:31 am

Post by iGama »

Thanks for the reply, I'll test that later on when I get the opportunity.

;)

(PS. Im Marco da Silva )
Locked