Archived from groups: microsoft.public.windowsxp.general (More info?)
Does anyone know how to disable the Windows Firewall/Internet Connection
Sharing service in Windows XP SP2 in the registry? I know how to manually
disable the service under Computer Management -->Services, but I would like
to see if I can add/modify a registry key to do the trick. Any ideas would
be appreciated. Thanks!
Archived from groups: microsoft.public.windowsxp.general (More info?)
Amanda George wrote:
> Does anyone know how to disable the Windows Firewall/Internet Connection
> Sharing service in Windows XP SP2 in the registry? I know how to manually
> disable the service under Computer Management -->Services, but I would like
> to see if I can add/modify a registry key to do the trick. Any ideas would
> be appreciated. Thanks!
Services are stored in the registry at
HKLM\System\CurrentControlSet\Services. The Firewall/Internet
connection service is called SharedAccess. Set the Start value there to
4 to disable the service. Note that changing that won't stop the
service. To stop the service open a command prompt window and enter the
following command:
Archived from groups: microsoft.public.windowsxp.general (More info?)
Amanda George wrote:
> Does anyone know how to disable the Windows Firewall/Internet Connection
> Sharing service in Windows XP SP2 in the registry? I know how to manually
> disable the service under Computer Management -->Services, but I would like
> to see if I can add/modify a registry key to do the trick. Any ideas would
> be appreciated. Thanks!
Hi,
The VBScript below sets those two registry values that will disable
the WinXP SP2 firewall.
Put the VBScript below in a .vbs file and run it by double-clicking
on it.
'--------------------8<----------------------
Set oShell = CreateObject("WScript.Shell" )
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.