Backup of GAC
While testing changes in a dll which is part of the GAC, sometimes backup of the existing dll copy is needed. I have encountered this couple of times, and one command comes pretty handy in doing it.
subst <drivename> %windir%\assembly
Example: subst z: %windir%\assembly
Now z: has GAC directory mapped with a folder view.