// Copyright (c) 1995 Microsoft Corporation // // This file defines the default contents of the SYSTEM hive in the Windows NT // registry. It is run through the C Preprocessor, so may contain conditional // defintions and symbolic names. // // // Defined Symbolic names // // Boolean Types // // #define True REG_DWORD 0x00000001 #define False REG_DWORD 0x00000000 // // predefined ACEs for creating ACLs // R == Read (values & subkeys) // W == Write (values & subkeys, create keys) // D == Delete keys // Full == All access // #define AdminFull 1 #define AdminR 2 #define AdminRW 3 #define AdminRWD 4 #define CreatorFull 5 #define CreatorRW 6 #define WorldFull 7 #define WorldR 8 #define WorldRW 9 #define WorldRWD 10 #define PowerFull 11 #define PowerRW 12 #define PowerRWD 13 #define SystemOpFull 14 #define SystemOpRW 15 #define SystemOpRWD 16 #define SystemFull 17 #define SystemRW 18 #define SystemR 19 #define AdminRWX 20 #define InteractiveFull 21 #define InteractiveR 22 #define InteractiveRW 23 #define InteractiveRWD 24 #define UserRW 25 // CurrentControlSet\Control\Services\\Type value definitions: // #define SC_Type_KernelDriver REG_DWORD 0x00000001 #define SC_Type_FileSystem REG_DWORD 0x00000002 #define SC_Type_Adapter REG_DWORD 0x00000004 #define SC_Type_Recognizer REG_DWORD 0x00000008 #define SC_Type_Win32ServiceOwnProcess REG_DWORD 0x00000010 #define SC_Type_Win32ServiceShareProcess REG_DWORD 0x00000020 // // CurrentControlSet\Control\Services\\Start value definitions: // #define SC_Start_LoadAtBoot REG_DWORD 0x00000000 #define SC_Start_LoadAtSystemInit REG_DWORD 0x00000001 #define SC_Start_AutoLoad REG_DWORD 0x00000002 #define SC_Start_DemandLoad REG_DWORD 0x00000003 #define SC_Start_DisableLoad REG_DWORD 0x00000004 // // CurrentControlSet\Services\\ErrorControl value definitions: // #define SC_Error_Ignore REG_DWORD 0x00000000 #define SC_Error_Normal REG_DWORD 0x00000001 #define SC_Error_Severe REG_DWORD 0x00000002 #define SC_Error_Critical REG_DWORD 0x00000003 // // Setup\SetupType value definitions: // #define SETUPTYPE_RETAIL REG_DWORD 0x00000001 SYSTEM [WorldR AdminRWD SystemFull] Select [WorldR AdminFull SystemFull CreatorFull] Current = REG_DWORD 0x00000000 Default = REG_DWORD 0x00000001 LastKnownGood = REG_DWORD 0x00000001 Failed = REG_DWORD 0x00000000 // // All applications access the current control set using the CurrentControlSet // key name, which is a symbolic link that points to the current key ControlSet001 // or ControlSetnnn where nnn is the Current, Default or LastKnownGood value above. // #if defined(DOC_ONLY) CurrentControlSet = ControlSet001 #endif ControlSet001 [WorldR AdminFull SystemFull CreatorFull] Control [SystemOpRWD WorldR AdminFull SystemFull CreatorFull] WaitToKillServiceTimeout = REG_SZ 20000 BootVerificationProgram // ImagePath = REG_EXPAND_SZ %SystemRoot%\system32\bootok.exe Update UpdateMode = REG_DWORD 1 Class {4D36E968-E325-11CE-BFC1-08002BE10318} = REG_SZ Display adapters Class = REG_SZ Display Icon = REG_SZ -1 Installer32 = REG_SZ Desk.Cpl,DisplayClassInstaller {4D36E96B-E325-11CE-BFC1-08002BE10318} = REG_SZ Keyboard Class = REG_SZ Keyboard Icon = REG_SZ -3 Installer32 = REG_SZ SysSetup.Dll,KeyboardClassInstaller {4D36E96C-E325-11CE-BFC1-08002BE10318} = REG_SZ Sound, video and game controllers Class = REG_SZ MEDIA Icon = REG_SZ 3004 Installer32 = REG_SZ MmSys.Cpl,MediaClassInstaller {4D36E96D-E325-11CE-BFC1-08002BE10318} = REG_SZ Modem Class = REG_SZ Modem Default Service = REG_SZ Modem Icon = REG_SZ 0 Installer32 = REG_SZ Modem.Cpl,ClassInstall32 {4D36E96F-E325-11CE-BFC1-08002BE10318} = REG_SZ Mouse Class = REG_SZ Mouse Icon = REG_SZ -2 Installer32 = REG_SZ SysSetup.Dll,MouseClassInstaller {4D36E972-E325-11CE-BFC1-08002BE10318} = REG_SZ Network adapters Class = REG_SZ Net Icon = REG_SZ -5 {4D36E978-E325-11CE-BFC1-08002BE10318} = REG_SZ Ports (COM & LPT) Class = REG_SZ Ports Installer32 = REG_SZ Ports.Cpl,PortsClassInstaller {4D36E979-E325-11CE-BFC1-08002BE10318} = REG_SZ Printer Class = REG_SZ Printer Icon = REG_SZ -4 NoDisplayClass = REG_SZ 1 {4D36E97B-E325-11CE-BFC1-08002BE10318} = REG_SZ SCSI controllers Class = REG_SZ SCSIAdapter Icon = REG_SZ -10 Installer32 = REG_SZ SysSetup.Dll,ScsiClassInstaller LegacyInfOption = REG_SZ SCSI {4D36E97E-E325-11CE-BFC1-08002BE10318} = REG_SZ Other devices Class = REG_SZ Unknown Icon = REG_SZ -18 {6D807884-7D21-11CF-801C-08002BE10318} = REG_SZ Tape drives Class = REG_SZ TapeDrive Icon = REG_SZ 1610 Installer32 = REG_SZ SysSetup.Dll,TapeClassInstaller LegacyInfOption = REG_SZ TAPE IDConfigDB CurrentConfig = REG_DWORD 0x00000001 PropertyProviders = REG_MULTI_SZ "profext.dll" UserWaitInterval = REG_DWORD 0x0000001e Hardware Profiles 0001 FriendlyName = REG_SZ Original Configuration PreferenceOrder = REG_DWORD 0x00000000 CrashControl LogEvent = REG_DWORD 0x00000000 SendAlert = REG_DWORD 0x00000000 CrashDumpEnabled = REG_DWORD 0x00000000 AutoReboot = REG_DWORD 0x00000000 DumpFile = REG_EXPAND_SZ %SystemRoot%\MEMORY.DMP Overwrite = REG_DWORD 0x00000001 FileSystem Win31FileSystem = REG_DWORD 0x00000000 NtfsDisable8dot3NameCreation = REG_DWORD 0x00000000 Win95TruncatedExtensions = REG_DWORD 0x00000001 ServiceGroupOrder List = REG_MULTI_SZ "System Bus Extender" \ "SCSI miniport" \ "port" \ "Primary disk" \ "SCSI class" \ "SCSI CDROM class" \ "filter" \ "boot file system" \ "Base" \ "Pointer Port" \ "Keyboard Port" \ "Pointer Class" \ "Keyboard Class" \ "Video Init" \ "Video" \ "Video Save" \ "file system" \ "Event log" \ "Streams Drivers" \ "PNP_TDI" \ "NDIS" \ "TDI" \ "NetBIOSGroup" \ "SpoolerGroup" \ "NetDDEGroup" \ "Parallel arbitrator" \ "extended base" \ "RemoteValidation" \ "PCI Configuration" GroupOrderList // // PLEASE NOTE: The fields for the values are defined below: // // GroupOrder = REG_BINARY NumOfBytes \ // NumOfTags \ // Tag1 \ // Tag2 \ // ... // // The field NumOfBytes = (NumOfTags + 1) * 4. This field // has been wrong on several occasions. // System Bus Extender = REG_BINARY 0x00000008 \ 0x00000001 0x00000001 // // PLEASE NOTE: The fields for the values are defined below: // // GroupOrder = REG_BINARY NumOfBytes \ // NumOfTags \ // Tag1 \ // Tag2 \ // ... // // The field NumOfBytes = (NumOfTags + 1) * 4. This field // has been wrong on several occasions. // SCSI miniport = REG_BINARY 156 \ 0x00000026 \ 0x00000100 \ 0x00000101 \ 0x00000019 \ 0x00000001 \ 0x00000002 \ 0x00000003 \ 0x00000004 \ 0x00000005 \ 0x00000006 \ 0x00000007 \ 0x00000008 \ 0x00000009 \ 0x0000000A \ 0x0000000B \ 0x0000000C \ 0x0000000D \ 0x0000000E \ 0x0000000F \ 0x00000010 \ 0x00000011 \ 0x00000012 \ 0x00000013 \ 0x00000014 \ 0x00000015 \ 0x00000016 \ 0x00000017 \ 0x0000001a \ 0x00000018 \ 0x0000001b \ 0x0000001c \ 0x0000001d \ 0x0000001e \ 0x0000001f \ 0x00000020 \ 0x00000023 \ 0x00000024 \ 0x00000025 \ 0x00000026 Primary Disk = REG_BINARY 20 \ 0x00000004 \ 0x00000001 \ 0x00000002 \ 0x00000003 \ 0x00000004 Base = REG_BINARY 60 \ 0x0000000e \ 0x0000000e \ 0x00000001 \ 0x00000002 \ 0x00000003 \ 0x00000004 \ 0x00000005 \ 0x00000006 \ 0x00000007 \ 0x00000008 \ 0x00000009 \ 0x0000000A \ 0x0000000B \ 0x0000000c \ 0x0000000d Keyboard Port = REG_BINARY 8 \ 0x00000001 \ 0x00000001 Pointer Port = REG_BINARY 16 \ 0x00000003 \ 0x00000001 \ 0x00000002 \ 0x00000003 Keyboard Class = REG_BINARY 8 \ 0x00000001 \ 0x00000001 Pointer Class = REG_BINARY 8 \ 0x00000001 \ 0x00000001 Video Init = REG_BINARY 8 \ 0x00000001 \ 0x00000001 Video = REG_BINARY 4 \ 0x00000000 Video Save = REG_BINARY 8 \ 0x00000001 \ 0x00000001 Ndis = REG_BINARY 40 \ 0x00000009 \ 0x00000001 \ 0x00000002 \ 0x00000003 \ 0x00000004 \ 0x00000005 \ 0x00000006 \ 0x00000007 \ 0x00000008 \ 0x00000009 Filter = REG_BINARY 28 \ 0x00000006 \ 0x00000001 \ 0x00000002 \ 0x00000003 \ 0x00000004 \ 0x00000005 \ 0x00000006 Parallel arbitrator = REG_BINARY 8 \ 0x00000001 \ 0x00000001 Extended base = REG_BINARY 20 \ 0x00000004 \ 0x00000001 \ 0x00000002 \ 0x00000003 \ 0x00000004 SpoolerGroup = REG_BINARY 12 \ 0x00000002 \ 0x00000001 \ 0x00000002 SCSI Class = REG_BINARY 16 \ 0x00000003 \ 0x00000001 \ 0x00000002 \ 0x00000003 SCSI CDROM Class = REG_BINARY 12 \ 0x00000002 \ 0x00000001 \ 0x00000002 SecurePipeServers winreg [AdminFull] Description = REG_SZ "Registry Server" AllowedPaths Machine = REG_MULTI_SZ "System\CurrentControlSet\Control\ProductOptions" \ "System\CurrentControlSet\Control\Print\Printers" \ "System\CurrentControlSet\Services\Eventlog" \ "Software\Microsoft\Windows NT\CurrentVersion" SecurityProviders SecurityProviders = REG_SZ "schannel.dll" Session Manager ObjectDirectories = REG_MULTI_SZ "\Windows" "\RPC Control" GlobalFlag = REG_DWORD 0 ProtectionMode = REG_DWORD 0 #if defined(SYSTEM_BOOT_EXECUTE) BootExecute = REG_MULTI_SZ SYSTEM_BOOT_EXECUTE #else #ifdef _CAIRO_ BootExecute = REG_MULTI_SZ "autocheck autochk *" \ "dfsinit" #else // _CAIRO_ BootExecute = REG_MULTI_SZ "autocheck autochk *" #endif // _CAIRO_ #endif // defined(SYSTEM_BOOT_EXECUTE) EnableMCE = REG_DWORD 0 EnableMCA = REG_DWORD 1 HeapSegmentReserve = REG_DWORD 0 HeapSegmentCommit = REG_DWORD 0 HeapDeCommitTotalFreeThreshold = REG_DWORD 0 HeapDeCommitFreeBlockThreshold = REG_DWORD 0 // // Retail builds take 1 month to timeout // CriticalSectionTimeout = REG_DWORD 2592000 ResourceTimeoutCount = REG_DWORD 648000 // keep preprocessor happy // // The FileRenameOperations is a container key. Under it maybe written // REG_SZ value keys of the following format: // // OldNtPathName = REG_SZ NewNtPathName // // Session Manager will process these rename operations after running auto // check but prior to creating any paging files. If the NtNtPathName is // the null string then the OldNtPathName is deleted. Otherwise the // OldNtPathName is renamed to be the NetNtPathName, replacing any existing // file by that name. Setup Applications can use this capability to // install new versions of .DLL files that are currently open on a running // system and get the new copy install when the system is rebooted. // FileRenameOperations Executive [WorldR AdminFull SystemOpRW PowerRW SystemFull CreatorFull] AdditionalCriticalWorkerThreads = REG_DWORD 0x00000000 AdditionalDelayedWorkerThreads = REG_DWORD 0x00000000 Memory Management [WorldR AdminFull SystemFull] PagedPoolSize = REG_DWORD 0x00000000 NonPagedPoolSize = REG_DWORD 0x00000000 PagedPoolQuota = REG_DWORD 0x00000000 NonPagedPoolQuota = REG_DWORD 0x00000000 IoPageLockLimit = REG_DWORD 0x00000000 LargeSystemCache = REG_DWORD 0x00000000 PagingFiles = REG_MULTI_SZ "?:\pagefile.sys 15 60" SystemPages = REG_DWORD 0x00000000 SecondLevelDataCache = REG_DWORD 0x00000000 DisablePagingExecutive = REG_DWORD 0x00000000 ClearPageFileAtShutdown = REG_DWORD 0x00000000 DOS Devices PRN = \DosDevices\LPT1 AUX = \DosDevices\COM1 NUL = \Device\Null PIPE = \Device\NamedPipe MAILSLOT = \Device\MailSlot UNC = \Device\Mup Environment ComSpec = REG_EXPAND_SZ %SystemRoot%\system32\cmd.exe Os2LibPath = REG_EXPAND_SZ %SystemRoot%\system32\os2\dll; Path = REG_EXPAND_SZ %SystemRoot%\system32 windir = REG_EXPAND_SZ %SystemRoot% ExcludeFromKnownDlls = REG_MULTI_SZ "" KnownDLLs DllDirectory = REG_EXPAND_SZ %SystemRoot%\system32 kernel32 = kernel32.dll gdi32 = gdi32.dll user32 = user32.dll rpcrt4 = rpcrt4.dll advapi32 = advapi32.dll comdlg32 = comdlg32.dll crtdll = crtdll.dll shell32 = shell32.dll lz32 = lz32.dll olecli32 = olecli32.dll olesvr32 = olesvr32.dll version = version.dll ole32 = ole32.dll oleaut32 = oleaut32.dll olecnv32 = olecnv32.dll olethk32 = olethk32.dll SubSystems Required = REG_MULTI_SZ "Debug" "Windows" Optional = REG_MULTI_SZ "Os2" "Posix" Debug = REG_EXPAND_SZ Windows = REG_EXPAND_SZ %SystemRoot%\system32\csrss.exe \ ObjectDirectory=\Windows \ SharedSection=1024,3072 \ Windows=On \ SubSystemType=Windows \ ServerDll=basesrv,1 \ ServerDll=winsrv:UserServerDllInitialization,3 \ ServerDll=winsrv:ConServerDllInitialization,2 \ ProfileControl=Off \ MaxRequestThreads=16 Kmode = REG_EXPAND_SZ %SystemRoot%\system32\win32k.sys Os2 = REG_EXPAND_SZ %SystemRoot%\system32\os2ss.exe Posix = REG_EXPAND_SZ %SystemRoot%\system32\psxss.exe AppPatches CWD ff060102423da0000407108e0500 1 Add1 = REG_BINARY 0x00000015 \ 0xa0401502 \ 0x23b81e10 \ 0x8bd88e00 \ 0x8107140e \ 0x1f0200e1 \ 0x000000c3 Change1 = REG_BINARY 0x0000001d \ 0x48501d01 \ 0xec8b550c \ 0x9c0000b8 \ 0x00e18159 \ 0xec8b5502 \ 0xe80000b8 \ 0x909057e7 \ 0x00000090 MYST ff060102423bab000407102e0600 1 Add1 = REG_BINARY 0x00000015 \ 0xab401502 \ 0x23b81e10 \ 0x8bd88e00 \ 0x8107140e \ 0x1f0200e1 \ 0x000000c3 Change1 = REG_BINARY 0x0000001d \ 0x49501d01 \ 0xec8b550c \ 0x9c0000b8 \ 0x00e18159 \ 0xec8b5502 \ 0xe80000b8 \ 0x909061e7 \ 0x00000090 PALED40 ff060102420032000407401b0100 1 Change1 = REG_BINARY 0x00000007 \ 0x21b70701 \ 0x000cd801 USA ff06010242059b00040710780600 1 Change1 = REG_BINARY 0x0000001d \ 0x44951d01 \ 0xec8b550c \ 0x9c0000b8 \ 0x00e18159 \ 0xec8b5502 \ 0xe80000b8 \ 0x90905667 \ 0x00000090 Change2 = REG_BINARY 0x00000025 \ 0x9b052501 \ 0x00000010 \ 0x00000000 \ 0x00000000 \ 0x00000000 \ 0x23b81e00 \ 0x8bd88e00 \ 0x8107140e \ 0x1f0200e1 \ 0x000000c3 VB ff060102ec353f00040780c81300 12 Change1 = REG_BINARY 0x00000011 \ 0x031b1101 \ 0xba3e8106 \ 0x81033431 \ 0x0931ba3e \ 0x00000003 VB40016 ff0702021401ee3e000407d0460e00 16 Change1 = REG_BINARY 0x00000011 \ 0x2a6d1101 \ 0x6e3e8106 \ 0x81033436 \ 0x09366e3e \ 0x00000003 ProductOptions [WorldR SystemFull AdminFull CreatorFull] ProductType = WinNt // Keep preprocessor happy CurrentUser = USERNAME TimeZoneInformation [WorldR AdminFull SystemOpRW PowerRW SystemFull CreatorFull] // // System uses this information to convert between the // local time and Universal Time (UTC). Bias values // represent minutes. Dates must be in mm/dd/yy hh:mm:ss // format. // Bias = REG_DWORD 0 ComputerName ComputerName ComputerName = MACHINENAME #if defined(DOC_ONLY) ActiveComputerName ComputerName = MACHINENAME #endif // defined(DOC_ONLY) PriorityControl [WorldRW AdminFull SystemFull CreatorFull] Win32PrioritySeparation = REG_DWORD 2 Windows [WorldR AdminFull SystemFull SystemOpRW] Directory = REG_EXPAND_SZ %SystemRoot% SystemDirectory = REG_EXPAND_SZ %SystemRoot%\system32 ErrorMode = REG_DWORD 0 NoInteractiveServices = REG_DWORD 0 CSDVersion = REG_DWORD 0x100 WOW // // The windows subsystem uses the following information for starting // dos applications. // // this is the base commandline that will be used to create a VDM // // NOTES: // To change the dos logging level, add the -l# switch to this // command line. // // To get debug output add -d switch // cmdline = REG_EXPAND_SZ %SystemRoot%\system32\ntvdm.exe // this specifies the maximum size of a VDM in MB size = 0 // // The windows subsystem uses the following information for starting 16 // bit windows applications // // // NOTES: // To change the WOW logging level, add the -l# switch to this // command line // // To get debug output add -d switch // // The -a switch (specifies win16 kernel) has to be last. // wowcmdline = REG_EXPAND_SZ %SystemRoot%\system32\ntvdm.exe -a %SystemRoot%\system32\krnl386 wowsize = 64 // // If the following is yes then each 16 bit process will start in a new // VDM and the VDM will exit when the 16-bit process exits (i.e. no more // NTVDM.EXE processes laying around waiting to be reused. // DefaultSeparateVDM=no // Default Timeout For LPT Port Flushing LPT_timeout = 15 KnownDLLs = REG_SZ comm.drv \ commdlg.dll \ ctl3dv2.dll \ ddeml.dll \ keyboard.drv \ lanman.drv \ mapi.dll \ mmsystem.dll \ mouse.drv \ netapi.dll \ olecli.dll \ olesvr.dll \ pmspl.dll \ shell.dll \ sound.drv \ system.drv \ toolhelp.dll \ vga.drv \ wfwnet.drv \ win87em.dll \ winoldap.mod \ winsock.dll \ winspool.exe \ wowdeb.exe \ timer.drv \ rasapi16.dll \ compobj.dll \ storage.dll \ ole2.dll \ ole2disp.dll \ ole2nls.dll \ typelib.dll \ msvideo.dll \ avifile.dll \ msacm.dll \ mciavi.drv \ mciseq.drv \ mciwave.drv \ progman.exe \ avicap.dll VirtualDeviceDrivers // // List of Virtual Device Drivers to be loaded by the // MS-DOS subsystem during DOS intialization // VDD = REG_MULTI_SZ "" Lsa [WorldR AdminFull SystemFull CreatorFull] // // List of authentication package DLLs to load // Standard Microsoft package is msv1_0. // Enabling msv1_0 will causes logon to be enabled. // Authentication Packages = REG_MULTI_SZ "msv1_0" Bounds = REG_BINARY 8 0x00003000 0x00002000 Notification Packages = REG_MULTI_SZ "FPNWCLNT" #ifdef _CAIRO_ Primary Package = REG_SZ kerberos Security Packages = REG_MULTI_SZ "ntlm" Policy PolAdtEv = REG_BINARY 0x24 \ 0012ff00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 \ 00000007 PolAdtFl = REG_BINARY 0x00000002 \ 0x60120000 PolAdtLg = REG_BINARY 0x28 \ 00000000 00002000 00823543 00000000 00000000 00132c20 00046656 00000000 \ 00132c20 00132c20 PolAcDmN = REG_BINARY 0x0000000e \ 0x00630041 0x006f0063 0x006e0075 0x00000074 PolAcDmS = REG_BINARY 0x00000018 \ 0x00000401 0x05000000 0x0772a750 0x101a45a2 0xdd00ce92 0x9c441001 PolPrDmN = REG_BINARY 0x0000000e \ 0x00630041 0x006f0063 0x006e0075 0x00000074 PolPrDmS = REG_BINARY 0x00000018 \ 0x00000401 0x05000000 0x0772a750 0x101a45a2 0xdd00ce92 0x9c441001 Secrets Domains #endif // _CAIRO_ MSV1_0 Auth1 = REG_SZ FPNWCLNT GraphicsDrivers [WorldR AdminFull SystemFull] DCI Timeout = REG_DWORD 7 DetectDisplay Nls CodePage // // For retail setup, text setup will automatically configure // the ACP, OEMCP, MACCP and OEMHAL according to values in // txtsetup.sif. The list below is merely the list of supported // codepages, and is used in nls enumeration routines. // // For Win95 compatibility we always install all SBCS ANSI CPs // so the new GDI TextOut functions work correctly. // // // ANSI codepages. // 1250 = c_1250.nls 1251 = c_1251.nls 1252 = c_1252.nls 1253 = c_1253.nls 1254 = c_1254.nls 1255 = c_1255.nls 1256 = c_1256.nls 1257 = c_1257.nls 1258 = // // OEM codepages. // 437 = 737 = 775 = 850 = 852 = 855 = 857 = 860 = 861 = 863 = 865 = 866 = 869 = // // MAC codepages. // 10000 = 10006 = 10007 = 10029 = 10079 = 10081 = // // EBCDIC codepages. // 37 = 500 = 875 = 1026 = // // Teletex code page (needed for Exchange Server) // 20261 = c_20261.nls Language #if 0 // // Note: retail setup will automatically set Default // according to values in txtsetup.sif. // This value must not be in the retail hive because // it would screw up the upgrade proces. // Default = 0409 // // Far East languages -- not in western retail products. // 0404 = l_intl.nls 0804 = l_intl.nls 0c04 = l_intl.nls 1004 = l_intl.nls 0411 = l_intl.nls 0412 = l_intl.nls #endif 0409 = l_intl.nls 0809 = l_intl.nls 0c09 = l_intl.nls 1009 = l_intl.nls 1409 = l_intl.nls 1809 = l_intl.nls 1c09 = l_intl.nls 2009 = l_intl.nls 2409 = l_intl.nls 2809 = l_intl.nls 2c09 = l_intl.nls 0402 = l_intl.nls 0405 = l_intl.nls 0406 = l_intl.nls 0407 = l_intl.nls 0807 = l_intl.nls 0c07 = l_intl.nls 1007 = l_intl.nls 1407 = l_intl.nls 0408 = l_intl.nls 040a = l_intl.nls 080a = l_intl.nls 0c0a = l_intl.nls 100a = l_intl.nls 140a = l_intl.nls 180a = l_intl.nls 1c0a = l_intl.nls 200a = l_intl.nls 240a = l_intl.nls 280a = l_intl.nls 2c0a = l_intl.nls 300a = l_intl.nls 340a = l_intl.nls 380a = l_intl.nls 3c0a = l_intl.nls 400a = l_intl.nls 440a = l_intl.nls 480a = l_intl.nls 4c0a = l_intl.nls 500a = l_intl.nls 040b = l_intl.nls 040c = l_intl.nls 080c = l_intl.nls 0c0c = l_intl.nls 100c = l_intl.nls 140c = l_intl.nls 040e = l_intl.nls 040f = l_intl.nls 0410 = l_intl.nls 0810 = l_intl.nls 0413 = l_intl.nls 0813 = l_intl.nls 0414 = l_intl.nls 0814 = l_intl.nls 0415 = l_intl.nls 0416 = l_intl.nls 0816 = l_intl.nls 0418 = l_intl.nls 0419 = l_intl.nls 041a = l_intl.nls 081a = l_intl.nls 0c1a = l_intl.nls 041b = l_intl.nls 041d = l_intl.nls 081d = l_intl.nls 041f = l_intl.nls 0424 = l_intl.nls 0436 = l_intl.nls 041c = l_intl.nls 042d = l_intl.nls 0423 = l_intl.nls 0403 = l_intl.nls 0425 = l_intl.nls 0438 = l_intl.nls 0421 = l_intl.nls 0426 = l_intl.nls 0427 = l_intl.nls 0422 = l_intl.nls Keyboard Layouts // // IMPORTANT NOTE: If you add a layout it must be added // in txtsetup.sif also. Talk to the setup guys. // 0000041C Layout Text = Albanian Layout File = KBDAL.DLL 00000423 Layout Text = Belarusian Layout File = KBDBLR.DLL 00000813 Layout Text = Belgian Dutch Layout File = KBDBE.DLL 0000080C Layout Text = Belgian French Layout File = KBDBE.DLL 00000416 Layout Text = Brazilian (ABNT) Layout File = KBDBR.DLL 00010402 Layout Text = Bulgarian (Latin) Layout File = KBDUS.DLL Layout Id = REG_SZ 0004 00000402 Layout Text = Bulgarian Layout File = KBDBU.DLL 00001009 Layout Text = Canadian English (Multilingual) Layout File = KBDCA.DLL 00000C0C Layout Text = Canadian French Layout File = KBDFC.DLL 00010C0C Layout Text = Canadian French (Multilingual) Layout File = KBDCA.DLL Layout Id = REG_SZ 0085 0000041a Layout Text = Croatian Layout File = KBDCR.DLL 00000405 Layout Text = Czech Layout File = KBDCZ.DLL 00010405 Layout Text = Czech (QWERTY) Layout File = KBDCZ1.DLL Layout Id = REG_SZ 0005 00000406 Layout Text = Danish Layout File = KBDDA.DLL 00000413 Layout Text = Dutch Layout File = KBDNE.DLL 00000425 Layout Text = Estonian Layout File = KBDEST.DLL 0000040B Layout Text = Finnish Layout File = KBDFI.DLL 0000040C Layout Text = French Layout File = KBDFR.DLL 00000407 Layout Text = German Layout File = KBDGR.DLL 00010407 Layout Text = German (IBM) Layout File = KBDGR1.DLL Layout Id = REG_SZ 0012 00000408 Layout Text = Greek Layout File = KBDHE.DLL 00050408 Layout Text = Greek Latin Layout File = KBDGKL.DLL Layout Id = REG_SZ 0019 00010408 Layout Text = Greek (220) Layout File = KBDHE220.DLL Layout Id = REG_SZ 0016 00020408 Layout Text = Greek (319) Layout File = KBDHE319.DLL Layout Id = REG_SZ 0018 00030408 Layout Text = Greek (220) Latin Layout File = KBDHELA2.DLL Layout Id = REG_SZ 0017 00040408 Layout Text = Greek (319) Latin Layout File = KBDHELA3.DLL Layout Id = REG_SZ 0011 0000040E Layout Text = Hungarian Layout File = KBDHU.DLL 0001040E Layout Text = Hungarian 101-key Layout File = KBDHU1.DLL Layout Id = REG_SZ 0006 0000040F Layout Text = Icelandic Layout File = KBDIC.DLL 00001809 Layout Text = Irish Layout File = KBDIR.DLL 00000410 Layout Text = Italian Layout File = KBDIT.DLL 00010410 Layout Text = Italian (142) Layout File = KBDIT142.DLL Layout Id = REG_SZ 0003 0000080A Layout Text = Latin American Layout File = KBDLA.DLL 00000426 Layout Text = Latvian Layout File = KBDLV.DLL 00010426 Layout Text = Latvian (QWERTY) Layout File = KBDLV1.DLL Layout Id = REG_SZ 0015 00000427 Layout Text = Lithuanian Layout File = KBDLT.DLL 00000414 Layout Text = Norwegian Layout File = KBDNO.DLL 00000415 Layout Text = Polish (Programmers) Layout File = KBDPL1.DLL 00010415 Layout Text = Polish (214) Layout File = KBDPL.DLL Layout Id = REG_SZ 0007 00000816 Layout Text = Portuguese Layout File = KBDPO.DLL 00000418 Layout Text = Romanian Layout File = KBDRO.DLL 00000419 Layout Text = Russian Layout File = KBDRU.DLL 00010419 Layout Text = Russian (Typewriter) Layout File = KBDRU1.DLL Layout Id = REG_SZ 0008 00000C1A Layout Text = Serbian (Cyrillic) Layout File = KBDYCC.DLL 00010C1A Layout Text = Serbian (Latin) Layout File = KBDYCL.DLL Layout Id = REG_SZ 0009 0000041B Layout Text = Slovak Layout File = KBDSL.DLL 0001041B Layout Text = Slovak (QWERTY) Layout File = KBDSL1.DLL Layout Id = REG_SZ 0013 00000424 Layout Text = Slovenian Layout File = KBDCR.DLL 0000040A Layout Text = Spanish Layout File = KBDSP.DLL 0001040A Layout Text = Spanish variation Layout File = KBDES.DLL Layout Id = REG_SZ 0086 0000041D Layout Text = Swedish Layout File = KBDSW.DLL 0000100C Layout Text = Swiss French Layout File = KBDSF.DLL 00000807 Layout Text = Swiss German Layout File = KBDSG.DLL 0001041F Layout Text = Turkish F Layout File = KBDTUF.DLL Layout Id = REG_SZ 0014 0000041F Layout Text = Turkish Q Layout File = KBDTUQ.DLL 00000422 Layout Text = Ukrainian Layout File = KBDUR.DLL 00000809 Layout Text = United Kingdom Layout File = KBDUK.DLL 00000409 Layout Text = US Layout File = KBDUS.DLL 00010409 Layout Text = US-Dvorak Layout File = KBDDV.DLL Layout Id = REG_SZ 0002 00030409 Layout Text = US-Dvorak for left hand Layout File = KBDUSL.DLL Layout Id = REG_SZ 001A 00040409 Layout Text = US-Dvorak for right hand Layout File = KBDUSR.DLL Layout Id = REG_SZ 001B 00020409 Layout Text = US-International Layout File = KBDUSX.DLL Layout Id = REG_SZ 0001 Keyboard Layout DosKeybCodes 0000080C=be 00000813=be 00000402=bg 00000416=br 00000C0C=cf 00000405=cz 0000041B=sl 00000406=dk 0000040B=su 0000040C=fr 00000408=gk 00010408=gk 00020408=gk 00000407=gr 0000040E=hu 00000410=it 00010410=it 0000080A=la 00000413=nl 00000414=no 00000415=pl 00010415=pl 00000816=po 00000418=ro 0000040A=sp 0001040A=sp 0000041D=sv 0000100C=sf 00000807=sg 0000041F=tr 0001041F=tr 00000809=uk 00000409=us 0000041A=yu 00000424=yu // The remaining entries extend standard DOS 00010409=dv 00020409=us 00030409=usl 00040409=usr // prefer 00001009=ca, but no DOS Canadian Multilingual: 00001009=us // prefer 00010C0C=ca, but no DOS Canadian Multilingual: 00010C0C=cf 0000040F=is 00000419=ru 0000041C=us 00000422=us 00000423=us 00000425=us 00000426=us 00000427=us 00000C1A=us 00001809=us 00010402=us 00010405=cz 00010407=gr 00010419=ru 0001041B=sl 00010426=us 00010C1A=us 00050408=gk DosKeybIDs 0000041F=179 0001041F=440 00000410=141 00010410=142 00010408=220 00020408=319 00010415=214 NetworkProvider Order Setup Print MajorVersion = REG_DWORD 0x00000002 MinorVersion = REG_DWORD 0x00000000 PriorityClass = REG_DWORD 0x00000000 Environments Windows 4.0 Directory = REG_SZ WIN40 Drivers Print Processors Windows NT Alpha_AXP Directory = REG_SZ W32ALPHA Drivers Print Processors Windows NT PowerPC Directory = REG_SZ W32PPC Drivers Print Processors Windows NT R4000 Directory = REG_SZ W32MIPS Drivers Print Processors Windows NT x86 Directory = REG_SZ W32X86 Drivers Print Processors Monitors PJL Language Monitor Driver = REG_SZ pjlmon.dll Printers Providers Order = REG_MULTI_SZ "LanMan Print Services" LanMan Print Services Name = win32spl.dll DisplayName = REG_SZ LanMan Print Services SystemResources BusValues Internal = REG_BINARY 8 0 0 Isa = REG_BINARY 8 1 0 Eisa = REG_BINARY 8 2 1 MCA = REG_BINARY 8 3 1 TurboChannel = REG_BINARY 8 4 0 PCI = REG_BINARY 8 5 1 VME = REG_BINARY 8 6 0 NuBus = REG_BINARY 8 7 0 PCMCIA = REG_BINARY 8 8 1 CBus = REG_BINARY 8 9 0 MPI = REG_BINARY 8 10 0 MPSA = REG_BINARY 8 11 0 ReservedResources Isa = REG_RESOURCE_LIST 0x0294 \ 1 1 0 0 40 \ 0x0101 0x0000 0 0x0100 \ \ \ 0x0301 0x42E8 0 0x8 \ 0x0301 0x4AE8 0 0x8 \ 0x0301 0x82E8 0 0x8 \ 0x0301 0x86E8 0 0x8 \ 0x0301 0x8AE8 0 0x8 \ 0x0301 0x8EE8 0 0x8 \ 0x0301 0x92E8 0 0x8 \ 0x0301 0x96E8 0 0x8 \ 0x0301 0x9AE8 0 0x8 \ 0x0301 0x9EE8 0 0x8 \ 0x0301 0xA2E8 0 0x8 \ 0x0301 0xA6E8 0 0x8 \ 0x0301 0xAAE8 0 0x8 \ 0x0301 0xAEE8 0 0x8 \ 0x0301 0xB6E8 0 0x8 \ 0x0301 0xBAE8 0 0x8 \ 0x0301 0xBEE8 0 0x8 \ 0x0301 0xC2E8 0 0x8 \ 0x0301 0xC6E8 0 0x8 \ 0x0301 0xCAE8 0 0x8 \ 0x0301 0xCEE8 0 0x8 \ 0x0301 0xD2E8 0 0x8 \ 0x0301 0xD6E8 0 0x8 \ 0x0301 0xDAE8 0 0x8 \ 0x0301 0xDEE8 0 0x8 \ 0x0301 0xE2E8 0 0x8 \ 0x0301 0xE6E8 0 0x8 \ 0x0301 0xEAE8 0 0x8 \ 0x0301 0xEEE8 0 0x8 \ 0x0301 0xF6EE 0 0x2 \ 0x0301 0xFAEE 0 0x2 \ 0x0301 0xFEEE 0 0x2 \ \ \ 0x0302 0x03 0x03 0xffffffff \ 0x0302 0x04 0x04 0xffffffff \ 0x0302 0x0E 0x0E 0xffffffff \ 0x0302 0x06 0x06 0xffffffff \ 0x0302 0x0C 0x0C 0xffffffff \ 0x0302 0x01 0x01 0xffffffff \ 0x0303 0xFFBFFFFF 0 0x00400000 AssignmentOrdering Isa = PCFlat Eisa = PCFlat MCA = PCFlat PCMCIA = PCFlat PCFlat = REG_RESOURCE_REQUIREMENTS 0x000004A8 \ 0x000004A8 0 0 0 0 0 0 1 0x00010001 0x00000024 \ 0x0100 0 0 0 0x0500 0 0xFFFF 0 \ \ 0x0108 0 0 0 0x0140 0 0x017F 0 \ 0x0108 0 0 0 0x0200 0 0x02FF 0 \ 0x0108 0 0 0 0x0300 0 0x036F 0 \ \ 0x0108 0 0 0 0x0378 0 0x037A 0 \ 0x0108 0 0 0 0x02E8 0 0x02FF 0 \ 0x0108 0 0 0 0x01F0 0 0x01F8 0 \ 0x0108 0 0 0 0x03B0 0 0x03CF 0 \ 0x0108 0 0 0 0x03E8 0 0x03FF 0 \ 0x0108 0 0 0 0x01CE 0 0x01CF 0 \ 0x0108 0 0 0 0x0100 0 0x03FF 0 \ \ 0x0200 0 0x0F 0x0F 0 0 0 0 \ 0x0208 0 0x0D 0x0D 0 0 0 0 \ 0x0208 0 0x0C 0x0C 0 0 0 0 \ 0x0208 0 0x09 0x09 0 0 0 0 \ 0x0208 0 0x08 0x08 0 0 0 0 \ 0x0208 0 0x07 0x07 0 0 0 0 \ 0x0208 0 0x0B 0x0B 0 0 0 0 \ 0x0208 0 0x0A 0x0A 0 0 0 0 \ 0x0208 0 0x02 0x02 0 0 0 0 \ 0x0208 0 0x05 0x05 0 0 0 0 \ 0x0208 0 0x03 0x03 0 0 0 0 \ 0x0208 0 0x04 0x04 0 0 0 0 \ 0x0208 0 0x0E 0x0E 0 0 0 0 \ 0x0208 0 0x06 0x06 0 0 0 0 \ 0x0208 0 0x0C 0x0C 0 0 0 0 \ 0x0208 0 0x01 0x01 0 0 0 0 \ 0x0208 0 0x00 0x0F 0 0 0 0 \ \ 0x0300 0 0 0 0x00100000 0 0xFFAFFFFF 0 \ \ 0x0308 0 0 0 0x000F0000 0 0x000FFFFF 0 \ 0x0308 0 0 0 0x00080000 0 0x000BFFFF 0 \ \ 0x0308 0 0 0 0x00080000 0 0x000FFFFF 0 \ 0x0308 0 0 0 0x00080000 0 0xFFF7FFFF 0 \ \ 0x0400 0 0x06 0x0F 0 0 0 0 \ 0x0408 0 0x03 0x04 0 0 0 0 \ 0x0408 0 0x00 0x0F 0 0 0 0 PCI = REG_RESOURCE_REQUIREMENTS 0x000008E8 \ 0x000008E8 0 0 0 0 0 0 1 0x00010001 0x00000046 \ 0x0100 0 0 0 0xFC00 0 0xFCFF 0 \ 0x0108 0 0 0 0xF800 0 0xF9FF 0 \ 0x0108 0 0 0 0xF400 0 0xF4FF 0 \ 0x0108 0 0 0 0xF000 0 0xF0FF 0 \ \ 0x0108 0 0 0 0xEC00 0 0xECFF 0 \ 0x0108 0 0 0 0xE800 0 0xE9FF 0 \ 0x0108 0 0 0 0xE400 0 0xE4FF 0 \ 0x0108 0 0 0 0xE000 0 0xE0FF 0 \ \ 0x0108 0 0 0 0xDC00 0 0xDCFF 0 \ 0x0108 0 0 0 0xD800 0 0xD9FF 0 \ 0x0108 0 0 0 0xD400 0 0xD4FF 0 \ 0x0108 0 0 0 0xD000 0 0xD0FF 0 \ \ 0x0108 0 0 0 0xCC00 0 0xCCFF 0 \ 0x0108 0 0 0 0xC800 0 0xC9FF 0 \ 0x0108 0 0 0 0xC400 0 0xC4FF 0 \ 0x0108 0 0 0 0xC000 0 0xC0FF 0 \ \ 0x0108 0 0 0 0xBC00 0 0xBCFF 0 \ 0x0108 0 0 0 0xB800 0 0xB9FF 0 \ 0x0108 0 0 0 0xB400 0 0xB4FF 0 \ 0x0108 0 0 0 0xB000 0 0xB0FF 0 \ \ 0x0108 0 0 0 0xAC00 0 0xACFF 0 \ 0x0108 0 0 0 0xA800 0 0xA9FF 0 \ 0x0108 0 0 0 0xA400 0 0xA4FF 0 \ 0x0108 0 0 0 0xA000 0 0xA0FF 0 \ \ 0x0108 0 0 0 0x9C00 0 0x9CFF 0 \ 0x0108 0 0 0 0x9800 0 0x99FF 0 \ 0x0108 0 0 0 0x9400 0 0x94FF 0 \ 0x0108 0 0 0 0x9000 0 0x90FF 0 \ \ 0x0108 0 0 0 0x8C00 0 0x8CFF 0 \ 0x0108 0 0 0 0x8800 0 0x89FF 0 \ 0x0108 0 0 0 0x8400 0 0x84FF 0 \ 0x0108 0 0 0 0x8000 0 0x80FF 0 \ \ 0x0108 0 0 0 0x7C00 0 0x7CFF 0 \ 0x0108 0 0 0 0x7800 0 0x79FF 0 \ 0x0108 0 0 0 0x7400 0 0x74FF 0 \ 0x0108 0 0 0 0x7000 0 0x70FF 0 \ \ 0x0108 0 0 0 0x6C00 0 0x6CFF 0 \ 0x0108 0 0 0 0x6800 0 0x69FF 0 \ 0x0108 0 0 0 0x6400 0 0x64FF 0 \ 0x0108 0 0 0 0x6000 0 0x60FF 0 \ \ 0x0108 0 0 0 0x5C00 0 0x5CFF 0 \ 0x0108 0 0 0 0x5800 0 0x59FF 0 \ 0x0108 0 0 0 0x5400 0 0x54FF 0 \ 0x0108 0 0 0 0x5000 0 0x50FF 0 \ \ 0x0108 0 0 0 0x4C00 0 0x4CFF 0 \ 0x0108 0 0 0 0x4800 0 0x49FF 0 \ 0x0108 0 0 0 0x4400 0 0x44FF 0 \ 0x0108 0 0 0 0x4000 0 0x40FF 0 \ \ 0x0108 0 0 0 0x3C00 0 0x3CFF 0 \ 0x0108 0 0 0 0x3800 0 0x39FF 0 \ 0x0108 0 0 0 0x3400 0 0x34FF 0 \ 0x0108 0 0 0 0x3000 0 0x30FF 0 \ \ 0x0108 0 0 0 0x2C00 0 0x1CFF 0 \ 0x0108 0 0 0 0x2800 0 0x19FF 0 \ 0x0108 0 0 0 0x2400 0 0x14FF 0 \ 0x0108 0 0 0 0x2000 0 0x10FF 0 \ \ 0x0108 0 0 0 0x1C00 0 0x1CFF 0 \ 0x0108 0 0 0 0x1800 0 0x19FF 0 \ 0x0108 0 0 0 0x1400 0 0x14FF 0 \ 0x0108 0 0 0 0x1000 0 0x10FF 0 \ \ 0x0108 0 0 0 0x0C00 0 0x0CFF 0 \ 0x0108 0 0 0 0x0800 0 0x09FF 0 \ 0x0108 0 0 0 0x0500 0 0xFFFFFFFF 0 \ \ 0x0200 0 0x00 0xFFFFFFFF 0 0 0 0 \ \ 0x0300 0 0 0 0x00100000 0 0xFFAFFFFF 0 \ \ 0x0308 0 0 0 0x000F0000 0 0x000FFFFF 0 \ 0x0308 0 0 0 0x00080000 0 0x000BFFFF 0 \ \ 0x0308 0 0 0 0x00080000 0 0x000FFFFF 0 \ 0x0308 0 0 0 0x00080000 0 0xFFF7FFFF 0 \ \ 0x0400 0 0x06 0xFF 0 0 0 0 #ifdef _CAIRO_ // // Cairo specific tree of goodies // ContentIndex [WorldR AdminFull SystemFull CreatorFull] FilterMemory = REG_DWORD 0x00000080 MaxDefaultFilter = REG_DWORD 0x00000100 UseOle = REG_DWORD 0x00000000 ChangeNotificationInterval = REG_DWORD 0x0000000F MaxWordLists = REG_DWORD 0x00000014 MinSizeMergeWordlists = REG_DWORD 0x00000400 MinDiskFreeForceMerge = REG_DWORD 0x0000000f MaxShadowFreeForceMerge = REG_DWORD 0x00000014 MaxShadowIndexSize = REG_DWORD 0x0000000f MaxWordlistSize = REG_DWORD 0x00000014 MinWordlistMemory = REG_DWORD 0x00000005 LowResourceSleep = REG_DWORD 0x0000003c MaxWordlistMemoryLoad = REG_DWORD 0x0000005f MaxFreshCount = REG_DWORD 0x00001388 MaxQueueChunks = REG_DWORD 0x00000014 MasterMergeCheckpointInterval = REG_DWORD 0x00000100 FilterBufferSize = REG_DWORD 0x00000080 MaxFilesizeFiltered = REG_DWORD 0x00000100 MaxFilesizeMultiplier = REG_DWORD 0x00000003 GenerateRelevantWords = REG_DWORD 0x00000001 MaxRelevantWords = REG_DWORD 0x0000000a UsePhraseLattice = REG_DWORD 0x00000001 ClusteringTime = REG_DWORD 0x0000ffff MinIdleQueryThreads = REG_DWORD 0x00000001 MaxActiveQueryThreads = REG_DWORD 0x00000003 MaxRowsPerTimeSlice = REG_DWORD 0x00000064 MaxMergeInterval = REG_DWORD 0x0000000a ThreadPriorityMerge = REG_DWORD 0xfffffffe ThreadPriorityFilter = REG_DWORD 0x00000001 ThreadClassFilter = REG_DWORD 0x00000040 MaxUpdates = REG_DWORD 0x00000064 FilterRetries = REG_DWORD 0x00000004 FilterContents = REG_DWORD 0x00000000 MasterMergeTime = REG_DWORD 0x00000000 DaemonResponseTimeout = REG_DWORD 0x00000005 MaxPendingDocuments = REG_DWORD 0x00000020 MaxIdealIndexes = REG_DWORD 0x00000005 MaxIndexes = REG_DWORD 0x00000032 MinMergeIdleTime = REG_DWORD 0x0000005a Language InstalledLangs = REG_MULTI_SZ "English_US" "English_UK" "French_French" "German_German" "Italian_Italian" "Swedish_Default" "Spanish_Modern" "Dutch_Dutch" "Portuguese_Portuguese" "Portuguese_Brazilian" "Neutral" English_US Locale = REG_DWORD 1033 WBreakerClass = REG_SZ {59E09780-8099-101B-8DF3-00000B65C3B5} StemmerClass = REG_SZ {eeed4c20-7f1b-11ce-be57-00aa0051fe20} NoiseFile = REG_SZ noise.enu English_UK Locale = REG_DWORD 2057 WBreakerClass = REG_SZ {59E097e4-8099-101B-8DF3-00000B65C3B5} StemmerClass = REG_SZ {d99f7670-7f1a-11ce-be57-00aa0051fe20} NoiseFile = REG_SZ noise.eng French_French Locale = REG_DWORD 1036 WBreakerClass = REG_SZ {59E09848-8099-101B-8DF3-00000B65C3B5} StemmerClass = REG_SZ {2a6eb050-7f1c-11ce-be57-00aa0051fe20} NoiseFile = REG_SZ noise.fra German_German Locale = REG_DWORD 1031 WBreakerClass = REG_SZ {9B08E210-E51B-11CD-BC7F-00AA003DB18E} StemmerClass = REG_SZ {510a4910-7f1c-11ce-be57-00aa0051fe20} NoiseFile = REG_SZ noise.deu Italian_Italian Locale = REG_DWORD 1040 WBreakerClass = REG_SZ {fd86b5d0-12c6-11ce-bd31-00aa004bbb1f} StemmerClass = REG_SZ {6d36ce10-7f1c-11ce-be57-00aa0051fe20} NoiseFile = REG_SZ noise.ita Swedish_Default Locale = REG_DWORD 1053 WBreakerClass = REG_SZ {01c6b350-12c7-11ce-bd31-00aa004bbb1f} StemmerClass = REG_SZ {9478f640-7f1c-11ce-be57-00aa0051fe20} NoiseFile = REG_SZ noise.sve Spanish_Modern Locale = REG_DWORD 3082 WBreakerClass = REG_SZ {0285b5c0-12c7-11ce-bd31-00aa004bbb1f} StemmerClass = REG_SZ {b0516ff0-7f1c-11ce-be57-00aa0051fe20} NoiseFile = REG_SZ noise.esn Dutch_Dutch Locale = REG_DWORD 1043 WBreakerClass = REG_SZ {66b37110-8bf2-11ce-be59-00aa0051fe20} StemmerClass = REG_SZ {860d28d0-8bf4-11ce-be59-00aa0051fe20} NoiseFile = REG_SZ noise.nld Portuguese_Portuguese Locale = REG_DWORD 2070 WBreakerClass = REG_SZ {683aa110-8bf2-11ce-be59-00aa0051fe20} StemmerClass = REG_SZ {86a77ec0-8bf4-11ce-be59-00aa0051fe20} NoiseFile = REG_SZ noise.ptg Portuguese_Brazilian Locale = REG_DWORD 1046 WBreakerClass = REG_SZ {7baa4e90-8bf4-11ce-be59-00aa0051fe20} StemmerClass = REG_SZ {871275e0-8bf4-11ce-be59-00aa0051fe20} NoiseFile = REG_SZ noise.ptb Neutral Locale = REG_DWORD 0 WBreakerClass = REG_SZ {369647e0-17b0-11ce-9950-00aa004bbb1f} StemmerClass = REG_SZ NoiseFile = REG_SZ noise.dat Cairo [WorldR AdminFull SystemFull CreatorFull] DS [WorldR AdminFull SystemFull CreatorFull] MachineState = REG_DWORD 0 DomainName = REG_SZ WORKGROUP OuName = REG_SZ DSMachineChecksum = REG_DWORD 0 DSMachineSyncFlag = REG_DWORD 0 ReliableTimeSource = REG_DWORD 0 Locator [WorldR AdminFull SystemFull CreatorFull] #endif // _CAIRO_ Enum [WorldR SystemFull] Hardware Profiles [WorldR AdminFull SystemFull CreatorFull] 0001 [WorldR AdminFull SystemFull CreatorFull] Software [WorldRWD AdminFull SystemFull CreatorFull] System [WorldR AdminRWD SystemFull] CurrentControlSet [WorldR AdminFull SystemFull CreatorFull] Control [SystemOpRWD WorldR AdminFull SystemFull CreatorFull] Class Enum [SystemOpRWD WorldR AdminFull SystemFull CreatorFull] Services [SystemOpRWD WorldR AdminFull SystemFull CreatorFull] Services [WorldR AdminFull SystemOpRWD SystemFull CreatorFull] Modem Type = SC_Type_KernelDriver Start = SC_Start_DemandLoad Group = Extended base ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000004 PlugPlayServiceType = REG_DWORD 0x00000002 Parameters Spooler Type = REG_DWORD 0x00000110 Start = SC_Start_DemandLoad Group = SpoolerGroup ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\system32\spoolss.exe ObjectName = REG_SZ LocalSystem Parameters Mup Type = SC_Type_FileSystem Start = SC_Start_DemandLoad DisplayName = REG_SZ Mup Group = Network ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ \SystemRoot\System32\drivers\mup.sys Parameters RpcSs Type = SC_Type_Win32ServiceOwnProcess DisplayName = REG_SZ Remote Procedure Call (RPC) Service ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\system32\RpcSs.exe ObjectName = REG_SZ LocalSystem Start = SC_Start_AutoLoad Parameters Security // // The Security key lets any user start this service. // Security = REG_BINARY 204 \ 0x80140001 0x000000b4 0x000000c0 0x00000014 0x00000034 \ 0x00200002 0x00000001 0x00188002 0x000f01ff 0x00000101 \ 0x01000000 0x00000000 0x00000220 0x00800002 0x00000005 \ 0x00180300 0x0002008d 0x00000101 0x01000000 0x00000000 \ 0x00000000 0x00180300 0x000f01ff 0x00000201 0x05000000 \ 0x00000020 0x00000220 0x00180300 0x0002008f 0x00000201 \ 0x05000000 0x00000020 0x00000223 0x00180300 0x0000009d \ 0x00000101 0x05000000 0x00000004 0x00000223 0x00180300 \ 0x0000009d 0x00000201 0x05000000 0x00000020 0x00000221 \ 0x00000101 0x05000000 0x00000012 0x00000101 0x05000000 \ 0x00000012 #ifdef _CAIRO_ AlertSystem Type = SC_Type_Win32ServiceOwnProcess Start = SC_Start_DisableLoad ObjectName = REG_SZ LocalSystem DependOnService = REG_MULTI_SZ "RpcSs DisplayName = Alert System ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\System32\alertsys.exe Parameters ComponentID {5e3c2710-44f3-11ce-bdc8-00aa004ba935} AlertMessageFile = REG_EXPAND_SZ %SystemRoot%\system32\orasvc.exe CairoOra Performance Close = REG_SZ CloseData Collect = REG_SZ CollectData Library = REG_SZ oramon.dll Open = REG_SZ OpenData CiFilter Type = SC_Type_Win32ServiceOwnProcess Start = SC_Start_DisableLoad ObjectName = REG_SZ LocalSystem DependOnService = REG_MULTI_SZ "RpcSs DisplayName = Ci Filter Daemon ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\System32\cifilter.exe Security // // The Security key lets any user start this service. // Security = REG_BINARY 180 \ 0x80140001 0x0000009C 0x000000A8 0x00000014 0x00000034 \ 0x00200002 0x00000001 0x00188002 0x000F01FF 0x00000101 \ 0x01000000 0x00000000 0x00000220 0x00680002 0x00000004 \ 0x00180300 0x0002008D 0x00000101 0x01000000 0x00000000 \ 0x00000000 0x00180300 0x000F01FF 0x00000201 0x05000000 \ 0x00000020 0x00000220 0x00180300 0x0002008F 0x00000201 \ 0x05000000 0x00000020 0x00000223 0x00180300 0x0000009D \ 0x00000101 0x05000000 0x00000004 0x00000223 0x00000101 \ 0x05000000 0x00000012 0x00000101 0x05000000 0x00000012 Filtering Performance Close = REG_SZ DoneFILTERPerformanceData Collect = REG_SZ CollectFILTERPerformanceData Library = REG_SZ Query.dll Open = REG_SZ InitializeFILTERPerformanceData Linkage Bind = REG_MULTI_SZ "\Dummy" Export = REG_MULTI_SZ "\Dummy" Route = REG_MULTI_SZ "\Dummy" ContentIndex Performance Close = REG_SZ DoneCIPerformanceData Collect = REG_SZ CollectCIPerformanceData Library = REG_SZ Query.dll Open = REG_SZ InitializeCIPerformanceData Linkage Bind = REG_MULTI_SZ "\Dummy" Export = REG_MULTI_SZ "\Dummy" Route = REG_MULTI_SZ "\Dummy" #endif // _CAIRO_ Netlogon Parameters DisablePasswordChange = REG_DWORD 0 NetDDE Type = SC_Type_Win32ServiceShareProcess Start = SC_Start_DisableLoad ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\system32\netdde.exe DependOnService = REG_MULTI_SZ "NetDDEDSDM" DisplayName = REG_SZ Network DDE ObjectName = REG_SZ LocalSystem Group = REG_SZ NetDDEGroup Security // // The Security key lets any user start this service. // Security = REG_BINARY 180 \ 0x80140001 0x0000009C 0x000000A8 0x00000014 0x00000034 \ 0x00200002 0x00000001 0x00188002 0x000F01FF 0x00000101 \ 0x01000000 0x00000000 0x00000220 0x00680002 0x00000004 \ 0x00180300 0x0002008D 0x00000101 0x01000000 0x00000000 \ 0x00000000 0x00180300 0x000F01FF 0x00000201 0x05000000 \ 0x00000020 0x00000220 0x00180300 0x0002008F 0x00000201 \ 0x05000000 0x00000020 0x00000223 0x00180300 0x0000009D \ 0x00000101 0x05000000 0x00000004 0x00000223 0x00000101 \ 0x05000000 0x00000012 0x00000101 0x05000000 0x00000012 NetDDEdsdm Type = SC_Type_Win32ServiceShareProcess Start = SC_Start_DisableLoad ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\system32\netdde.exe DependOnService = REG_MULTI_SZ "" DisplayName = REG_SZ Network DDE DSDM ObjectName = REG_SZ LocalSystem Security // // The Security key lets any user start this service. // Security = REG_BINARY 180 \ 0x80140001 0x0000009C 0x000000A8 0x00000014 0x00000034 \ 0x00200002 0x00000001 0x00188002 0x000F01FF 0x00000101 \ 0x01000000 0x00000000 0x00000220 0x00680002 0x00000004 \ 0x00180300 0x0002008D 0x00000101 0x01000000 0x00000000 \ 0x00000000 0x00180300 0x000F01FF 0x00000201 0x05000000 \ 0x00000020 0x00000220 0x00180300 0x0002008F 0x00000201 \ 0x05000000 0x00000020 0x00000223 0x00180300 0x0000009D \ 0x00000101 0x05000000 0x00000004 0x00000223 0x00000101 \ 0x05000000 0x00000012 0x00000101 0x05000000 0x00000012 TapiSrv Type = SC_Type_Win32ServiceOwnProcess Start = SC_Start_DemandLoad ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\system32\tapisrv.exe ObjectName = REG_SZ LocalSystem DisplayName = REG_SZ Telephony Service Security // // The Security key lets any user start this service. // Security = REG_BINARY 204 \ 0x80140001 0x000000b4 0x000000c0 0x00000014 0x00000034 \ 0x00200002 0x00000001 0x00188002 0x000f01ff 0x00000101 \ 0x01000000 0x00000000 0x00000220 0x00800002 0x00000005 \ 0x00180300 0x0002008d 0x00000101 0x01000000 0x00000000 \ 0x00000000 0x00180300 0x000f01ff 0x00000201 0x05000000 \ 0x00000020 0x00000220 0x00180300 0x0002008f 0x00000201 \ 0x05000000 0x00000020 0x00000223 0x00180300 0x0000009d \ 0x00000101 0x05000000 0x00000004 0x00000223 0x00180300 \ 0x0000009d 0x00000201 0x05000000 0x00000020 0x00000221 \ 0x00000101 0x05000000 0x00000012 0x00000101 0x05000000 \ 0x00000012 Performance Close = REG_SZ CloseTapiPerformanceData Collect = REG_SZ CollectTapiPerformanceData Library = REG_SZ tapiperf.dll Open = REG_SZ OpenTapiPerformanceData ClipSrv Type = SC_Type_Win32ServiceOwnProcess Start = SC_Start_DisableLoad ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\system32\clipsrv.exe DependOnService = REG_MULTI_SZ "NetDDE" DisplayName = REG_SZ ClipBook Server ObjectName = REG_SZ LocalSystem Security // // The Security key lets any user start this service. // Security = REG_BINARY 180 \ 0x80140001 0x0000009C 0x000000A8 0x00000014 0x00000034 \ 0x00200002 0x00000001 0x00188002 0x000F01FF 0x00000101 \ 0x01000000 0x00000000 0x00000220 0x00680002 0x00000004 \ 0x00180300 0x0002008D 0x00000101 0x01000000 0x00000000 \ 0x00000000 0x00180300 0x000F01FF 0x00000201 0x05000000 \ 0x00000020 0x00000220 0x00180300 0x0002008F 0x00000201 \ 0x05000000 0x00000020 0x00000223 0x00180300 0x0000009D \ 0x00000101 0x05000000 0x00000004 0x00000223 0x00000101 \ 0x05000000 0x00000012 0x00000101 0x05000000 0x00000012 PlugPlay Type = SC_Type_Win32ServiceShareProcess Start = SC_Start_AutoLoad Group = PlugPlay ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\system32\services.exe ObjectName = REG_SZ LocalSystem DisplayName = REG_SZ Plug and Play PlugPlayServiceType = REG_DWORD 0x00000003 EventLog [WorldR AdminFull SystemFull CreatorFull] Type = SC_Type_Win32ServiceShareProcess Start = SC_Start_DisableLoad Group = Event log ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\system32\services.exe ObjectName = REG_SZ LocalSystem PlugPlayServiceType = REG_DWORD 0x00000003 Application File = REG_EXPAND_SZ %SystemRoot%\system32\config\AppEvent.Evt MaxSize = REG_DWORD 0x80000 Retention = REG_DWORD 604800 DrWatson EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\drwtsn32.exe TypesSupported = REG_DWORD 0x07 hpmon EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\hpmon.dll TypesSupported = REG_DWORD 0x07 ntbackup EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\ntbackup.exe TypesSupported = REG_DWORD 0x07 Perfctrs EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\perfctrs.dll TypesSupported = REG_DWORD 0x07 Perfmon EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\perfmon.exe TypesSupported = REG_DWORD 0x07 Perflib EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\prflbmsg.dll TypesSupported = REG_DWORD 0x07 Type 1 Installer EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\t1instal.dll TypesSupported = REG_DWORD 0x0007 Windows 3.1 Migration EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\advapi32.dll TypesSupported = REG_DWORD 0x07 Winlogon EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\winlogon.exe TypesSupported = REG_DWORD 0x07 Userenv EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\userenv.dll TypesSupported = REG_DWORD 0x07 Autochk EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\winlogon.exe TypesSupported = REG_DWORD 0x07 #if defined(_CAIRO_) Ci EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\query.dll CatagoryMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\query.dll TypesSupported = REG_DWORD 0x7 CatagoryCount = REG_DWORD 0x1 CairoOra EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\oramon.dll TypesSupported = REG_DWORD 0x07 #endif System File = REG_EXPAND_SZ %SystemRoot%\system32\config\SysEvent.Evt MaxSize = REG_DWORD 0x80000 Retention = REG_DWORD 604800 Application Popup EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\ntdll.dll TypesSupported = REG_DWORD 0x07 abiosdsk EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 aha154x EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 aha174x EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 aic78xx EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 always EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ami0nt EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 amsint EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 flashpnt EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 cpqfws2e EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 arrow EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 atapi EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 atdisk EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 dac960nt EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 dce376nt EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 dtc329x EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ati EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\ati.sys TypesSupported = REG_DWORD 0x07 beep EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 buslogic EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 busmouse EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\BusMouse.sys TypesSupported = REG_DWORD 0x07 cdaudio EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 cdfs EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 changer EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 cirrus EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 cpqarray EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 delldsa EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 dell_dgx EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 diskperf EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 dptscsi EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 et4000 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 eventlog EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\netevent.dll TypesSupported = REG_DWORD 0x07 fastfat EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 fd16_700 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 fd7000ex EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 fd8XX EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 floppy EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 fs_rec EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ftdisk EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\FtDisk.sys TypesSupported = REG_DWORD 0x07 i8042prt EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\i8042prt.sys TypesSupported = REG_DWORD 0x07 inport EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\InPort.sys TypesSupported = REG_DWORD 0x07 JazzG300 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 JazzG364 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 JazzSnd EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 Jzvxl484 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 kbdclass EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\KbdClass.sys TypesSupported = REG_DWORD 0x07 mitsumi EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 mga EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\mga.sys TypesSupported = REG_DWORD 0x07 mga_mil EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\mga_mil.sys TypesSupported = REG_DWORD 0x07 mkecr5xx EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 Modem EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\Modem.sys TypesSupported = REG_DWORD 0x07 mouclass EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\MouClass.sys TypesSupported = REG_DWORD 0x07 msadlib EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 msfs EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 Mup EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ncr53c9x EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ncrc700 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ncrc710 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ncr77c22 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 symc810 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ndis EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\netevent.dll TypesSupported = REG_DWORD 0x07 NetDDE EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\netdde.exe TypesSupported = REG_DWORD 0x1F npfs EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ntfs EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 null EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 oliscsi EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 parallel EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\Parallel.sys TypesSupported = REG_DWORD 0x07 parport EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\ParPort.sys TypesSupported = REG_DWORD 0x07 parvdm EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\ParVdm.sys TypesSupported = REG_DWORD 0x07 pcmcia EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\Pcmcia.sys TypesSupported = REG_DWORD 0x07 pnpisa EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\pnpisa.sys TypesSupported = REG_DWORD 0x07 psidisp EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ql10wnt EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 qv EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\qv.sys TypesSupported = REG_DWORD 0x07 s3 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\s3.sys TypesSupported = REG_DWORD 0x07 SAM EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\samsrv.dll TypesSupported = REG_DWORD 0x07 Save Dump EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\SaveDump.exe TypesSupported = REG_DWORD 0x07 Schedule EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\netevent.dll TypesSupported = REG_DWORD 0x07 ParameterMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\kernel32.dll cdrom EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 disk EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 sfloppy EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 scsiport EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 scsiprnt EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 scsiscan EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 serial EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\Serial.sys TypesSupported = REG_DWORD 0x07 sermouse EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\SerMouse.sys TypesSupported = REG_DWORD 0x07 Service Control Manager EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\netevent.dll TypesSupported = REG_DWORD 0x07 ParameterMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\kernel32.dll DCOM EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\netevent.dll TypesSupported = REG_DWORD 0x07 ParameterMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\kernel32.dll Simbad EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 slcd32 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 sndblst EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 sparrow EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 spock EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 tdi EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 // // Trident will be added on the next version of NT // // trident // EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll // TypesSupported = REG_DWORD 0x07 // t128 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 t13b EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 tmv1 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ultra14f EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ultra124 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 ultra24f EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 UPS EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\netmsg.dll TypesSupported = REG_DWORD 0x07 VgaStart EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\vga.sys TypesSupported = REG_DWORD 0x07 VgaSave EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\vga.sys TypesSupported = REG_DWORD 0x07 v7vram EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 wd33c93 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 wdvga EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 wd90c24a EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll TypesSupported = REG_DWORD 0x07 weitekp9 EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\weitekp9.sys TypesSupported = REG_DWORD 0x07 xga EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\xga.sys TypesSupported = REG_DWORD 0x07 #if defined(_CAIRO_) AS Description = This is a Cairo Alert dfs EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\Drivers\Dfs.sys TypesSupported = REG_DWORD 0x07 Ofs EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\query.dll CatagoryMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\query.dll TypesSupported = REG_DWORD 0x7 CatagoryCount = REG_DWORD 0x1 #endif Security File = REG_EXPAND_SZ %SystemRoot%\System32\config\SecEvent.Evt MaxSize = REG_DWORD 0x80000 Retention = REG_DWORD 604800 PrimaryModule = REG_SZ Security Security EventMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\MsAuditE.dll ParameterMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\MsObjs.dll CategoryMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\MsAuditE.dll CategoryCount = REG_DWORD 0x7 TypesSupported = REG_DWORD 0x1C ObjectNames // // NOTE: The value provided in this section // match an object type (by name) with // the corresponding access bit names // for that object type. This is done // by specifying the message ID of // specific-access-bit-0's message ID // for the object. All bits for that // object are assumed to be the 16 // messages starting with that message // ID. // // For NT base system objects, the // object access type messages are // defined in // \nt\private\nt\seaudit\msobjs\msobjs.mc. // // // Executive objects // // Note: The following executive objects // are not visible to non-kernel mode // code and are thus, not objects that // will generate audit messages. // // Adaptor // Controller // Driver // Device = REG_DWORD 0x00001100 Directory = REG_DWORD 0x00001110 Event = REG_DWORD 0x00001120 EventPair = REG_DWORD 0x00001130 File = REG_DWORD 0x00001140 Key = REG_DWORD 0x00001150 Mutant = REG_DWORD 0x00001160 Port = REG_DWORD 0x00001170 Process = REG_DWORD 0x00001180 Profile = REG_DWORD 0x00001190 Section = REG_DWORD 0x000011A0 Semaphore = REG_DWORD 0x000011B0 SymbolicLink = REG_DWORD 0x000011C0 Thread = REG_DWORD 0x000011D0 Timer = REG_DWORD 0x000011E0 Token = REG_DWORD 0x000011F0 Type = REG_DWORD 0x00001200 // // Objects added after 1.0 // IoCompletion = REG_DWORD 0x00001300 // // Mailslots and NamedPipes use the same access bits // as files. // MailSlot = REG_DWORD 0x00001140 NamedPipe = REG_DWORD 0x00001140 // // Objects added after 3.51 Channel = REG_DWORD 0x00001400 // // Objects moved from USER32 // WindowStation = REG_DWORD 0x00001A00 Desktop = REG_DWORD 0x00001A10 Security Account Manager ParameterMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\MsObjs.dll ObjectNames // // Security Account Manager (SAM) objects // SAM_SERVER = REG_DWORD 0x00001500 SAM_DOMAIN = REG_DWORD 0x00001510 SAM_GROUP = REG_DWORD 0x00001520 SAM_ALIAS = REG_DWORD 0x00001530 SAM_USER = REG_DWORD 0x00001540 LSA ParameterMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\MsObjs.dll ObjectNames // // Local Security Authority (LSA) objects // PolicyObject = REG_DWORD 0x00001600 SecretObject = REG_DWORD 0x00001610 TrustedDomainObject = REG_DWORD 0x00001620 UserAccountObject = REG_DWORD 0x00001630 Spooler ParameterMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\MsObjs.dll ObjectNames // // Printer objects // Server = REG_DWORD 0x00001B00 Printer = REG_DWORD 0x00001B10 Document = REG_DWORD 0x00001B20 SC Manager ParameterMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\MsObjs.dll ObjectNames // // Service Controller objects // SC_MANAGER Object = REG_DWORD 0x00001C00 SERVICE Object = REG_DWORD 0x00001C10 NetDDE Object ParameterMessageFile = REG_EXPAND_SZ %SystemRoot%\System32\MsObjs.dll ObjectNames // // NetDDE objects // DDE Share = REG_DWORD 0x00001D00 // // Driver list: // // // Begin with the miniport drivers // Ncr53c9x Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000001 Spock Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000002 Oliscsi Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000003 Ncrc700 Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000004 Ncrc710 Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000005 Aha154x Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000006 Sparrow Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000007 Aha174x Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000008 DptScsi Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000009 Ultra14f Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000000a Ultra124 Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000000b Ultra24f Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000000c BusLogic Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000001b Fd7000ex Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000000e Fd8xx Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000000f Parameters Device0 DriverParameter = IRQ=5 Fd16_700 Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000010 Wd33c93 Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000011 Parameters Device0 DriverParameter = IRQ=10;DMA=6 DisableDisconnect = REG_DWORD 0x00000001 T128 Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000012 Parameters Device0 DriverParameter = IRQ=5 T13B Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000013 Parameters Device0 DriverParameter = IRQ=5 Always Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000014 Arrow Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000015 dce376nt Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000016 dtc329x Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000017 tmv1 Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000018 Parameters Device0 DriverParameter = IRQ=15 atapi Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000019 symc810 Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000001a ami0nt Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000000d slcd32 Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000001c mkecr5xx Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000001d aic78xx Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000001e mitsumi Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x0000001f dac960nt Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000020 Ql10wnt Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000023 amsint Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000024 flashpnt Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000025 cpqfws2e Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000026 // // WD1003-compatible disk controllers // Atdisk Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad ErrorControl = SC_Error_Ignore Group = Primary disk Tag = REG_DWORD 0x00000001 Floppy Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Primary disk ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000002 Abiosdsk Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad ErrorControl = SC_Error_Ignore Group = Primary disk Tag = REG_DWORD 0x00000003 Cpqarray Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000100 Delldsa Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = SCSI miniport ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000101 // // SCSI class drivers // Disk Type = SC_Type_KernelDriver Start = SC_Start_LoadAtBoot Group = SCSI Class ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000002 DependOnGroup = REG_MULTI_SZ "SCSI miniport" Sfloppy Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Primary disk ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000004 DependOnGroup = REG_MULTI_SZ "SCSI miniport" Scsiscan Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = SCSI Class ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000003 DependOnGroup = REG_MULTI_SZ "SCSI miniport" Cdrom Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = SCSI CDROM Class ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000002 DependOnGroup = REG_MULTI_SZ "SCSI miniport" Autorun = REG_DWORD 0x01 // // Global filter drivers // Ftdisk Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = Filter ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000003 Simbad Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = Filter ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000001 Diskperf Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = Filter ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000004 Cdaudio Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Filter ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000006 Changer Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Filter ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000005 // // Boot file system drivers // (NTLDR/osloader.exe will load the appropriate filesystem // automatically, regardless of its "Start" value.) // Fs_Rec Type = SC_Type_Recognizer Start = SC_Start_LoadAtSystemInit Group = Boot file system ErrorControl = SC_Error_Ignore Fastfat Type = SC_Type_FileSystem Start = SC_Start_DisableLoad Group = Boot file system ErrorControl = SC_Error_Normal // // Base drivers // Null Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Base ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000001 Beep Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Base ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000002 KSecDD Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Base ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000001 // // Keyboard Port drivers // i8042prt Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = Keyboard Port ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000001 Parameters ResendIterations = REG_DWORD 3 PollingIterations = REG_DWORD 12000 PollingIterationsMaximum = REG_DWORD 12000 PollStatusIterations = REG_DWORD 1 KeyboardDataQueueSize = REG_DWORD 100 KeyboardDeviceBaseName = REG_SZ KeyboardPort MouseDataQueueSize = REG_DWORD 100 NumberOfButtons = REG_DWORD 2 SampleRate = REG_DWORD 60 MouseResolution = REG_DWORD 3 PointerDeviceBaseName = REG_SZ PointerPort MouseSynchIn100ns = REG_DWORD 20000000 EnableWheelDetection = REG_DWORD 1 // // Pointer Port drivers // Busmouse Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = Pointer Port ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000003 Parameters MouseDataQueueSize = REG_DWORD 100 NumberOfButtons = REG_DWORD 2 SampleRate = REG_DWORD 50 PointerDeviceBaseName = REG_SZ PointerPort Inport Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = Pointer Port ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000001 Parameters MouseDataQueueSize = REG_DWORD 100 NumberOfButtons = REG_DWORD 2 SampleRate = REG_DWORD 50 HzMode = REG_DWORD 2 PointerDeviceBaseName = REG_SZ PointerPort Sermouse Type = SC_Type_KernelDriver Start = SC_Start_DisableLoad Group = Pointer Port ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000002 Parameters MouseDataQueueSize = REG_DWORD 100 NumberOfButtons = REG_DWORD 2 SampleRate = REG_DWORD 40 PointerDeviceBaseName = REG_SZ PointerPort // // Keyboard Class drivers // Kbdclass Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Keyboard Class ErrorControl = SC_Error_Normal Tag = REG_DWORD 0x00000001 Parameters KeyboardDataQueueSize = REG_DWORD 100 MaximumPortsServiced = REG_DWORD 3 ConnectMultiplePorts = REG_DWORD 0 KeyboardDeviceBaseName = REG_SZ KeyboardClass // // Pointer Class drivers // Mouclass Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Pointer Class ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000001 Parameters MouseDataQueueSize = REG_DWORD 100 MaximumPortsServiced = REG_DWORD 3 ConnectMultiplePorts = REG_DWORD 1 PointerDeviceBaseName = REG_SZ PointerClass // // Netcard Detection driver // NetDetect Type = SC_Type_KernelDriver Start = SC_Start_DemandLoad ErrorControl = SC_Error_Normal DisplayName = NetDetect ImagePath = REG_EXPAND_SZ \SystemRoot\system32\drivers\netdtect.sys // // Video drivers // ati Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False InstalledDisplayDrivers = REG_MULTI_SZ "ati" "8514a" cirrus Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = True InstalledDisplayDrivers = REG_MULTI_SZ "vga" "cirrus" "vga256" "vga64K" Dell_DGX Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False InstalledDisplayDrivers = REG_MULTI_SZ "framebuf" et4000 Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = True InstalledDisplayDrivers = REG_MULTI_SZ "vga" "w32" "vga256" "vga64K" Jazzg364 Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False Monitor = REG_SZ drivers\jazz.bvp InstalledDisplayDrivers = REG_MULTI_SZ "framebuf" Jazzg300 Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False Monitor = REG_SZ drivers\jazz.bvp InstalledDisplayDrivers = REG_MULTI_SZ "framebuf" Jzvxl484 Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False Monitor = REG_SZ drivers\jazz.bvp InstalledDisplayDrivers = REG_MULTI_SZ "jzvxl484" mga Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False InstalledDisplayDrivers = REG_MULTI_SZ "mga" mga_mil Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False InstalledDisplayDrivers = REG_MULTI_SZ "mga" ncr77c22 Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = True InstalledDisplayDrivers = REG_MULTI_SZ "vga" "vga256" psidisp Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False InstalledDisplayDrivers = REG_MULTI_SZ "psidisp" qv Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = True InstalledDisplayDrivers = REG_MULTI_SZ "vga" "qv" s3 Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False InstalledDisplayDrivers = REG_MULTI_SZ "s3" tga Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False InstalledDisplayDrivers = REG_MULTI_SZ "tga" // // Trident will be added on the next version of NT // // trident // Type = SC_Type_KernelDriver // Start = SC_Start_LoadAtSystemInit // Group = Video // ErrorControl = SC_Error_Ignore // Device0 // VgaCompatible = True // InstalledDisplayDrivers = REG_MULTI_SZ "vga" "vga256" // v7vram Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = True InstalledDisplayDrivers = REG_MULTI_SZ "vga" "vga256" wdvga Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = True InstalledDisplayDrivers = REG_MULTI_SZ "vga" "vga256" "vga64k" wd90c24a Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = True InstalledDisplayDrivers = REG_MULTI_SZ "vga" "vga256" "wd90c24a" weitekp9 Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False InstalledDisplayDrivers = REG_MULTI_SZ "weitekp9" Xga Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video ErrorControl = SC_Error_Ignore Device0 VgaCompatible = False Monitor = REG_SZ drivers\vga.bvp InstalledDisplayDrivers = REG_MULTI_SZ "xga" "vga256" VgaStart Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video Init ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000001 ImagePath = REG_EXPAND_SZ \SystemRoot\System32\drivers\vga.sys Device0 VgaCompatible = True InstalledDisplayDrivers = REG_MULTI_SZ "vga" ForceVga = True VgaSave Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = Video Save ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000001 ImagePath = REG_EXPAND_SZ \SystemRoot\System32\drivers\vga.sys Device0 VgaCompatible = True InstalledDisplayDrivers = REG_MULTI_SZ "vga" // // Ndis drivers // NDIS Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = NDIS DisplayName = Microsoft NDIS System Driver ErrorControl = SC_Error_Normal MediaTypes Parameters ProcessorAffinityMask = REG_DWORD 0xffffffff NetDetect EISA BONSAI Id = REG_DWORD 0x0062110e Mask = REG_DWORD 0x00ffffff token = BONSAI DE425 Id = REG_DWORD 0x5042a310 Mask = REG_DWORD 0xf0ffffff token = DE425 DEC300 Id = REG_DWORD 0x0230a310 Mask = REG_DWORD 0x0fffffff token = DEC300 DEC422 Id = REG_DWORD 0x2042a310 Mask = REG_DWORD 0xf0ffffff token = DEC422 DURANGO Id = REG_DWORD 0x0260110e Mask = REG_DWORD 0x0fffffff token = DURANGO ELNK3EISA Id = REG_DWORD 0x90506d50 Mask = REG_DWORD 0xf0ffffff token = ELNK3EISA MAPLE Id = REG_DWORD 0x0160110e Mask = REG_DWORD 0x0fffffff token = MAPLE NE3200 Id = REG_DWORD 0x0007cc3a Mask = REG_DWORD 0x00ffffff token = NE3200 NETFLX Id = REG_DWORD 0x0061110e Mask = REG_DWORD 0x00ffffff token = NETFLX NPEISA.1 id = REG_DWORD 0x0002093a Mask = REG_DWORD 0x00ffffff token = NPEISA NPEISA.2 id = REG_DWORD 0x0003093a Mask = REG_DWORD 0x00ffffff token = NPEISA P1990 Id = REG_DWORD 0x00604f42 Mask = REG_DWORD 0x00ffffff token = P1990 RODAN Id = REG_DWORD 0x0063110e Mask = REG_DWORD 0x00ffffff token = RODAN MCA EE16MC token = EE16MC Id = REG_DWORD 0x0000628b ELNK3MCA.1 token = ELNK3MCA Id = REG_DWORD 0x0000627c ELNK3MCA.2 token = ELNK3MCA Id = REG_DWORD 0x0000627d ELNK3MCA.3 token = ELNK3MCA Id = REG_DWORD 0x000061db ELNK3MCA.4 token = ELNK3MCA Id = REG_DWORD 0x000062f6 ELNK3MCA.5 token = ELNK3MCA Id = REG_DWORD 0x000062f7 ELNKMC token = ELNKMC Id = REG_DWORD 0x00006042 IBMTOKA token = IBMTOKA Id = REG_DWORD 0x0000e000 IBMTOKMC token = IBMTOKMC Id = REG_DWORD 0x0000e001 NPMCA token = NPMCA Id = REG_DWORD 0x00000069 UBPS token = UBPS Id = REG_DWORD 0x00007012 WD8003EA token = WD8003EA Id = REG_DWORD 0x000067c0 WD8003WA token = WD8003WA Id = REG_DWORD 0x000067c2 WD8013EPA token = WD8013EPA Id = REG_DWORD 0x000061c8 WD8013WPA token = WD8013WPA Id = REG_DWORD 0x000061c9 PCI AMDPCI token = AMDPCI Id = REG_DWORD 0x20001022 DC21040 token = DC21040 Id = REG_DWORD 0x00021011 DC21041 token = DC21041 Id = REG_DWORD 0x00141011 DC21140 token = DC21140 Id = REG_DWORD 0x00091011 DC21142 token = DC21142 Id = REG_DWORD 0x00191011 DEFPA token = DEFPA Id = REG_DWORD 0x000f1011 // // Parallel arbitrator drivers // Parport Type = SC_Type_KernelDriver Start = SC_Start_AutoLoad Group = Parallel arbitrator ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000001 // // PnP ISA enabler driver (pnpisa.sys not installed by default--user // must install from drvlib to enable). // pnpisa DisplayName = REG_SZ PnP ISA Enabler Driver ErrorControl = SC_Error_Ignore Group = Base Start = SC_Start_LoadAtSystemInit Tag = REG_DWORD 0x0000000e Type = SC_Type_KernelDriver // // Extended base drivers // Serial Type = SC_Type_KernelDriver Start = SC_Start_AutoLoad Group = Extended base ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000001 Parameters Parallel DependOnGroup = REG_MULTI_SZ "Parallel arbitrator" DependOnService = REG_MULTI_SZ "Parport" Type = SC_Type_KernelDriver Start = SC_Start_AutoLoad Group = Extended base ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000002 Parameters ParVdm DependOnGroup = REG_MULTI_SZ "Parallel arbitrator" DependOnService = REG_MULTI_SZ "Parport" Type = SC_Type_KernelDriver Start = SC_Start_AutoLoad Group = Extended base ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000002 Parameters Scsiprnt Type = SC_Type_KernelDriver Start = SC_Start_AutoLoad Group = Extended base ErrorControl = SC_Error_Ignore DependOnGroup = REG_MULTI_SZ "SCSI miniport" Tag = REG_DWORD 0x00000003 PCIDump Type = SC_Type_KernelDriver Start = SC_Start_LoadAtSystemInit Group = PCI Configuration ErrorControl = SC_Error_Ignore Tag = REG_DWORD 0x00000001 Pcmcia ErrorControl = REG_DWORD 0x00000001 Group = System Bus Extender Start = REG_DWORD 0x00000000 Tag = REG_DWORD 0x00000001 Type = REG_DWORD 0x00000001 DataBase 3Com Corporation 3C589 Driver = elnk3 Option = ELNK3ISA509 InfFileName = oemnade3.inf DeviceType = NET Accton EN2212 DeviceType = NET Driver = ne2000 InfFileName = oemnadzz.inf Option = ACCTONEN2216 EN2216-PCMCIA-ETHERNET DeviceType = NET Driver = ne2000 InfFileName = oemnadzz.inf Option = ACCTONEN2216 Adaptec, Inc. APA-1460 SCSI Host Adapter Driver = sparrow DeviceType = SCSI Compaq Ethernet LAN Card AttributeMemorySize = REG_DWORD 0x00001000 DeviceType = NET Driver = cpqndis InfFileName = oemnadzz.inf D-Link DE-650 Driver = ne2000 DeviceType = NET Option = DLINKDE650 InfFileName = oemnadzz.inf Diehl ISDN ISDN-DIVA/PCM DeviceType = NET Driver = Diehl_DIVA_TED5ES Future Domain Corporation SCSI PCMCIA Credit Card Controller Driver = fd16_700 DeviceType = SCSI IBM TOKEN RING Driver = REG_SZ ibmtok DeviceType = REG_SZ NET InfFileName = REG_SZ oemnadtk.inf Option = REG_SZ IBMTOK IBM Corp. Ethernet AttributeMemorySize = REG_DWORD 0x1000 CardMemorySize = REG_DWORD 0 Driver = ne2000 Option = NE2000IBMCOMPAT InfFileName = oemnadni.inf DeviceType = NET Kingston Technology Corp. EtheRx AttributeMemorySize = REG_DWORD 0x1000 CardMemorySize = REG_DWORD 0 Driver = ne2000 Option = NE2000IBMCOMPAT InfFileName = oemnadni.inf DeviceType = NET KME KXLC002 Driver = qlmini DeviceType = SCSI MADGE SMART 16/4 PCMCIA RINGNODE Driver = madgemport Option = MSMDGMPPCMCIA InfFileName = oemnadma.inf DeviceType = NET Microdyne NE4200 AttributeMemorySize = REG_DWORD 0x1000 CardMemorySize = REG_DWORD 0 Driver = ne2000 Option = NE2000IBMCOMPAT InfFileName = oemnadni.inf DeviceType = NET National Semiconductor InfoMover NE4100 AttributeMemorySize = REG_DWORD 0x1000 CardMemorySize = REG_DWORD 0 Driver = ne2000 Option = NE2000IBMCOMPAT InfFileName = oemnadni.inf DeviceType = NET OLICOM TR 16/4 II DeviceType = NET Driver = octk16 Option = PCMCIA InfFileName = oemnadzz.inf ETHERCOM DeviceType = NET Driver = oce2xm Option = GOCARD InfFileName = oemnadzz.inf Socket Communications Inc Socket EA PCMCIA LAN Adapter Revision D AttributeMemorySize = REG_DWORD 0 CardMemorySize = REG_DWORD 0 Driver = ne2000 Option = NE2000SOCKETEA InfFileName = oemnadn2.inf DeviceType = NET Socket EA PCMCIA LAN Adapter Revision E AttributeMemorySize = REG_DWORD 0 CardMemorySize = REG_DWORD 0 Driver = ne2000 Option = NE2000SOCKETEA InfFileName = oemnadn2.inf DeviceType = NET Xircom CreditCard 10Base-T Option = InfFileName = oemnadzz.inf DeviceType = NET 5331 Driver = ce2xps AttributeMemorySize = REG_DWORD 0x1000 5FFA Driver = cendis3 AttributeMemorySize = REG_DWORD 0x1000 64BA AttributeMemorySize = REG_DWORD 0x1000 Driver = REG_SZ ce2xps 9C9B Driver = cendis3 AttributeMemorySize = REG_DWORD 0x1000 9F5B Driver = ce2ndis3 AttributeMemorySize = REG_DWORD 0x1000 9FAB Driver = cendis3 AttributeMemorySize = REG_DWORD 0x1000 B00D Driver = cendis3 AttributeMemorySize = REG_DWORD 0x1000 CreditCard Ethernet+Modem 28.8 AttributeMemorySize = REG_DWORD 0x1000 DeviceType = NET Driver = cem28xps InfFileName = oemnadzz.inf CreditCard Ethernet+Modem II Driver = cm2ndis3 AttributeMemorySize = REG_DWORD 0x1000 Option = InfFileName = oemnadzz.inf DeviceType = NET CreditCard Token Ring Driver = ctndnt AttributeMemorySize = REG_DWORD 0x1000 Option = InfFileName = oemnadzz.inf DeviceType = NET Parameters Interrupt = REG_DWORD 0x00000000 // // Other file systems // Ntfs Type = SC_Type_FileSystem Start = SC_Start_DisableLoad Group = File system ErrorControl = SC_Error_Normal #if defined(_CAIRO_) Ofs Type = SC_Type_FileSystem Start = SC_Start_DisableLoad Group = File system ErrorControl = SC_Error_Normal #endif // defined(_CAIRO_) Npfs Type = SC_Type_FileSystem Start = SC_Start_LoadAtSystemInit Group = File system ErrorControl = SC_Error_Normal Aliases #ifdef _CAIRO_ lsass = REG_MULTI_SZ "lsarpc" "samr" #else lsass = REG_MULTI_SZ "netlogon" "lsarpc" "samr" #endif ntsvcs = REG_MULTI_SZ "srvsvc" "wkssvc" "eventlog" "browser" "msgsvc" "svcctl" Msfs Type = SC_Type_FileSystem Start = SC_Start_LoadAtSystemInit Group = File system ErrorControl = SC_Error_Normal Cdfs Type = SC_Type_FileSystem Start = SC_Start_DisableLoad Group = File system ErrorControl = SC_Error_Normal DependOnGroup = REG_MULTI_SZ "SCSI CDROM Class" Schedule Type = SC_Type_Win32ServiceOwnProcess Start = SC_Start_DemandLoad ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\System32\AtSvc.Exe ObjectName = REG_SZ LocalSystem UPS Type = SC_Type_Win32ServiceOwnProcess Start = SC_Start_DemandLoad ErrorControl = SC_Error_Normal ImagePath = REG_EXPAND_SZ %SystemRoot%\System32\ups.exe ObjectName = REG_SZ LocalSystem WinTrust [AdminFull SystemFull WorldR] SubjectPackages MS Subjects 1 $DLL = REG_EXPAND_SZ %SystemRoot%\system32\MsSip1.dll MS Subjects 2 $DLL = REG_EXPAND_SZ %SystemRoot%\system32\MsSip2.dll MS Subjects 3 $DLL = REG_EXPAND_SZ %SystemRoot%\system32\MsSip3.dll TrustProviders Software Publisher $DLL = REG_EXPAND_SZ %SystemRoot%\system32\SoftPub.dll Setup [WorldR AdminFull SystemFull CreatorFull] SetupType = SETUPTYPE_RETAIL CmdLine = setup -g -s a:\ -t STF_INSTALL_MODE = CUSTOM -t STF_UPGRADE = NO SystemSetupInProgress = True #if defined(_CAIRO_) // // BUGBUG - This value entry should be removed after Cairo and NT 3.51 get merged. // This value will prevent textmode setup from finding NT 3.x systems // to upgrade to Cairo. // CairoSystem = REG_DWORD 1 #endif