MichaelDev
Monday, June 05, 2006
  Show GAC Detail
The GAC view in Windows Explorer ususally shows a special view instead of all the real subdirectories you can see if you go to the DOS prompt. With a little registry tweak, you can use Windows Explorer to navigate the GAC.

The following registry script will change the GAC view to detail. Put it in a file and end it with .reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]

"DisableCacheViewer"=dword:00000001

To restore it to the normal GAC view, just change the value back to 0:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion]
"DisableCacheViewer"=dword:00000000
 
Various notes on software development. Currently using C# and .Net. May also include comments on the overall software development process, etc.

Name:
Location: Orange County, California, United States
ARCHIVES
June 2004 / July 2004 / August 2004 / September 2004 / October 2004 / November 2004 / December 2004 / January 2005 / February 2005 / March 2005 / April 2005 / May 2005 / September 2005 / October 2005 / November 2005 / January 2006 / February 2006 / April 2006 / May 2006 / June 2006 / March 2007 /


Powered by Blogger