REG: CurrentControlSet Entries PART 3Last reviewed: May 8, 1997Article ID: Q102986 |
The information in this article applies to:
CurrentControlSet Part 1, containing:
CURRENTCONTROLSET\CONTROL SUBKEYS ENTRIESThis key contains parameters that control system startup, such as subsystems to load, the size and location of paging files, and so on. NOTE: The system must be restarted for any changes in the Control key to take effect.
SETUP CONTROL ENTRIESDefault: For an x86-based computer: keyboard=STANDARD pointer=msser video=VGAThe Setup subkey contains various information used by Windows NT Setup, under this Registry path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SetupThe values are REG_SZ strings that are meaningful only to Setup, and which should be maintained by the system.
TimeZoneInformation Control EntriesValues in the TimeZoneInformation key should be maintained only by choosing the Date/Time icon in Control Panel or by applications using the Win32 APIs. Changing this information in the Registry can damage your system’s local time settings. The information is stored in the following Registry path.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation ActiveTimeBias REG_DWORD Default: 0x1a4For example, for the Pacific Time Zone, the value of ActiveTimeBias should change from 1e0 to 1a4 on the first Sunday in April.
Bias REG_DWORDDefault: 0x1e0 DaylightBias REG_DWORD Default: 0xffffffc4 DaylightName REG_SZ Default: (user selection) DaylightStart REG_BINARY
StandardBias REG_DWORD
StandardName REG_SZ Default: (user selection) StandardStart REG_BINARY
VirtualDeviceDrivers Control EntriesThe VirtualDeviceDriver key contains a list of Win32 DLLs that serve as virtual device drivers (VDD). Each VDD entry results in loading that VDD when a virtual MS-DOS machine (VDM) is being created for running an application created for MS-DOS or 16-bit versions of Microsoft Windows. This is the Registry path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\VirtualDeviceDrivers VDD REG_MULTI_SZ FilenamesDefault: None-the Windows NT VDDs are built into the system. Specifies valid Win32 DLLs that are virtual device drivers.
Windows Startup Control EntriesThis key contains entries that define the system directories for the Win32 subsystem (32-bit Windows) under this path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows Directory REG_EXPAND_SZ Directory nameDefault: %SystemRoot% Defines the directory for Windows NT.
SystemDirectory REG_EXPAND_SZ Directory nameDefault: %SystemRoot%\system32 Defines the directory for the Windows NT system files. The Registry entries for starting the Win32 subsystem are defined under the Required and Windows value entries in the Session Manager\Subsystem key, as described in the article "CurrentControlSet Part 2: Session Manager."
WOW Startup Control EntriesThe following values control startup parameters that affect MS DOS-based applications and applications created for 16-bit Windows 3.1. The Registry path for these values is the following:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW Cmdline REG_EXPAND_SZ Path and switches Defines the commmand line that runs when an MS-DOS-based application runs under Windows NT. This command line continues to run until the related application is closed. The following switches can be included:
Switch Meaning ---------------- -a Specifies a command to pass to the VDM -f Specifies the directory to find NTVDM.EXE -m Hides the VDM console window -w Specifies the WOW VDNDefault: %SystemRoot%\system32\ntvdm -f%SystemRoot%\system32 -a
KnownDLLs REG_SZ DLL filenamesDefault: shell.dll commdlg.dll mmsystem.dll olecli.dll olesvr.dll ddeml.dll win87em.dll toolhelp.dll lanman.drv netapi.dll pmspl.dll wowdeb.exe Defines a list of known DLLs for use by the WOW VDM that provide compatibility for non-Win32 applications. When the system searches for DLLs to load, it compares the requested DLL with those in the KnownDLLs list and then loads the matching DLL from the SystemRoot\SYSTEM32 directory. If you want to replace a DLL, you must delete the name from this list, so that the system will search elsewhere for the DLL. The files USER.DLL, GDI.DLL, and SYSTEM.DRV are not included in this list, because these are required Windows NT system files and their location cannot be changed.
LPT_timeout REG_SZ Number of secondsDefault: 15 Defines how many seconds after the LPT port has been used that Windows NT waits before grabbing the port, closing it, and flushing the output. This value should only be needed for MS-DOS-based applications that use BIOS and do not close the port.
Size REG_SZ Number in megabytesDefault: 0 Defines the amound of memory to be given to each individual MS-DOS VDM. The default of 0 gives the VDM as uch memory as Windows NT determines is necessary, depending upon the memory configuration. To change this value, change the related value in the PIF file for the application.
Wowcmdline REG_EXPAND_SZ Path and switchesDefault: %SystemRoot%\system32\ntvdm -m -w -f%SystemRoot%\system32 -a %SystemRoot%\system32\krnl386Defines the command line that runs when a 16-bit Windows-based application is started. The switches instruct Windows NT to start either an MS-DOS VDM or a WOW VDM. See the definitions for allowable switches under Cmdline.
Wowsize REG_SZ Up to 16 megabytesDefault: Depends on RISC-based computer’s system memory For RISC-based computers, defines the amount of memory provided in a VDM when a WOW session is started.This value is not used on x86-based computers, where Windows NT allocates the memory needed when it is asked for. The default size chosen for a RISC-based computer depends on the amount of system memory on the computer. For each MB specified, the system uses 1.25 MB, so setting Wowsize to 4 MB causes the VDM to allocate 5 MB, although applications can only use 4 MB. You can override the following defaults:
System memory size Default VDM size ------------------------------------------ Less than 12 MB (small) 3 MB 12-16 MB (medium) 6 MB More than 16 MB (large) 8 MBCAUTION: Setting Wowsize to a value lower than 3 MB causes most applications to fail. Reference: "The Windows NT Resource Kit for Operating System Version 3.1".
|
Additional query words: prodnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |