- Go to Start >> Run
- enter command C:\WINDOWS\ASSEMBLY\gac_msil
- this will give you the explorer windows with all the folder containing each available .dll in GAC
- If you like to take backup of all dll then copy all of them or find folder name as per the dll name to copy just specific dll
To Install the dll in GAC without utility
- Open the folder C:\WINDOWS\ASSEMBLY
- Drag and drop the dll in to this folder.It will get installed.
Hope this will be useful.