Showing posts with label Diskless Launcher. Show all posts
Showing posts with label Diskless Launcher. Show all posts

Wednesday, February 25, 2026

PointBlank Zlauncher for Diskless Launcher

- Create a new batch file in Zepetto folder, not inside zlauncher(ID) folder.

@echo off
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Point Blank ID" reg1.reg
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Z-Launcher(ID)" reg2.reg
copy /Y reg*.reg final.reg
del reg*.reg
exit

Sunday, November 23, 2025

Heroes of Newerth: Reborn Diskless Launcher

- First, create a new document inside Juvio installation directory ( don't create inside bin folder ) and copy  paste the script below : 

@echo off
reg export "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Heroes of Newerth: Reborn" reg1.reg
reg export "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Juvio" reg2.reg
copy /Y reg*.reg juvio.reg
del reg*.reg
exit

- Then save it as "hon_update_registry.bat" . Run it once.
- Download this vcredist.exe version 14.44.35211.0 from here : VC_redist.x64.exe . Rename the file to "vcredist" and copy it to the Juvio directory folder.
- Second, create a new document again and copy paste the script below :

@echo off
vcredist.exe /install /quiet /norestart
regedit /s juvio.reg
start "" "bin\juvio.exe"
exit

- Then save it as "hon_launcher.bat" . Use it as Diskless launcher for client.

Wednesday, September 24, 2025

Tiktok live Diskless Launcher

- Go to %appdata% , cut "TikTok LIVE Studio" folder. Paste inside Tiktok Live Studio in your game disk drive.
- Create a new document, copy and paste the following scripts inside it. Save it as "Tiktok_live_launcher.bat"

@echo off
mklink /J "%appdata%\TikTok LIVE Studio\" "TikTok LIVE Studio"
start "" "TikTok LIVE Studio Launcher.exe"
exit

Sunday, August 10, 2025

Steam Registry to make Playnite recognize the Steam installation

 Export these registry keys from your diskless server and merge it to client registry :

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Valve]
[HKEY_CURRENT_USER\Software\Valve]

New update of Steam requires a service called "Steam Client Service". First copy this folder "C:\Program Files (x86)\Common Files\Steam" to Gamedisk. Then change the service imagepath to the gamedisk e.g., "D:\Master\Steam\steamservice.exe" /RunAsService in this registry key :
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Steam Client Service]

Saturday, July 19, 2025

Pin Shortcut to Taskbar in Windows 11 for Diskless Environtment

Case : Pin Menu Order shortcut to the taskbar in Windows 11. Each Pc has a different link menu that identifies the pc name.

- First create each shortcut for all the Pc.

- Create new document, then paste the following script . Then save it as "Menu.bat" :
@echo off
if %computername% equ HIGH1 copy "Menu Order HIGH1.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH1.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
if %computername% equ HIGH2 copy "Menu Order HIGH2.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH2.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
if %computername% equ HIGH3 copy "Menu Order HIGH3.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH3.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
if %computername% equ HIGH4 copy "Menu Order HIGH4.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH4.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
if %computername% equ HIGH5 copy "Menu Order HIGH5.lnk" "%USERPROFILE%\Desktop\Menu Order.lnk" & copy "Menu Order HIGH5.lnk" "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Menu Order.lnk"
exit

- Boot up one of the Pc normally. Pin the shorcut manually to the taskbar.

- Export the following registry and save it as "taskbar.reg" . Then copy this reg file to Server :

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]

Friday, July 4, 2025

Razer Synapse Diskless Launcher

- First, install Razer Synapse, don't install other Razer applications.

- After the installation is completed, go to "C:\Program Files" and then cut the "Razer" folder. Paste the folder into your game disk drive.

- Create new folder, then rename it to Local.Go to %localappdata% , then cut "Razer" folder and paste it into the Local folder we created earlier.

- Go to %ProgramData% , then cut "Razer" folder and paste it inside "Razer" folder directory.

- Create new document inside the Razer directory, then rename it as "Update_Razer_registry.bat". Copy paste the script below into it, save it and run it once :

@echo off
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Razer" reg1.reg
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Razer" reg2.reg
reg export "HKEY_CURRENT_USER\Software\Razer" reg3.reg
copy /Y reg*.reg razer.reg
del reg*.reg
exit

