Posts Tagged ‘lsp problem solving’

LSP Problem Solving

Saturday, June 5th, 2010

When you desire to know exactly what LSP programs are currently running on your Windows machine, all you need to do is enter one simple command into a command-line window:

netsh winsock show catalog | more

If you would like to view this in a text file, merely enter:

netsh winsock show catalog >my_lsp.txt

If you are worrying about a possible hacker program or malware, you would be better of using an anti-malware program.  This is probably your best bet for the more detailed information you would require in a true malware infection.

Chris