65.9K
CodeProject is changing. Read more.
Home

View the structure of the GAC folder

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Aug 24, 2010

CPOL
viewsIcon

9472

To view the structure of the GAC folder do the following
start > run > cmd
type : "cd\windows\assembly"
type: "attrib -r -h -s desktop.ini"
type: "ren desktop.ini desktop.bak"
Open the GAC folder normally in your explorer, and you can see the actual structure.