1. Create batch file inside Genshin/Honkai directory to export registry of miHoYo and paste the following command then save it as "update_miYoHo_reg.bat" :
@echo off
reg export HKEY_CURRENT_USER\Software\miHoYo miHoYo.reg
exit
reg export HKEY_CURRENT_USER\Software\miHoYo miHoYo.reg
exit
Then click it once.
2. Create 2 folders inside Genshin/Honkai directory and rename them as "Local" and "Locallow". 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. Create batch file inside Genshin/Honkai 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"
start "" "launcher.exe"
exit
regedit /s miHoYo.reg
mklink /j "%LocalAppData%\miHoYo\" "Local\miHoYo"
mklink /j "%LocalAppData%\HoYoverse\" "Local\HoYoverse"
mklink /j "%AppData%\..\LocalLow\miHoYo\" "Locallow\miHoYo"
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