MongoDB Community local installation error "Failed to add user to group"

Hi, I am trying to install a local instance of mongodb community server. During the installation i get an error message saying that it cannot add my user to the group, performance monitor users. What do i do?

error-mongodb

1 Like

It is solved with this command for cmd:
net localgroup “Performance Monitor Users” /add

4 Likes

It worked for me. Thank you!