Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 514 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 514 Bytes

Name: reg file generator

Author: Nikolai Kochkin ([email protected])

Description: That JS script generates *.reg file from it's description. I use it to generate registry keys files from descriptions saved in a text format.

Usage: createRegFile( 'MinEncryptionLevel', 'dword', 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp', '1', 'The encryption level of the connection. 1 means Low.' );

Use ";" instead of line break for REG_MULTI_SZ.