Kodi Community Forum
Using a single profile across different Windows user accounts - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Using a single profile across different Windows user accounts (/showthread.php?tid=103971)



Using a single profile across different Windows user accounts - mephistopoa - 2011-06-21

Hi there,

I want to set up XBMC with a single profile that all users on that specific computer can use. Like with eMule, instead of creating a profile under each user, create a single profile that all users share so one setting changed on one profile will reflect to all users.

is this possible?

thanks!


- Krazypoloc - 2011-06-21

Copy the "C:\Users\[username]\AppData\Roaming\XBMC" to the C drive and symlink back to that folder on the C drive for each profile.

Here is a nice GUI tool for windows.

http://code.google.com/p/symlinker/


- stoli - 2011-06-21

Even easier, just run in Portable Mode by using the -p command line switch then all the data will be in the same folder as xbmc.


- Krazypoloc - 2011-06-21

stoli Wrote:Even easier, just run in Portable Mode by using the -p command line switch then all the data will be in the same folder as xbmc.

Much easeir. Smile

Good advice as always stoli!


- mephistopoa - 2011-06-30

stoli Wrote:Even easier, just run in Portable Mode by using the -p command line switch then all the data will be in the same folder as xbmc.

So the first time I run with -p will sort of create a new profile?


- jhsrennie - 2011-07-01

mephistopoa Wrote:So the first time I run with -p will sort of create a new profile?

Yes.

Note that the profile will be created in "C:\Program Files\XBMC\portable_data" or wherever you installed XBMC. Check all your users have write access to this location. By default non-administrators only have read access.

JR


- mephistopoa - 2011-07-01

jhsrennie Wrote:Yes.

Note that the profile will be created in "C:\Program Files\XBMC\portable_data" or wherever you installed XBMC. Check all your users have write access to this location. By default non-administrators only have read access.

JR

Thank you very much mate, I really appreciate your tip!


- mephistopoa - 2011-07-01

stoli Wrote:Even easier, just run in Portable Mode by using the -p command line switch then all the data will be in the same folder as xbmc.

Thanks for that mate, =)