Problem:When you enter the webpage, the system prompts "no search key found in the activation context of the activity ",
However, if Ping is enabled, it will be normal.
Solution:
Solution 1
The company uses HP's own genuine XP system-first, it uses 360 iefix-the problem persists-ViewProgramIE8 is used.
--- Uninstall --- reinstall IE7 ---- normal
Solution 2
From: http://zhidao.baidu.com/question/107181436.html? Fr = relatequestion
Batch processing method, write:
@ Echo off <br/>: reply <br/> echo repair network no response </P> <p> ipconfig/release <br/> ARP-D * <br/> nbtstat-r <br/> ipconfig /flushdns <br/> nbtstat-RR <br/> ipconfig/registerdns <br/> Net start <br/> echo operation ended <br/> pause> NUL <br/> goto AA <br/>: AA <br/> CLS <br/> echo solves the problem of no search key found in the activation context <br/> netsh Winsock reset <br/> the echo operation is complete <br/> pause <br/> goto final <br/>: final <br/> ECHO: Reload the Internet and call all dynamic link libraries (final solution) <br/> regsvr32/s shdoc VW. dll <br/> ECHO: Reload shdocvw. dll in the Win32 Directory !!! <Br/> regsvr32/s oleaut32.dll <br/> ECHO: oleaut32.dll under Win32 Directory reloaded successfully !!! <Br/> regsvr32/s actxprxy. dll <br/> ECHO: actxprxy. dll in Win32 Directory reloaded successfully !!! <Br/> regsvr32/s mshtml. dll <br/> ECHO: succeeded in reloading mshtml. dll in the Win32 Directory !!! <Br/> regsvr32/s urlmon. dll <br/> ECHO: succeeded in reloading urlmon. dll under the Win32 Directory !!! <Br/> regsvr32/s msjava. dll <br/> ECHO: msjava. dll under Win32 Directory reloaded successfully !!! <Br/> regsvr32/s browseui. dll <br/> ECHO: succeeded in reloading browseui. dll under the Win32 Directory !!! <Br/> regsvr32/s shell32.dll <br/> ECHO: successfully reloaded shell32.dll In the Win32 Directory !!! <Br/> echo. <br/> the echo operation is complete. Press any key to exit! <Br/> pause> NUL <br/>
copy the preceding content to notepad and save it as AA. bat. Run the command. I tested it...