Thursday, January 5, 2012

Show Global Assembly Cache (GAC) Folder in "details"

If you have to work with the GAC folder it's better to see all contents ( also folder GAC_MSIL, GAC_64, ect) so follow these :

type : “cd\windows\assembly”
type: “attrib -r -h -s desktop.ini”
type: “ren desktop.ini desktop.bak”

now open the GAC folder normally in your explorer.

Enjoy

No comments: