Reg Converter is a portable freeware utility to convert .reg data to .bat, .vbs, or .au3. This is particularly useful for files which need administrator privileges in order to be merged into the registry , or for unattended installations.
Reg Converter v1.2 – What’s New – (Monday, 22. January 2018)
1. [ Fixed ] – Convert Clipboard button bug
2. [ Fixed ] – Minor BUGS and some code weakness
3. [ Added ] – Small settings for REG_DWORD registry values
4. [ Added ] – Non zero return code and syntax error identification in Command line mode
1. To convert any .reg file to .bat, .vbs, or .au3, click the ‘Select reg file” icon (the yellow folder) or just drag and drop the .reg file into the window.
2. Choose an ouput file type. If you choose .bat file output, you can select “Use Reg.exe” or “Use Regedit.exe”, though this has some limitations, for example writing Unicode characters to the registry is problematic.
3. To convert the .reg data, click the Convert button in the upper right, then click the “Save” button to save your converted data.
If you find a useful registry tweak on a website, and want to easily convert it to one of the supported formats, just copy it, then in Reg Converter use the “Clipboard” button in the upper right. It will convert the clipboard content, simplifying the process by saving you the steps of pasting text into Notepad, saving as a .reg file, then using regconverter.exe to convert it.
You can also add convert options to your right-click context menu. To do so, click the “Menu” button, then “Context Menu Options”. You can then choose which converters you would like to see on your context menu. Click “Apply Changes” to confirm your choices.
Reg Converter has CMD (command line) support. The screenshot below shows the available parameters (or type RegConverter.exe /? at the command line to list them)
Supported operating systems: Windows 11 , Windows 10 , Windows 8.1 , Windows 8 , Windows 7 , Windows Vista , Winsows Xp – (both x86 and x64)
Supported languages: English , Turkish , German , Greek , Chinese Simplified , Polish , French , Russian , Spanish , Korean , Hungarian , Slovenian , Indonesian , Portuguese , Italian , Arabic , Thai , Japanese , Hebrew , Dutch (Nederlands) , Persian , Romanian
File: RegConvert.exe
MD5: 730fcc3848842c40a4b23f4c47efa10f
SHA1: a98da8a270762a7e42138fb755afee86b32c5530
You may be having problems with the I character. For many programs such as reg.exe in the command prompt | You cannot use character as a parameter!
If you are using reg.exe you will get an error because there are too many " characters. We have noted it down, Thanks.
[HKEY_CLASSES_ROOT\Directory\shell\DelEmptyDirs\command]
@="cmd.exe /K for /f \"usebackq delims=\" %%d in (`\"dir \"%V\" /ad/b/s | sort /R\"`) do rd \"%%~d\""
can’t convert correct
Thank you, we have noted it for investigation.
Bug report:
If the .reg file contains "Wow6432Node" this tool doesnt add /reg:32 to the command line.
Additional technical information about Wow6432Node and /reg:32 can be found here:
Web Link …
Hi , Noted it down , Thank you.
Hi. great tool but add an option to remove all the check for admins rights section and the following:
Title Reg Converter v1.2 & Color 1A
cd %systemroot%\system32
call :IsAdmin
:IsAdmin
Reg.exe query "HKU\S-1-5-19\Environment"
If Not %ERRORLEVEL% EQU 0 (
Cls & Echo You must have administrator rights to continue …
Pause & Exit
)
Cls
goto:eof
And also, replace "Reg.exe" with just "reg", so all will be more pretty, and save me time cleaning it.
If you provide the source code on github or whatever I’ll fork it and do all that.
Cheers
Yes , The addition of this feature is in our next release notes, we just have to find enough time for the software update.
PowerShell too, please
please software bat to exe
We’ve noted this before, but we haven’t been able to update the Reg Converter program because we haven’t had enough time.Thanks for your suggestion.
Would it be possible to add powershell to the output formats?
Is it possible that this program can add any bat code and vbs in .exe with trusted NT authority, system and installation system permissions?
I need to add some keys to the registry with these privileges.
I’m almost sure the .exe format will support adding these codes with permissions as a trusted installer.
I am preparing windows 10 LTSC iso for the format, but there are too many .reg files. I wonder how do we batch convert them into a single .bat file? I could not find the relevant setting in this program. If so, the feature will be very useful to me.
(Ben format için windows 10 LTSC iso’su hazırlıyorum da çok fazla .reg dosyası var. Acaba bunları toplu halde tek bir .bat dosyasına nasıl dönüştürürüz? Bu program da ilgili ayarı bulamadım. Olursa özellik çok işime yarayacak.)
Could you please give us more information ?
pls update !!! & fix some problem ?add, add new
Very useful tool, Thanks.