Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

C:\Users\Public

buconova

New Member
Joined
Apr 23, 2025
Messages
1
Hello

I have a game that saves progress in C:\Users\Public\Documents\

But I have multiple accounts that I access this game with, how can I solve this so that the game progress doesn't get overwritten or interfere with each other in any way with different local accounts?

So let's say we have 5 local accounts and one storage, which is not right.

Each account should have its own storage, but unfortunately this is the Public folder, how do I separate it now? ;)

User1 - C:\Users\Public\Documents\
User2 - C:\Users\Public\Documents\
User3 - C:\Users\Public\Documents\
User4 - C:\Users\Public\Documents\
....

Which is not okay

It would be okay to sort of go along those lines….

User1 - C:\Users\Public\Documents\User1\
User2 - C:\Users\Public\Documents\User2\
User3 - C:\Users\Public\Documents\User3\
User4 - C:\Users\Public\Documents\User4\
....

How to do it?

Thank you
 
Back
Top