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

- Then save it as "zlauncher update registry.bat". Then run it once.

- Create second batch file :

@echo off
regedit /s final.reg
start "" "Z-Launcher(ID)\ZLauncher.exe"
exit

- Then save it as "zlauncher.bat". Use it as diskless launcher.

No comments:

Post a Comment