This hotfix adds the following registry value:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\SafeDllSearchMode
The registry value is set to
1. With a setting of
1, the system first searches the folders that are specified in the
system path, and then searches the current working folder. With a setting of
0, the system first searches the current working folder, and then
searches the folders that are specified in the system
path.
The
SearchPath() function searches for a specified file in a specified path. The function searches for a matching file in the following directories in the following sequence:
- The directory from which the application loaded.
- The current directory.
- The system directory.
Note Use the GetSystemDirectory function to get the path of this directory.
- The 16-bit system directory.
Note There is no function that retrieves the path of this directory, but it is searched.
- The Windows directory.
Note Use the GetWindowsDirectory function to get the path of this directory.
- The directories that are listed in the PATH environment variable. If you try to run a program by clicking Start and then clicking Run, Windows searches your home folder for the program before searching the path.
You can change this behavior by modifying the following registry key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer Name: StartRunNoHOMEPATH
Set the Type parameter to REG_DWORD and set the Data parameter to
1.
For more informationabout this behavior, click the following article number to view the article in the Microsoft Knowledge Base:
264061
Home folder is searched first when you try to run a program
For more information about how to obtain a hotfix for Windows 2000 Datacenter Server, click the following article number to view the article in the Microsoft Knowledge Base:
265173
The Datacenter program and Windows 2000 Datacenter Server product
For more information about how to install multiple hotfixes with
only one reboot, click the following article number to view the article in the Microsoft Knowledge Base:
296861
Use QChain.exe to install multiple hotfixes with one reboot
For more information about how to install Windows 2000 and Windows
2000 hotfixes at the same time, click the following article number to view the article in the Microsoft Knowledge Base:
249149
Installing Microsoft Windows 2000 and Windows 2000 hotfixes