The group policy of Windows Firewall is applied if domain profile is detected, it will be OFF. The standard profile will be ON.
Because of VMware network adapters installed, Windows Vista itself detected wrongly as Standard profile.
My question is how to make my machine being recognized as Domain profile, so Windows Firewall is OFF.
I am sure that something to do on the Network profile with those network adapters.
Please advice.
Main Topics
Browse All Topics





by: The_WarlockPosted on 2009-06-17 at 11:21:37ID: 24651056
Have you tried to disable it in the services?
E\Policies \Microsoft \WindowsFi rewall
E\Policies \Microsoft \WindowsFi rewall
START-->Control Panel-->Administrative Tools-->services
ANd find Windows Firewall and right click it and DISABLE it.
Otherwise, you can try disabling it in the registry w/ the following statements.:
HKEY_LOCAL_MACHINE\SOFTWAR
\DomainProfile \EnableFirewall=0 (DWORD data type)
HKEY_LOCAL_MACHINE\SOFTWAR
\StandardProfile \EnableFirewall=0 (DWORD data type)
Hope this helps.