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 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
copy /Y reg*.reg roblox.reg
del reg*.reg
exit

- Create another new batch file inside the roblox folder and copy paste this script below to the file and save the file as "roblox_launcher.bat". This file will be the launcher for your diskless client.

@echo off
regedit /s roblox.reg
set batdir=%~dp0
mklink /J "C:\Program Files (x86)\Roblox" "%batdir%"
mklink /J "%ProgramData%\Roblox" Roblox
start "" "C:\Program Files (x86)\Roblox\Versions\version-09c7fc016d0f4f4c\RobloxPlayerLauncher.exe" -app
exit

 - Open "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".

 

- And you're done :).



No comments:

Post a Comment