C# – Visual Studio 2010 – Uninstall NuGet

cnugetvisual studio 2010

How do you uninstall NuGet from Visual Studio 2010?

I tried to open Visual Studio 2010 with 'Run as Administrator', but the Uninstall option is not available for uninstalling the NuGet extension from VS2010.

Best Answer

Usually to uninstall NuGet in VS2010 you need to run as an administrator, open Tools->Extension Manager. In Installed, select NuGet and click Uninstall.

If that fails you can run this command :

vsixinstaller.exe /uninstall:NuPackToolsVsix.Microsoft.67e54e40-0ae3-42c5-a949-fddf5739e7a5

(vsixinstaller can be found under [program files]\Microsoft Visual Studio 10.0\Common7\IDE )