Page 1 of 1

SOLVED - Relocate the User Profile

Posted: Fri Aug 29, 2014 11:46 am
by pricetech
Currently, I find the user profile in c:\Users\username\AppData\Local\...... I need to move it to c:\Users\username\AppData\Roaming\...... since "local" isn't copied over when I sysprep, nor is it part of a roaming profile or a redirected folder, both of which we implement here.

Is there any way to relocate it either through a shortcut modification, install command line switch, etc ???

Any help would be appreciated.

Re: Relocate the User Profile

Posted: Thu Sep 04, 2014 2:59 pm
by flashpeak
There is a switch for you to relocate the user data folder.

Try:

slimjet.exe --user-data-dir=c:\foo

Re: Relocate the User Profile

Posted: Thu Sep 04, 2014 4:50 pm
by pricetech
I'll try that Friday morning.

Re: Relocate the User Profile

Posted: Fri Sep 05, 2014 7:20 am
by pricetech
flashpeak wrote:There is a switch for you to relocate the user data folder.

Try:

slimjet.exe --user-data-dir=c:\foo
That did it. Thanks.