I re-discovered a harmless glitch within Windows yesterday that can cause explorer.exe to crash simply by accessing a .url file. There is almost no documentation for this bug on the Internet, so I figured I'd post it here.
Creating a .url file containing the following text will trigger a crash whenever you access a folder containing it:
[InternetShortcut]
url=file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:file:
Saving this to your desktop is particularly annoying, because it will make explorer.exe crash over and over, because each time it tries to load your desktop, it will also try and load the file, thus crashing again, and the cycle will repeat.
Just delete the file through CMD to stop the crashes. In my testing, the only versions that are vulnerable to this are XP and Server 2003.
I have attached a file with the previously mentioned text. Just copy it to a folder of your choice, change the extension from .txt to .url, and that folder will become inaccessible through Explorer.