website stat Register Quick Batch File Compiler - With only one cmd.exe command | The Windows Forum
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to TheWindowsForum

Since 2010 — Over 15 years of helping Windows users worldwide.

Join thousands of Windows enthusiasts & IT pros. Ask questions, share tips, download resources, and connect with the community — free and always friendly.

  • Post & reply in threads
  • Private message other members
  • Access exclusive guides & downloads
  • NO ADS for registered users

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

hacxx

VIP
Joined
May 29, 2021
Messages
1,263
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
 

Support TheWindowsForum

Help us stay ad-free and keep the community running

Donate Now

Trending content

Back
Top