What tool is used to manage the GAC ?
-
GacMgr.exe
-
GacSvr32.exe
-
GacUtil.exe
-
RegSvr.exe
C
Correct answer
Explanation
This is a duplicate of question 143172. The Global Assembly Cache (GAC) is managed using GacUtil.exe, the .NET command-line utility for assembly operations. GacUtil.exe can install, uninstall, and list assemblies in the GAC. The other options are incorrect: GacMgr.exe and GacSvr32.exe don't exist, and RegSvr.exe (or RegSvr32.exe) is for registering COM DLLs, not .NET assemblies in the GAC.