How to Determine If You Are Using LSP

For how to determine if you are using LSP – or to see what LSP programs are running on your system – simply open a new command-line window and enter this simple command:

“netsh winsock show catalog | more”.

This will show you exactly what LSP-enabled software is currently running on your Windows system.  Furthermore, if you would also like to save this information to a text (.txt) file, then return to your command window and substitute this command instead:

“netsh winsock show catalog >my_lsp.txt”.

This information is pretty convenient to have if you are developing Winsock LSP to work with other software.  The more information that you have, the better.  Please remember that Komodia is your online LSP resource.

Chris

Leave a Reply