Shows how to access and copy assemblies from the .NET Global Assembly Cache (GAC) despite Windows Explorer's special shell view, using the command line or a mapped administrative network share
How to add a Windows Explorer context-menu option for creating blank Visual Studio solutions using a template in the ShellNew folder and corresponding registry settings.
With the runas tool it is possible to start an application under an other account. But the explorer need the special parameter /separate to start. So the cor...