Hello Guys, How are you all? Hope You all Are Fine. Today I am trying to install a node on windows, But I always get this error An error occurred while applying security settings. Authenticated Users is not a valid user or group in nodejs windows NodeJS. So Here I am Explain to you all the possible solutions here.
Without wasting your time, Let’s start This Article to Solve This Error.
- How An error occurred while applying security settings. Authenticated Users is not a valid user or group in nodejs windows Error Occurs ?
- How To Solve this An error occurred while applying security settings. Authenticated Users is not a valid user or group in nodejs windows?
- Solution 1 : add "Authenticated Users"
- Solution 2 : Try the Previous Version
- Solution 3 : add the missing group
- Summery
How An error occurred while applying security settings. Authenticated Users is not a valid user or group in nodejs windows Error Occurs ?
I am trying to install node on win machine, I always get this error:
An error occurred while applying security settings.
Authenticated Users is not a valid user or group. This
could be a problem with the package, or a problem
connecting to a domain controller on the network. Check
your network connection and click Retry, or Cancel to
end the install.
How To Solve this An error occurred while applying security settings. Authenticated Users is not a valid user or group in nodejs windows?
- How To Solve this An error occurred while applying security settings. Authenticated Users is not a valid user or group in nodejs windows?
Error is saying you have to add Authenticated Users to the localgroup. Just follow the below step to add “Authenticated Users”. To Solve this An error occurred while applying security settings. Authenticated Users is not a valid user or group in nodejs windows We need to create Authenticated Users. So that first of all search Computer Management in your windows search.
Solution 1 : add “Authenticated Users”
Error is saying you have to add Authenticated Users to the localgroup. Just follow the below step to add “Authenticated Users”.
- Open Your CMD as administrator.

- Then type net localgroup /add “Authenticated Users” in your cmd.
- Now you can retry to install your nodejs.
Solution 2 : Try the Previous Version
- Just download old version (v14.17.1).
- And try to install older version in your PC.
- This solution is worked me.
Solution 3 : add the missing group
We need to create Authenticated Users. So that first of all search Computer Management in your windows search.

- Just click on the “Local Users and Group” tree. Open the “Local Users and Group” tree. Open the “Groups” folder and search for a profile named “Authenticated Users”, it should not there.

- So we need to create Authenticated Users. Just Right-click on the Groups folder and select New Group.

- Type in “Authenticated Users” (case sensitive) as the New Group name and select Create.

- Now you can try to install node js.
Summery
It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?
Also Read