SOLVED - Relocate the User Profile

General discussion about Slimjet, or other issues related to web browser in general.
Locked
pricetech
Posts: 3
Joined: Fri Aug 29, 2014 11:37 am

SOLVED - Relocate the User Profile

Post 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.
Last edited by pricetech on Fri Sep 05, 2014 7:22 am, edited 1 time in total.

flashpeak
Site Admin
Posts: 369
Joined: Mon Apr 21, 2014 3:57 pm

Re: Relocate the User Profile

Post by flashpeak »

There is a switch for you to relocate the user data folder.

Try:

slimjet.exe --user-data-dir=c:\foo
Stephen Cheng
FlashPeak Inc.

pricetech
Posts: 3
Joined: Fri Aug 29, 2014 11:37 am

Re: Relocate the User Profile

Post by pricetech »

I'll try that Friday morning.

pricetech
Posts: 3
Joined: Fri Aug 29, 2014 11:37 am

Re: Relocate the User Profile

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

Locked