Hello, without this patch regedit fails to import winedefault.reg. This is due to MACHINE used instead of HKEY_LOCAL_MACHINE. Changelog: Dmitry Timoshkov <dmitry@xxxxxxxxxxxxxxx> Correct a couple of incorrect registry root key names. --- cvs/hq/wine/winedefault.reg 2003-12-04 16:15:26.000000000 +0800 +++ wine/winedefault.reg 2003-12-08 15:12:49.000000000 +0800 @@ -1474,10 +1474,10 @@ [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00021401-0000-0000-C000-000000000046}\shellex\MayChangeDefaultMenu] @="" -[MACHINE\Software\Classes\CLSID\{000214e6-0000-0000-c000-000000000046}] +[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{000214e6-0000-0000-c000-000000000046}] @="Shellfolder" -[MACHINE\Software\Classes\CLSID\{000214e6-0000-0000-c000-000000000046}\InProcServer32] +[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{000214e6-0000-0000-c000-000000000046}\InProcServer32] @="shell32.dll" "ThreadingModel"="Apartment"