Changeset 4256 for trunk/src/kernel32/initsystem.cpp
- Timestamp:
- Sep 13, 2000, 11:11:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initsystem.cpp
r4230 r4256 1 /* $Id: initsystem.cpp,v 1.1 5 2000-09-10 21:54:06sandervl Exp $ */1 /* $Id: initsystem.cpp,v 1.16 2000-09-13 21:10:59 sandervl Exp $ */ 2 2 /* 3 3 * Odin system initialization (registry, directories & environment) … … 118 118 RegCloseKey(hkey); 119 119 120 // CurrentVersion\RunOnce120 //Software\Microsoft\Windows\CurrentVersion\RunOnce 121 121 if(RegCreateKeyA(HKEY_LOCAL_MACHINE,"Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce",&hkey)!=ERROR_SUCCESS) { 122 122 dprintf(("InitRegistry: Unable to register system information (2)"));
Note:
See TracChangeset
for help on using the changeset viewer.