diff --git a/reactos/tools/mkhive/registry.c b/reactos/tools/mkhive/registry.c index 15418d9340e..41c40233b47 100644 --- a/reactos/tools/mkhive/registry.c +++ b/reactos/tools/mkhive/registry.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: registry.c,v 1.6 2003/10/18 20:41:14 ekohl Exp $ +/* $Id: registry.c,v 1.7 2003/10/19 09:35:07 ekohl Exp $ * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS hive maker * FILE: tools/mkhive/registry.c @@ -99,6 +99,11 @@ RegInitializeRegistry(VOID) "Registry\\Machine\\SECURITY", NULL); + /* Create SOFTWARE key */ + RegCreateKey(RootKey, + "Registry\\Machine\\SOFTWARE", + NULL); + /* Create DEFAULT key */ RegCreateKey(RootKey, "Registry\\User\\.DEFAULT",