Many Ps4 accounts on 1 Pc with Remote ps4 play [closed]


Many Ps4 accounts on 1 Pc with Remote ps4 play [closed]



Summery Beings they told me to edit it to make an easier question.



There are 3 of us in our house that play ps4. Only 1 ps4 in the living room. We use the pc to play while someone is watching tv on living room tv. Everytime someone else wants to play on the pc we have to sign out and delete there settings from the AppData folder. I wish to remove that long process and make a program or batch file to do it in a few short clicks. I've actually wrote a batch that does solve this problem. See below.



Me and My kids use ps4 remote play to play our games on the computer while the tv is being used by my wife. Remote play doesn't allow you to sign in and out of PSN accounts.



So to fix this I want to replace the settings.cache found in C:Users?????AppDataLocalSony CorporationPS4 Remote Play



I plan to sign into the accounts I need then move the file to a folder for each of us. So when I run the batch file it replaces the old files with the files for each user.



Example mine my windows account logs in then I run the batch file and it replaces My sons PSN account info with mine so I can just load and run ps4 remote play. I logged off now my son logs in and does the same for his account now he can play right away. Wish someone would of wrote a program to do this instead. Its been a long time Since I wrote in any language. 15+ years lol


C:PS4FilesTim
C:PS4FilesMatt
C:PS4FilesJeff



Take File From the Folder and move to C:UsersJesteAppDataLocalSony CorporationPS4 Remote Play


C:UsersJesteAppDataLocalSony CorporationPS4 Remote Play



Again if Batch could give a menu would be a great thing to have.
Thanks for any Help



I googled and got it working by using a few different sources.



Here is the Batch File I made


ECHO OFF
CLS

:MENU
ECHO.
ECHO ...............................................
ECHO PRESS 1, 2 OR 3 to select your Profile, or 4 to EXIT.
ECHO ...............................................
ECHO.
ECHO 1 - Open JEFF PSN
ECHO 2 - Open MATT PSN
ECHO 3 - Open TIM PSN
ECHO 4 - EXIT
ECHO.
SET /P M=Type 1, 2, 3, or 4 then press ENTER:
IF %M%==1 GOTO Jeff
IF %M%==2 GOTO Matt
IF %M%==3 GOTO Tim
IF %M%==4 GOTO EOF

:Jeff
xcopy /s /i /y "C:PS4SettingsJeffery" "C:UsersjesteAppDataLocalSony CorporationPS4 Remote Play"
Pause
GOTO EOF

:Matt
xcopy /s /i /y "C:PS4SettingsMatt" "C:UsersjesteAppDataLocalSony CorporationPS4 Remote Play"
Pause
GOTO EOF

:Tim
xcopy /s /i /y "C:PS4SettingsTim" "C:UsersjesteAppDataLocalSony CorporationPS4 Remote Play"
Pause
GOTO EOF



I placed a Pause at the end for testing purpose and to see the response. If you wish to use this Batch File Just replace the "jeste" with your user profile name. Same goes for the folders and there names.



Or better yet just make Windows user accounts for each person playing on it. They will have there own login info for each account. But if you want to just do it on one windows account then this is for you.



Good Luck ALL



Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.





Is there a question here?
– SomethingDark
Jul 2 at 23:20





Stack Overflow is a question and answer site and answers should be separate from questions. You can answer your own question instead.
– DavidPostill
Jul 3 at 20:48




Popular posts from this blog

api-platform.com Unable to generate an IRI for the item of type

How to set up datasource with Spring for HikariCP?

Display dokan vendor name on Woocommerce single product pages