Friday, November 4, 2022

Hoyoplay Genshin Impact and Honkai Impact Diskless Launcher

1. Create batch file inside Hoyoplay directory, the function of this file is to export the registry of miHoYo. Paste the following command, then save it as "update_miYoHo_reg.bat" :

@echo off
reg export HKEY_CURRENT_USER\Software\miHoYo miHoYo.reg
exit

Then click it once.

2. Create 3 folders inside Hoyoplay directory and rename them as "Local" and "Locallow", Roaming. Then go to %LocalAppData% and cut miHoYo and HoYoverse folders and paste them inside "Local" folder.

3. Go to %AppData%\..\LocalLow and cut miHoYo folder, then paste it inside "Locallow" folder.

4. Go to %AppData% and cut Cognosphere folder, then paste it inside "Roaming" folder.

4. Create batch file inside Hoyoplay directory and name it "launcher.bat". Then paste the following command inside it :

@echo off
regedit /s miHoYo.reg
mklink /j "%LocalAppData%\miHoYo\" "Local\miHoYo"
mklink /j "%LocalAppData%\HoYoverse\" "Local\HoYoverse"
mklink /j "%AppData%\..\LocalLow\miHoYo\" "Locallow\miHoYo"
mklink /j "%AppData%\Cognosphere\"  "Roaming\Cognosphere"
start "" "launcher.exe"
exit 

Run it once at Diskless server.

5. Use the "Launcher.bat" as launcher for diskless client.

No comments:

Post a Comment