- Create new document  inside the Razer directory again, then rename it as "Razer_launcher.bat". Copy paste the script below into it, save it and run it once. Use this file as Diskless launcher for client :

@echo off
regedit /s razer.reg
mklink /J "C:\Program Files\Razer\" "%~dp0"
mklink /J "C:\ProgramData\Razer\" "Razer"
mklink /J "%localappdata%\Razer\" "Local\Razer"
start "" "C:\Program Files\Razer\RazerAppEngine\RazerAppEngine.exe" --url-params=apps=synapse
exit

Monday, June 2, 2025

FACEIT AC Launcher

- First install FACE IT AC on client in "super client" mode. 

- Make sure FACEIT AC doesn't run on startup by disabling FACEIT AC at startup tab in task manager.

- Make a batch file,rename it to "Faceit AC launcher.bat" then copy this script below into the file :

@echo off
setlocal

REM Check if "C:\Program Files\FACEIT AC1" exists
if exist "C:\Program Files\FACEIT AC1\" (
    REM If FACEIT AC1 exists, start faceitclient.exe
    start "" "C:\Program Files\FACEIT AC\faceitclient.exe"
) else (
    REM Rename "FACEIT AC" to "FACEIT AC1"
    ren "C:\Program Files\FACEIT AC" "FACEIT AC1"

    REM Copy contents from FACEIT AC to "C:\Program Files\FACEIT AC" folder
    xcopy /S /I "%~dp0" "C:\Program Files\FACEIT AC"

    REM Start faceitclient.exe
    start "" "C:\Program Files\FACEIT AC\faceitclient.exe"
)

endlocal

Saturday, May 17, 2025

Delta Force Garena Diskless Launcher

- Go to %appdata% and cut these two folders : df_garena_launcher and df_garena_launcher_30029605. Paste these folders inside Delta Force directory. 

- Go to %localappdata% and cut this folder : DeltaForceMiniloader. Paste this folder inside Delta Force directory. 

- Create a batch file, and copy paste the following scripts :

@echo off
mklink /J "%appdata%\df_garena_launcher" "%~dp0\df_garena_launcher"
mklink /J "%localappdata%\DeltaForceMiniloader" "%~dp0\DeltaForceMiniloader"
mklink /J "%appdata%\df_garena_launcher_30029605" "%~dp0\df_garena_launcher_30029605"
start "" "%~dp0\launcher\df_garena_launcher.exe"
exit

- Save it as "Delta_Force_launcher.bat". Run it once in the diskless server.

- Use it as launcher for the diskless clients.

- The location of Delta force shader is in "Delta Force\DeltaForce\Saved" folder.

Credit to : Fahmi Yufrizal Yusuf

Tuesday, June 20, 2023

Lost Saga Origin Vfun Launcher

Create batch file inside Vfun folder and copy paste the following script :

@echo off
reg export HKEY_CURRENT_USER\SOFTWARE\Valofe vfun.reg /y
exit

Then save it as "Update registry vfun.bat"

Create another batch file inside Vfun folder and copy paste the following script

@echo off
regedit /s vfun.reg
start "" RegAsm.exe loginSNS.dll /silent
start "" "VFUNLauncher.exe
exit

Then save it as "Vfun_launcher.bat". Use it as Launcher for client.

Thursday, February 16, 2023

EA App Diskless Launcher

- First cut folder "C:\Program Files\Electronic Arts", then paste in your game drive.

- Then go to "C:\Programdata" and cut "EA Desktop" folder. Paste the folder inside "Electronic Arts" you cut earlier.

- Then cut %LocalAppData%\Nvidia , then paste it in Electronic Arts folder you moved.

- Create batch file and rename it to "Update registry EA.bat". Then copy the following script :

@echo off
reg export HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EABackgroundService reg1.reg
reg export "HKEY_CURRENT_USER\SOFTWARE\Electronic Arts" reg2.reg
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts" reg3.reg
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Electronic Arts" reg4.reg
reg export HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Respawn reg5.reg
reg export HKEY_LOCAL_MACHINE\SOFTWARE\Respawn reg6.reg
copy /Y reg*.reg final.reg
del reg*.reg
exit

- Then create another batch file and rename it to "EA_Launcher.bat"  Then copy the following script :

