Remove admin$ and c$ to hosts hyper-v in failover cluster

Alexandre Evangelista 21 Reputation points
2021-11-24T12:55:10.48+00:00

Can I remove admin$ and c$ to hosts hyper-v in failover cluster?

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
957 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,351 Reputation points
    2021-11-29T09:35:04.133+00:00

    Hi there,

    Yes, you can but it is not recommended to do so.

    By default, Windows Server automatically creates special hidden administrative shares that administrators, programs, and services can use to manage the computer environment or network.

    ADMIN$ is a resource that is used during the remote administration of a computer.

    Generally, it is recommended that you don't modify these special shared resources. However, if you want to remove the special shared resources and prevent them from being created automatically, you can do it by editing the registry.

    You can follow the steps in the article to delete these files.
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/remove-administrative-shares

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer--

    1 person found this answer helpful.
    0 comments No comments