anuraag Posted June 24, 2014 Share Posted June 24, 2014 Microsoft Windows have already built-in default, free and powerful firewalls, but unfortunately, they lack a simple interface to define own simple rules and can be difficult sometimes to configure them the right way. Windows Firewall Control is a nifty little application which extends the functionality of the Windows Firewall and provides quick access to the most frequent options of Windows Firewall. It runs in the system tray and allows user to control the native firewall easily without having to waste time by navigating to the specific part of the firewall. Windows Firewall Control offers four filtering modes which can be switched with just a mouse click. WFC is free to use, registered users will get the advantage of learning mode which provides notifications for outgoing blocked connections. Thanks to sternog for the update.Download Quote Link to comment Share on other sites More sharing options...
maddoxx Posted June 24, 2014 Share Posted June 24, 2014 Thanks, Keygen by CUE is still working. Quote Link to comment Share on other sites More sharing options...
debebee Posted June 26, 2014 Share Posted June 26, 2014 I hate it when this app keeps littering the Security Pane of Windows Event Log with every single firewall transactionwhether it is accepted or blocked.I end up with a huge security log every day (10 Thousand new entries)...You can disable this action by making a batch file with the ff: contentsecho offclsecho Disabling WFC Firewall LOGauditpol /set /subcategory:"Filtering Platform Packet Drop" /success:disable /failure:disableauditpol /set /subcategory:"Filtering Platform Connection" /success:disable /failure:disableOf course everytime you install a new update, the app resets this action and you have to run the batch file again.I wish the software author should make an option to disable posting EVENT LOG. Quote Link to comment Share on other sites More sharing options...
debebee Posted June 26, 2014 Share Posted June 26, 2014 (edited) In addition to my previos posti use this batch file to clean up my Event LogClean All Event Viewer.BAT@echo offFOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%VIF (%adminTest%)==(Access) goto noAdminfor /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :do_clear "%%G")echo.echo goto theEndwevtutil.exe cl System:do_clearecho clearing %1wevtutil.exe cl %1goto :eof:noAdminexit Edited June 26, 2014 by teodz1984 Quote Link to comment Share on other sites More sharing options...
namek Posted June 30, 2014 Share Posted June 30, 2014 Installation ID A10B11C2 i guess is blocked, because one member reported that, and i can confirm this. Can't activate in any way. Any sollutions will be highly appreciated=] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.