@echo off
set batdir=%~dp0
regedit /s final.reg
start "" "Apex\EasyAntiCheat\EasyAntiCheat_EOS_Setup.exe install 5dcd88f4e2094a698ebffa43438edc33
mklink /J "C:\Program Files\Electronic Arts" "%~dp0"
mklink /J "C:\ProgramData\EA Desktop\" "EA Desktop"
rmdir /S /Q %LocalAppData%\Nvidia
mklink /J "%LocalAppData%\Nvidia" "Nvidia"
sc create EABackgroundService binPath="C:\Program Files\Electronic Arts\EA Desktop\EA Desktop\EABackgroundService.exe -start" obj=LocalSystem start=auto DisplayName="EABackgroundService"
start "" "C:\Program Files\Electronic Arts\EA Desktop\EA Desktop\EALauncher.exe"
exit

- Use EA_Launcher.bat as diskless launcher for client. Done.

- 5dcd88f4e2094a698ebffa43438edc33 is product id for APEX , you can find this in Settings.json inside "Apex\EasyAnticheat" folder.

Sunday, December 25, 2022

Reset Mobile Legends Account ( No stuck id ) Diskless Launcher for LDPlayer

The key is adb root, in order to make adb can remove files and folder in LDPlayer.

@echo off
adb kill-server&&adb start-server
adb root
adb connect 127.0.0.1:5037
adb shell rm -rf /data/data/com.mobile.legends/shared_prefs/com.mobile.legends_preferences.xml
adb shell rm -rf /data/data/com.mobile.legends/shared_prefs/com.mobile.legends.v2.playerprefs.xml
adb shell rm -rf /data/data/com.mobile.legends/shared_prefs/com.mobile.legends.v2.playerprefs.xml.bak
adb shell rm -rf /data/system/users/0/accounts.db
adb shell pm clear com.google.android.play.games
adb shell pm clear com.google.android.gms
adb shell pm clear com.android.vending
adb shell pm clear com.google.android.gsf
adb shell pm clear com.facebook.lite
adb shell pm clear com.facebook.katana
adb shell pm clear com.android.browser
Msg * "Reset Account ML Success"
exit

Sunday, December 4, 2022

Logitech G Hub Diskless Launcher

- First install LG Hub in diskless server

- Then create LG HUB folder in Gamedisk.

- Then create batch file for exporting registry of LG HUB. Copy paste the following script into the file :

@echo off
reg export "HKEY_CURRENT_USER\SOFTWARE\Logitech" reg1.reg
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{521c89be-637f-4274-a840-baaf7460c2b2}" reg2.reg
copy /Y reg*.reg lghub.reg
del reg*.reg
exit

- Run this batch file just once in diskless server.

- Then create 3 folders : ProgramData, Local, Roaming.

- Cut LGHUB folder from "C:\Program Files", then paste the folder in LG HUB folder in Gamedisk.

Friday, November 4, 2022

Auto Login Steam Account based on computer name

Create batch file and paste the following script :
@echo off
if %computername% equ PC01 Start "" "D:\Steam\steam.exe" -silent -noverifyfiles -cafeapplaunch -noreactlogin -login username1 password1 steam://rungameid/1677740

if %computername% equ PC02 Start "" "D:\Steam\steam.exe" -silent -noverifyfiles -cafeapplaunch -noreactlogin -login username2 password2 steam://rungameid/1677740

exit

Note :
- Change PC01 to your computer's name
- Change D:\Steam\steam.exe to your steam directory
- Change username1 and password1 to your steam account username and password
- Change 1677740 to id of the steam game

For new Steam launcher, remove -noverifyfiles.  Because it can cause data sync problem with diskless client

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.

Sunday, June 5, 2022

Ni No Kuni Cross World Diskless Launcher

1. First cut folder "Netmarble Launcher" in %appdata%\ ( appdata\Roaming ) . Then paste it inside Netmarble Launcher folder directory.

2. Create new text document and paste the following code into it :

@echo off
regedit /s netmarble.reg
mklink /j "%appdata%\Netmarble Launcher\" "Netmarble Launcher"
start "" "Netmarble Launcher.exe" --productcode=/Game/enngb
exit

3. Then save the file as batch file, eg : "netmarble_launcher.bat".

