QUOTE(DesTruCtiVe ChiLd @ Oct 7 2004, 09:50 PM)
u sure this works?
wt about all of this:?
net stop Security Center -the whole security centre?
HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Start", 4, "REG_DWORD" -so it dont start upon next comp startup
HKLM\SYSTEM\ControlSet001\Services\SharedAccess\ImagePath", "%SystemRoot%\System32\svchost.exe /f", "REG_DWORD" -same thing
+ it says invalid paramater - =disable lol. that dont work u need to change the end bit.

Instead of writing a bunch of reg entries,you can try this:
CODE
sc stop SharedAccess
sc config SharedAccess start= disabled
That`s all!
Have a nice day!