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
The program is unable to handle the following type of .reg file which was directly exported from a win 10 registry file….
https://yadi.sk/i/_tTB2Cl8vfAhC
We need a fix please for this type of reg entry. Other then that a GREAT program!!!!! Thanks for the hard work.
Ralph
great program,, thanks velociraptor.
thank you
Nice tool!
Would be awesome if you could add Powershell code as Output.
Thanks!
This is a great tool!! saved me a lot of time!
we will try to fix it next version , for a temporary solution please use the comment lines over the registry entry instead of next , and thank you for your feedback
!!! Incorrect Data Found !!! ???
My reg file is perfectly merging into the registry.
;this is a comment – this works with Reg Coverter
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center];This is also a comment and not bad data
“NoDriveTypeAutoRun”=dword:000000FF;255 and here another comment – doesn’t work with reg converter
Great Program, thank you!
Thanks!
Hi,
Thank You for super solution!
One info about a little issue:- reg to vbs – second line:
‘~ On Error Resume Nex – not ‘~ On Error Resume Next (-this comment / option is without letter “t”)
Have a nice day, and thank You again,
P.
Fantastic utility!
dude ! you are awesome. now i can make a combination of many things from this. i can convert this to VBS then encrypt it to EXE.
Thank you.
Shadad
IT
Perfect Tool, is it possible to convert also to perl (.pl)
e.g.: Reg.exe add “HKCU\Software\SMB Applications\CI\CI.BarState-Bar0” /v “BarID” /t REG_DWORD /d “59392” /f
system(“Reg.exe add \”HKCU\\Software\\SMB Applications\\CI\\CI.BarState-Bar0\” /v \”BarID\” /t REG_DWORD /d \”59392\” /f”);
Perl: replace
\ to \\
@ to \@
” to \”
Thanks
thank you Shy21Grams
Wonderful utility! It has already saved me a few hours of work converting reg files to simple VBS scripts. I have noticed that it is unable to convert REG_NONE type keys. Here is a solution that I’ve been using for vbs scripts
Dim objWshShell
Set objWshShell=CreateObject(“WScript.Shell”)
objWshShell.Run “reg add HKCU\Software\Hello /v world /t REG_NONE”,0
Great gadget, I hope the next version you can add multi-language support. I will help you translate Simplified Chinese languages.
Thanks~
Thank you,SIR! I’m a big fan of Sordum.org products!
I hope in the future you’ll make a files/folders checksum tool.