10-17-2017 08:30 PM - edited 06-05-2024 09:13 AM
When you install or subsequently update Lansweeper, the Lansweeper installer makes changes to the DCOM and a few other settings on your Lansweeper server. The purpose of these setting changes is to prevent Lansweeper installation and scanning failures.
Below is an overview of changes made by the Lansweeper installer to the server hosting your Lansweeper installation.
DCOM is enabled by modifying several registry values through the commands below. These DCOM setting changes are made to ensure agentless scanning of Windows computers works.
RegWriteStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Ole', 'EnableDCOM','Y'); RegWriteDWordValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Ole', 'LegacyAuthenticationLevel',2);
Loopback checks are disabled by modifying a registry value through the command below.
RegWriteDWordValue(HKEY_LOCAL_MACHINE, 'SYSTEM\CurrentControlSet\Control\Lsa', 'DisableLoopbackCheck',1);
Simple file sharing is disabled by modifying a registry value through the command below.
RegWriteDWordValue(HKEY_LOCAL_MACHINE, 'SYSTEM\CurrentControlSet\Control\Lsa', 'forceguest',0);
An Npcap driver is automatically installed. This driver is required for Lansweeper's Asset Radar feature. Asset Radar is a credential-free scanning method that retrieves asset information based on captured network packets. Note that the automatic installation of the Npcap driver results in the addition of a loopback adapter on your Lansweeper server.
Was this post helpful? Select Yes or No below!
Did you have a similar issue and a different solution? Or did you not find the information you needed? Create a post in our Community Forum for your fellow IT Heroes!
More questions? Browse our Quick Tech Solutions.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try NowExperience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now