Long PATH Environment Variable Causes 16-bit Apps to Hang
ID: Q169171
|
The information in this article applies to:
-
Microsoft Windows NT Workstation version 4.0
-
Microsoft Windows NT Server version 4.0
SYMPTOMS
Certain 16-bit programs may stop responding (hang) or not run. When you
look at Processes in Task Manager, it shows NTVDM at or around 100 percent
CPU time.
CAUSE
This problem occurs when the PATH statement is approximately 200
characters or more in length.
This problem has also been seen when security on the files in the
%SystemRoot%\System32 folder has been made too restrictive. Specifically,
the users running 16-bit programs must have at least Read (RX) access to
all files in the folder and all subfolders. This is the configuration by
default.
RESOLUTION
Use one of the following methods to resolve this problem:
Method 1
The PATH statement can be found in two locations. Shortening one or both
statements should fix the problem.
PATH in System Properties:
- In Control Panel, double-click the System icon. Click the Environment
tab.
- Under System Variables, select PATH and shorten the value.
- Click Set, and then click OK.
PATH in Autoexec.nt:
- Use Notepad to open Autoexec.nt, which is located in the
%SystemRoot%\System32\Autoexec.nt directory.
- Shorten any PATH= statement.
- Save Autoexec.nt.
The NTVDM must be terminated before the new PATH will be used. To
terminate the NTVDM process, go to task manager and select NTVDM. Click
End Process.
Method 2
Increase the environment size in Config.nt:
- Use Notepad to open Config.nt, which is located in the
%SystemRoot%\System32 directory.
- Add the following statement:
SHELL=%systemroot%\system32\command.com /e:2048
This will increase the environment size to allow the path statement to
remain at the current length. If problems persist, increase the e:
parameter.
STATUS
Microsoft has confirmed this to be a problem in Windows NT version 4.0.
Additional query words:
slow DOS hang VDM
Keywords : kbbug4.00 nt16ap NTSrvWkst
Version : WinNT:4.0
Platform : winnt
Issue type : kbbug