Interesting Win2K Feature
Discover a glitch in Windows 2000 that might inadvertently apply changes you make to a similarly named folder or HTML file.
June 12, 2001
I accidentally found an interesting feature in Windows 2000 Server. The best way for you to see what happened is to follow a few simple steps:
Create a folder called Fred.
Create another folder within Fred called Important_files.
Copy a few dummy files into the Important_files folder.
Create a file within Fred called Important.htm.
Delete the Important.htm file.
You'll discover that both the Important.htm file and the Important_files folder have disappeared. The good news is that Microsoft is aware of this problem and addresses it in "Operations on an HTML File or Folder Apply to Similarly Named Folder or HTML File" (http://support.microsoft.com/support/kb/articles/q252/7/21.asp). The bad news is that this functionality is supposedly by design. The Microsoft article explains that if a folder has a specific appendix and a similarly named .htm or .html file exists at the same level as the folder, deleting the file causes the OS to delete the folder as well. The English language appendixes that cause this behavior are _files, _file, .files, filer, and _fails.
To fix this problem, use a registry editor to add the NoFileFolderConnection entry of type REG_DWORD with a value of 1 to the HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrent-VersionExplorer subkey. This value disables the file connection.
—Gary Grayson
[email protected]
About the Author
You May Also Like