﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1480	Corrupting registry when importing a .reg file with a delete key in it	magnuslarsson73@…		"When running the following code, it corrupts the Windows registry (none of the shortcuts in the start menu work afterwards) at least not on Windows Server 2008 HPC Edition (x64). Reg file imports fine from cmd line (reg.exe import C:\scripts\setupReg.reg). Seems to be working in 3.3.5.4-beta.

{{
RunWait(""reg.exe import C:\scripts\setupReg.reg"")
}}


Contents of C:\scripts\setupReg.reg:

{{
Windows Registry Editor Version 5.00


;
; Remove redundant Wow6432Node key if exists
;
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Wow6432Node]

}}"	Bug	closed		AutoIt	3.3.4.0	None	No Bug		
