Configuration file for multiple users on windows 10? August 05, 2020, 03:48:51 PM I am running splitcam on windows 10 to allow zoom access to the IP camera. It works great, and thank youfor this great product. One issue we have is that multiple different users with different logins use the PC. We have setup splitcamto start automatically by placing the shortcut in the startup folder. Now when anyone logs in, it starts up.The issue is that it does not keep the camera settings or even the camera, so when the starts up, thereis no camera. We would like to know if you know a way to move its configuration file or however this is stored so thatit comes up with the camera settings for all users?
Re: Configuration file for multiple users on windows 10? Reply #1 – August 08, 2020, 07:21:58 PM Quote from: SPLITCAM SUPPORT on August 08, 2020, 06:47:20 PMHelloWhen splitcam starts up it loads the last used project file. so all you have to do is to set up scenes in splitcan the way you want them to be. after you are done you should select "Save as..." command from the burger menu and save the project to a new location shared among different users. for example "C:\Users\Public" folder is accessible for all users so you can save the project file there. then every user should open this project in splitcam. after they do it once the project will automatically load each time splitcam is started.
Re: Configuration file for multiple users on windows 10? Reply #2 – August 09, 2020, 08:47:27 AM That is not good enough. I have a LOT of users, and not all of them read instructions or email. I want this to happen automatically. I am working on writing a startup script to load the default.xml from a central location to the users LOCALAPPDATA folder where splitcam stores it. It would be helpful to know if splitcam would overwrite a file that exits there already.
Re: Configuration file for multiple users on windows 10? Reply #3 – August 11, 2020, 07:09:07 PM I have found a solution for my specific problem, so I am posting it here. I want to reiterate how my situation is unique: Windows is on AD with two or three admins over the OU thePCs are in. We are not allowed to modify group policy. Steps I took to solve the problem: Install splitcam as the admin account, ensure for eveyrone is checked. Create a bat file (splitcam.bat) in the global startup folder (c:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp) that contains the code below this list Move your default.xml into the directory c:\splitcam\ after the admin sets up splitcam the way you want it Code in the splitcam.bat file:Quote@echo offif not exist %LOCALAPPDATA%\Splitcam\. ( mkdir %LOCALAPPDATA%\Splitcam\.)echo F|xcopy c:\splitcam\default.xml %LOCALAPPDATA%\Splitcam\default.xml /Y 1 Likes
Re: Configuration file for multiple users on windows 10? Reply #4 – August 18, 2020, 03:19:40 AM Thank You!try to download new version , updated today :-)