How to view the Folder and Files in GAC?

前端 未结 5 2128
生来不讨喜
生来不讨喜 2020-12-12 11:24

I want to view the folders and sub folders in GAC. Also want to know about adding and removing from GAC.

To install we write this lines in command prompt by opening

5条回答
  •  遥遥无期
    2020-12-12 12:11

    To view the files just browse them from the command prompt (cmd), eg.:

    c:\>cd \Windows\assembly\GAC_32
    c:\Windows\assembly\GAC_32> dir
    

    To add and remove files from the GAC use the tool gacutil

提交回复
热议问题