Hey,
after removing windows firewall service (remove not disabling it) and installing windows 7 on my machine, i install my wifi driver. After that i connect to my router (that works) but i dont get access to my internet.
same steps without removing windows firewall service everything works.
so i looked what winreducer removes:
and removed these files step by step, but after removing all of them everything still works.
so does winreducer remove something more? or changes something in the registry?
after removing windows firewall service (remove not disabling it) and installing windows 7 on my machine, i install my wifi driver. After that i connect to my router (that works) but i dont get access to my internet.
same steps without removing windows firewall service everything works.
so i looked what winreducer removes:
Code:
del /q /f "ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\Windows Firewall with Advanced Security.lnk"
del /q /f Windows\PolicyDefinitions\WindowsFirewall.admx
del /q /f Windows\PolicyDefinitions\de-DE\WindowsFirewall.adml
del /q /f Windows\System32\authfwcfg.dll
del /q /f Windows\System32\AuthFWGP.dll
del /q /f Windows\System32\AuthFWSnapin.dll
del /q /f Windows\System32\AuthFWWizFwk.dll
del /q /f Windows\System32\Firewall.cpl
del /q /f Windows\System32\FirewallControlPanel.dll
del /q /f Windows\System32\fwcfg.dll
del /q /f Windows\System32\icfupgd.dll
del /q /f Windows\System32\MPSSVC.dll
del /q /f Windows\System32\WF.msc
del /q /f Windows\System32\wfapigp.dll
del /q /f Windows\System32\WfHC.dll
del /q /f Windows\System32\de\AuthFWSnapIn.Resources.dll
del /q /f Windows\System32\de\AuthFWWizFwk.Resources.dll
del /q /f Windows\System32\de-DE\authfwcfg.dll.mui
del /q /f Windows\System32\de-DE\authfwgp.dll.mui
del /q /f Windows\System32\de-DE\FirewallControlPanel.dll.mui
del /q /f Windows\System32\de-DE\fwcfg.dll.mui
del /q /f Windows\System32\de-DE\mpssvc.dll.mui
del /q /f Windows\System32\de-DE\WF.msc
del /q /f Windows\System32\de-DE\WfHC.dll.mui
del /q /f Windows\System32\drivers\mpsdrv.sys
del /q /f Windows\System32\LogFiles\Firewall\
del /q /f Windows\System32\wbem\authfwcfg.mof
del /q /f Windows\System32\wbem\fwcfg.mof
del /q /f Windows\System32\wbem\mpsdrv.mof
del /q /f Windows\System32\wbem\mpssvc.mof
del /q /f Windows\System32\wbem\WFAPIGP.mof
del /q /f Windows\SysWOW64\authfwcfg.dll
del /q /f Windows\SysWOW64\AuthFWGP.dll
del /q /f Windows\SysWOW64\AuthFWSnapin.dll
del /q /f Windows\SysWOW64\AuthFWWizFwk.dll
del /q /f Windows\SysWOW64\Firewall.cpl
del /q /f Windows\SysWOW64\FirewallControlPanel.dll
del /q /f Windows\SysWOW64\fwcfg.dll
del /q /f Windows\SysWOW64\WF.msc
del /q /f Windows\SysWOW64\wfapigp.dll
del /q /f Windows\SysWOW64\WfHC.dll
del /q /f Windows\SysWOW64\de\AuthFWSnapIn.Resources.dll
del /q /f Windows\SysWOW64\de\AuthFWWizFwk.Resources.dll
del /q /f Windows\SysWOW64\de-DE\authfwcfg.dll.mui
del /q /f Windows\SysWOW64\de-DE\authfwgp.dll.mui
del /q /f Windows\SysWOW64\de-DE\FirewallControlPanel.dll.mui
del /q /f Windows\SysWOW64\de-DE\fwcfg.dll.mui
del /q /f Windows\SysWOW64\de-DE\mpssvc.dll.mui
del /q /f Windows\SysWOW64\de-DE\WF.msc
del /q /f Windows\SysWOW64\de-DE\WfHC.dll.mui
del /q /f Windows\SysWOW64\wbem\authfwcfg.mof
del /q /f Windows\SysWOW64\wbem\fwcfg.mof
del /q /f Windows\SysWOW64\wbem\mpsdrv.mof
del /q /f Windows\SysWOW64\wbem\mpssvc.mof
del /q /f Windows\SysWOW64\wbem\WFAPIGP.mof
and removed these files step by step, but after removing all of them everything still works.
so does winreducer remove something more? or changes something in the registry?