4. Create new batch file and paste the following code ( this code is used to update registry file inside netmarble launcher folder ) :

@echo off
reg export "HKEY_CURRENT_USER\SOFTWARE\Netmarble Corp" reg1.reg
copy /Y reg*.reg netmarble.reg
del reg*.reg
exit

5. Save the file as batch file, eg : "update registry netmarble.bat".

Tuesday, September 28, 2021

Minecraft TLauncher Diskless Launcher

1. First download java offline installer in Diskless server from https://www.java.com/en/download/windows_offline.jsp, then rename the file to java.exe. After that, run the java installer.

Wednesday, March 31, 2021

Run Batch File invisibly

 If you want to run batch file invisibly ( no command prompt windows displayed ) , follow the following steps :

1. Copy the following lines to Notepad :

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Batch Files\test.bat" & Chr(34), 0
Set WshShell = Nothing

Note : 
- "C:\Batch Files\test.bat" : Change the path of the bat file. If the VBS file is in the same directory as the bat file, just type the name of the bat file . For example : test.bat

2. Save the notepad as VBS file, for example : invisible_launcher.vbs

3. Double click to run the invisible_launcher.vbs file.

4. If you want to convert the vbs file to exe ( executable file ) , download this program Vbs to Exe Converter

5. Extract the zip file, run Vbs_To_Exe.exe in Portable folder. Click open and choose the vbs file, then click convert button and type the name you want for the exe file.

Monday, August 17, 2020

Roblox Diskless Launcher

 - First, install roblox at diskless server and play the game you want to play. For example : Adopt me game. After that, close roblox window completely.

- Open "C:\Program Files (x86)" and cut Roblox folder. Then paste the folder to your GameDisk drive, for example "E:\Online Game".

- Create new folder then rename it to "local".

- Go to %LocalAppData% and cut Roblox folder. Then paste it inside the "local" folder.

- Go to "C:\ProgramData" and cut Roblox folder. Then paste the folder inside Roblox folder that has been moved to GameDisk from previous step , for example : "E:\Online Game\Roblox".

- Create a new batch file inside the roblox folder and copy paste this script below to the file and save the file as "roblox update registry.bat". Then run it by clicking it once.

@echo off
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ROBLOX Corporation" reg1.reg
reg export "HKEY_CURRENT_USER\Software\ROBLOX Corporation" reg2.reg
reg export HKEY_CURRENT_USER\SOFTWARE\Roblox reg3.reg
reg export "HKEY_CLASSES_ROOT\roblox" reg4.reg
reg export "HKEY_CLASSES_ROOT\roblox-player" reg5.reg
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\roblox" reg6.reg
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\roblox-player" reg7.reg
copy /Y reg*.reg roblox.reg
del reg*.reg
copy "%USERPROFILE%\Desktop\Roblox Player.lnk" "Roblox Player.lnk" /y
exit

Wednesday, June 17, 2020

Valorant Diskless Launcher

- First, install Valorant as usual and reboot after the installation complete. For this tutorial we will install the Valorant to drive I ( you can install Valorant to other drive such as C, D, E etc ).
- Make a new folder inside Valorant directory and rename it to "Localdata".
- Hold windows button (⊞ Win) and push R button, and type %localappdata%, then hit enter.
- Cut folder Riot Games and VALORANT and paste them into "Localdata" folder inside Valorant installation directory that we created earlier.
- Hold windows button (⊞ Win) and push R button, and type %ProgramData%, then hit enter.
- Cut folder Riot Games and paste it inside Valorant installation directory ( not inside "Localdata" folder ).
-  Hold windows button (⊞ Win) and push R button, and type %ProgramFiles%, then hit enter.
- Cut folder Riot Vanguard and paste it inside Valorant installation directory ( not inside "Localdata" folder ).

Thursday, May 21, 2020

Copying GTA V Steam Files to Epic Games and GTA V Epic Games Diskless Launcher

Copying GTA V Steam Files to Epic Games :
1. Create a new folder inside Epic Games directory and rename it to "GTA V".
2. Run Epic Games and install GTA V, then change the installation directory to GTA V folder that just created before.
3. When download starts, wait for 1 minute then pause it. Then exit ( don't click sign out ) the Epic Games Launcher.