necesitasf
Member
- Oct 6, 2024
- 9
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"
Hi and welcome to Sysnative,
Please open an elevated command prompt and run the following commands and attach Services.txt to your next post.
Code:WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"
sc start NetSetupSvc
sc query NetSetupSvc
sc qc NetSetupSvc
Please run the following commands in an elevated prompt:
wait a few seconds and run the following:Code:sc start NetSetupSvc
Copy and paste the result in your next post.Code:sc query NetSetupSvc sc qc NetSetupSvc
reg save "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services" "%userprofile%\Desktop\Services.hiv"
Is Avast Business Security using some kind of Network Threat Protection?
I would also suggest to diasble Avast temporary to see if you can start the "NetSetupSvc" service correctly.
The Network Setup Service service entered the running state.
The Network Setup Service service entered the stopped state.
I can see in services that "NetSetupSvc" is set to manual, Must I change to automatic? Was Stopped, but if i start its stopped inmediatly. (Avast still off)Are you able to remove Avast completely from this server?
Please check also the Avast logs if you see any entrys like, this because the service is stopped without an exit code.
Code:The Network Setup Service service entered the running state. The Network Setup Service service entered the stopped state.
Manual is the correct startup type for this service, it's only used during the updates process for network drivers etc. So therefore my question if Avast is using an Network Threat Protection layer. I know that Sophos (Intercept X) is causing the same issue on servers.
Just to rule out Avast is the issue, I would suggest to uninstall any third party security software first. It is also known that they may cause issues like such rollbacks.
That's fine, I will see the result then...