Tag Archives: how to determine if you are using lsp

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

How To Determine If You Are Using LSP

Komodia is THE source online for all your Winsock LSP questions.  It does not matter if you are looking for how to write LSP or even how to determine if you are using LSP, this is the place to be.  Komodia has a free LSP resource page and a free Winsock LSP guide.

Chris