Recently, there was a gray software for general search, which is very powerful and troublesome to handle:
ADW_ROOGOO captures network data packets and sends them to roogoo.com. The main file msplus. dll is bound to the network protocol. If the file is missing, the system cannot access the network.
Solution (exit or stop anti-virus software before processing ):
1. Register msplus. dll msplus1.dll msplus2.dll.
Regsvr32-u msplus. dll
Regsvr32-u msplus1.dll
Regsvr32-u msplus2.dll
Ren msplus *. dll msplus *. dl ~
2. Delete the driver WS2IFSL.
A) Delete the Registry
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWS2IFSL
B) delete an object
% System % System32driversws2ifsl. sys
3. Delete the Registry
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceswinsock
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceswinsock2
4. restart the computer and reinstall the TCP/IP protocol.
Step 2: You can export WINSOCK and WINSOCK2 under HKEY_LOCAL_MACHINESYSTEMControlSet001Services, replace ControlSet001 with CurrentControlSet in notepad, save the import to registry, and restart the computer.
--------------------------------------------------------------------------------