Question
Issue: How to fix Installation error occurred while applying security settings on Windows 10?
Hello. Every time I try to install Node.js, I receive an error “Installation error occurred while applying security settings.” Is there anything that can be done to solve this?
Solved Answer
Created in 1995, JavaScript[1] is possibly the most popular programming language currently used to create and run various applications. In order for it to be executed correctly, it has to be converted to a so-called machine code, which requires a JavaScript Engine.
Node.js is an open-source[2] JS runtime environment that can work on various platforms, and it is extremely widespread. It uses a V8 engine and commonly executes code outside of the browser environment. Due to this, many users can see it running in the background as a process that can also be viewed from the Task Manager.
Since the software is delivered by a third party, Node.js is required to be installed on the machine if the component is required. Therefore, some users need to install the program themselves from its official website – this process is usually quick and easy.
However, some people claimed that not everything went smoothly for them, and they received the following error during the installation of Node.js:
An error has occurred while applying security settings. Authenticated Users is not a valid user 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.
Many users were wondering what is the reason for this error and how to fix it. In fact, the biggest hint is within the message itself – it might be authentication problems within the local group policy, network issues, incompatible versions of software, and similar.
The issue was also more prevalent among users who do not use the English version of Windows – this is because a local version is missing the “Authenticated Users” entry. In such a case, adding it via Command Prompt or Computer Management might solve the problem.
In some cases, various errors might indicate that there are deeper problems within the Windows machine itself, hence we recommend running a PC repair tool RestoroMac Washing Machine X9 before proceeding with the solutions below. The app can fix common computer issues automatically, consequently providing a solution for BSODs,[3] DLL errors, crashes, and much more.
Below you will find several solutions that should help you fix the “Installation error occurred while applying security settings” error while installing Node.js software on your computer.
Solution 1. Add the missing group
Most users who experienced the error said that adding the missing group helped them to resolve the issue:
- Right-click on Start and select Computer Management
- Expand the Local Users and Groups section and select Groups folder – you should see an extensive list of entries on the right with “Authenticated Users” entry missing
- Right-click anywhere on the empty space and select New Group
- Name the group Authenticated Users and select Create.
Solution 2. Check your Group Policy
If the above method did not work, you should try Command Prompt instead:
- Type in cmd in Windows search
- Right-click on Command Prompt and select Run as administrator
- Paste the following command into the Command Prompt window:
net localgroup /add “Authenticated Users” - Press Enter
- Restart your PC.
Note: make sure you run Command Prompt as administrator, as you might receive System error 5 otherwise.
Solution 3. Change your Administrator account back to default
If you have changed the name of your Administrator account, you should revert these changes as follows:
- Right-click on Start and select Computer Management
- Expand the Local Users and Groups section and select Users folder
- On the right side of the window, highlight your Administrator account
- Right-click on it and select Rename
- Name it Administrator
- Restart your PC and try installing the software once again.
Solution 4. Use older version of Node.js [workaround]
It seems like the issue started with the most recent release of software – 14.17.3. People claimed that using previous versions, such as 14.17.1, helped them to resolve the issue.
Solution 5. Reset your Network connection
In case your internet connectivity is unstable, it might result in the Setup file not being able to connect to the domain controller. Therefore, you can try to reset your internet connection as follows:
- Open Command Prompt as administrator as explained above
- Type in the following commands, pressing Enter after each:
ipconfig /flushdns
ipconfig /registerdns
ipconfig /release
ipconfig /renew
netsh winsock reset - Once done, restart your computer.
Repair your Errors automatically
ugetfix.com team is trying to do its best to help users find the best solutions for eliminating their errors. If you don't want to struggle with manual repair techniques, please use the automatic software. All recommended products have been tested and approved by our professionals. Tools that you can use to fix your error are listed bellow:
Protect your online privacy with a VPN client
A VPN is crucial when it comes to user privacy. Online trackers such as cookies can not only be used by social media platforms and other websites but also your Internet Service Provider and the government. Even if you apply the most secure settings via your web browser, you can still be tracked via apps that are connected to the internet. Besides, privacy-focused browsers like Tor is are not an optimal choice due to diminished connection speeds. The best solution for your ultimate privacy is Private Internet Access – be anonymous and secure online.
Data recovery tools can prevent permanent file loss
Data recovery software is one of the options that could help you recover your files. Once you delete a file, it does not vanish into thin air – it remains on your system as long as no new data is written on top of it. Data Recovery Pro is recovery software that searchers for working copies of deleted files within your hard drive. By using the tool, you can prevent loss of valuable documents, school work, personal pictures, and other crucial files.
- ^ Sander de Bruijn. A brief explanation of the Javascript Engine and Runtime. Medium. Blog publishing platform.
- ^ Open source software. SynopSys. Silicon design and verification.
- ^ Blue screen of death. Wikipedia. The free encyclopedia.