How can I stop and start proxy services?

John Savill

June 24, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. There are several options available to you. The easiest method is to use the Internet Service Manager (ISM). From the ISM, select the service and click the stop/start button.

You can also use the following commands to stop the services from the command line:

net stop/start w3svc

for the Web proxy service

net stop/start wspsrv

for the Winsock proxy service

net stop/start spsvc

for the Socks proxy service

The Socks proxy is part of the Web proxy service, and you can use the registry editor to disable it. Merge the following .reg file to the registry, and Socks proxy won’t start the next time you restart the Web proxy service.

REGEDIT4

[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW3ProxyParametersSOCKS]
"SocksServiceEnabled"=dword:00000000

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like