Can we uninstall Microsoft Visual C++ 2010 Redistributable from AD server?

Saheb, Babu 20 Reputation points
2023-05-17T11:05:28.61+00:00

Can we uninstall Microsoft Visual C++ 2010 Redistributable from AD server? Is there any dependency on AD server.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,599 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,113 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,843 questions
{count} votes

Accepted answer
  1. Dave Patrick 426.1K Reputation points MVP
    2023-05-17T13:13:23.2266667+00:00

    Windows does not install or use the C++ runtime, most likely is some application installed that was installed is responsible, but not active directory domain services.

    If this is worrisome then the simplest solution may be to stand up a new one for replacement.

    I'd use dcdiag / repadmin tools to verify health correcting all errors found before starting any operations. Then stand up the new one, patch it fully, license it, join existing domain, add active directory domain services, promote it also making it a GC (recommended), transfer FSMO roles over (optional), transfer pdc emulator role (optional), use dcdiag / repadmin tools to again verify health, when all is good you can decommission / demote old one.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Olaf Helper 40,741 Reputation points
    2023-05-17T11:08:44.31+00:00

    Many application/services depends on VC++ 2000 Redist, if you uninstall it, you will harm (crash) your system.

    Why do you want to do so?