• Donate
    TheWindowsForum.com needs donations to stay online!
    Love TheWindowsForum.com? Then help keep it alive by sending a donation!

Register Quick Batch File Compiler - With only one cmd.exe command

WELCOME TO THEWINDOWSFORUM COMMUNITY!

Our community has more than 63,000 registered members, and we'd love to have you as a member. Join us and take part in our unbiased discussions among people of all different backgrounds about Windows OS, Software, Hardware and more.

hacxx

VIP
May 29, 2021
898
156
Run this code in cmd.exe as administrator

Code:
reg add 'HKCU\Software\Abyssmedia\Quick Batch File Compiler\Settings' /v exetype /t REG_DWORD /d '2' /f && reg add 'HKCU\Software\Abyssmedia\Quick Batch File Compiler\Settings' /v fontname /t REG_SZ /d 'Verdana' /f && reg add 'HKCU\Software\Abyssmedia\Quick Batch File Compiler\Settings' /v key /t REG_SZ /d '05A61-D7984-9DD1D-E8D5A' /f && reg add 'HKCU\Software\Abyssmedia\Quick Batch File Compiler\Settings' /v odir /t REG_DWORD /d '0' /f && reg add 'HKCU\Software\Abyssmedia\Quick Batch File Compiler\Settings' /v relative /t REG_DWORD /d '1' /f && reg add 'HKCU\Software\Abyssmedia\Quick Batch File Compiler\Settings' /v samename /t REG_DWORD /d '0' /f && reg add 'HKCU\Software\Abyssmedia\Quick Batch File Compiler\Settings' /v savedir /t REG_SZ /d 'c:\' /f && reg add 'HKCU\Software\Abyssmedia\Quick Batch File Compiler\Settings' /v splash /t REG_DWORD /d '0' /f && reg add 'HKCU\Software\Abyssmedia\Quick Batch File Compiler\Settings' /v user /t REG_SZ /d 'user' /f

From Hacxx Magician Toolkit
 
Back