Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.02 KB

reg-file-with-multiline

If a windows .reg file which has some REG_SZ value with newline characters, you can't import it correctly to regedit. This nodejs script use to solve the problem ( maybe we should call it windows regedit's bug - -! ).

Here are some related googles about the bug:

##Usage

Make sure you have install nodejs and npm install line-reader , then simply run the command in cmd: node regfile.js <filename>

Copyright 2013 @kaiye