How can I get Windows Explorer to default to open on a directory of my choosing?
Create a new shortcut to Windows Explorer and on that shortcut select Properties. The "Target:" field will be something like: "%SystemRoot%\explorer.exe". Simply change that to include the desired directory, like this: "%SystemRoot%\explorer.exe d:\directory". Now that shortcut will open Windows Explorer directly on "d:\directory".