Winsock: Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(New page: Important: the anywhere boolean determines whether the driver name field needs a full or partial match. Filename with wildcards OR ALGO-PREFIXED, or a GUID. ==Usage== Winsock:[driver nam...)
 
No edit summary
Line 1: Line 1:
Important: the anywhere boolean determines whether the driver name field needs a full or partial match. Filename with wildcards OR ALGO-PREFIXED, or a GUID.
Can be used to remove Layered Service Providers.  
Special care needed. Do not use without asking official advise!


==Usage==
==Usage==
Line 5: Line 6:


===Examples===
===Examples===
   
  Winsock:"New.Net","0"
Would detect all drivers whose names begin with New.Net.
 


===Description===
===Description===
# The first parameter may be either a full or partial name.
# The second parameter needs to be set to ''1'' to allow substring matching.
# The filename field supports [[AlgoPrefix|Algo-Prefixes]].


==See also==
==See also==
* [[Advanced build parameters]]
* [[AlgoPrefix]]
 
===Similar commands===
===Similar commands===
* [[HostRedirect]]
* [[TCPIPAddress]]


[[Category:SBI Commands]]
[[Category:SBI Commands]]
[[Category:SBI Commands (current)]]
[[Category:SBI Commands (current)]]
[[Category:ToDo]]
[[Category:ToDo]]

Revision as of 18:46, 16 February 2008

Can be used to remove Layered Service Providers. Special care needed. Do not use without asking official advise!

Usage

Winsock:[driver name],[(boolean)anywhere],[filename],<advanced build parameters>

Examples

Winsock:"New.Net","0"

Would detect all drivers whose names begin with New.Net.


Description

  1. The first parameter may be either a full or partial name.
  2. The second parameter needs to be set to 1 to allow substring matching.
  3. The filename field supports Algo-Prefixes.

See also

Similar commands