Private Winten - Open Source Windows 10 privacy tool with built in Firewall

Discussion in 'other firewalls' started by DavidXanatos, Dec 23, 2018.

  1. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    Finally a new build it features major internal rework in project structure for better maintainability and a reworked IPC mechanism for better performance. It also adds a powerful new feature "Control Presets" With those you can control groups of options (tweaks and firewall rules) from the tray or from its new preset page.

    For example you could create a preset "Windows Store" that would enable the windows store GPO, enable required the msft account service and allow the store app to access the internet.
    Or you could create a "Windows Update" preset that enables windows updates and sets the appropriate firewall rules
    or or or... its up to the user to define those presets but in a later build some useful defaults will be offered.

    Download: https://github.com/DavidXanatos/priv10/releases/tag/v0.80

    Changelog
    Added
    • added a few more tweaks
    • added new preset control mechanism
    Changed
    • All microsoft binaries under System32 are now classifyed as system components (not only services and kernel)
    • moved shared code to a helper library
    • splited the project in separated UI and service components
    • reingeniered the IPC mechanism for better performance
    • notification window now displays all changed rules also those that changed when the client wasn't running
    • reworked client start
    Fixed
    • list sometimes opening in the wron mode
    • fixed issue with program and program set description resolvationo
    • fixed some crash issues
     
  2. Baldrick

    Baldrick Registered Member

    Joined:
    May 11, 2002
    Posts:
    2,675
    Location:
    South Wales, UK
    Hi David

    Will you be releasing a portable version of the build, as per previous builds, or is the way forward now only via an installed version?

    Regards, Baldrick
     
  3. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    The installer has an extract option that creates a portable version in the selected folder, I thought that's good enough
     
  4. Baldrick

    Baldrick Registered Member

    Joined:
    May 11, 2002
    Posts:
    2,675
    Location:
    South Wales, UK
    Thank you, David...I had not spotted that option as in the past I have used the portable/ZIP version.

    Regards, Baldrick
     
  5. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    Finalized 0.81 release with m any fixes and improvements

    Download: https://github.com/DavidXanatos/priv10/releases/tag/v0.81

    Changelog
    Added
    • added a few for windows update
    • added tray options to change filterming mode
    • added rule status column
    Changed
    • when adding a rule from the notify window the rule window is also topmost
    • notify window now also shows allowed connection attempts when in blacklist mode
    Fixed
    • added service update to installer
    • fixed rule list not being updated in fulscreen mode
    • fixed some new issues with the IPC mechanism
     
  6. paulderdash

    paulderdash Registered Member

    Joined:
    Dec 27, 2013
    Posts:
    4,644
    Location:
    Under a bushel ...
    That doesn't seem to be working here. Extract completes very (too?) quickly, and .exe stays on v0.80.
     
  7. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    please try the 0.82 build, with 0.81 I managed to forget to increment the version number ups :(
     
    Last edited: Oct 13, 2020
  8. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    Bugfix and improvements release 0.82

    Download: https://github.com/DavidXanatos/priv10/releases/tag/v0.82

    Changelog

    Added
    • added option to quickly add (pin) firewall prog sets to presets
    • added option to quickly add (pin) tweak groups to presets
    • added flasching exclamation mark to tray icon to indicate there are pending notifications
    • added tweaks to disable app auto installation
    Fixed
    • fixed issue with port ranges in firewall rules thanks@ SnikoLoft
    • fixed issue with saving preset items
    • fixed issue with notification window position being reset sometimes
     
  9. paulderdash

    paulderdash Registered Member

    Joined:
    Dec 27, 2013
    Posts:
    4,644
    Location:
    Under a bushel ...
    OK thanks David, that worked now. :thumb:
     
  10. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
  11. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    This build brings many usability improvements and fixes many issues, but it also contains large changes to the underlying mechanisms so it may have introduced new issues.

    Download: https://github.com/DavidXanatos/priv10/releases/tag/v0.83

    Changelog
    Added
    • added fitlering mode indocator to tray
    • tweak change notification are not displayed in an own notification window tab
    • added new access presets InBoundAccess and OutBoundAccess
    • added rule hit counter
    • added protocol filter to connection log
    Changed
    • cleaned up some old code
    • now all new connection notifications can be discarded at once
    • moved firewall API to own library
    • refactored the code, improved IPC structure
    Fixed
    • fixed IPC issue with DNS blocklist
    • fixed issues with programwnd
    • fixed some app package ID's not being resolved
    • fixed high cpu load when sorting by program column
    • fixed potentiel crash in GetAppResourceStr
     
  12. pvsurfer

    pvsurfer Registered Member

    Joined:
    Sep 1, 2004
    Posts:
    1,618
    Location:
    USA
    @DavidXanatos, I just installed Private Win10 for the first time; thanks a lot for this very nice security app. :thumb:

    Anomaly: PW10 (0.83) Overview>Firewall Status says Windows Firewall 'Disabled'? - Win10 reports it to be 'Enabled'.

    Question: Is there any kind of User Guide (i.e., 'Help') to better understand the various settings (choices)?
     
    Last edited: Oct 23, 2020
  13. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    This build brings many usability improvements and new functionality, like more detailed network access control, and rule cleanup options. This build also fixes many issues.

    Download: https://github.com/DavidXanatos/priv10/releases/tag/v0.84

    Changelog
    Added
    • added duplicate rule cleanup option

    • added support for loading modern app package icons

    • added default service icon
    Changed
    • refactored some helper functions
    Fixed
    • improved verbose view sorting performance

    • fixed issue prematurly closing the notification window

    • fixed version numbering on service exe and api dll

    • fixed crash bug in ruls comperation helper

    • fixed handling issue with RibbonSplitButton

    • fixed crash issue with presets fw rule sync

    • fixed tray exclamation mark sometimes blinking unnececerly
     
  14. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    That's strange do you have a screen shot?

    Unfortunately no user guide yet.
     
  15. Cruise

    Cruise Registered Member

    Joined:
    Jun 10, 2010
    Posts:
    1,236
    Location:
    USA
    David, I have the same issue as pvsurfer, so which specific screens would you like me to capture and provide to you?
     
  16. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    screenshot fo the overview page and the settings page
     
  17. pvsurfer

    pvsurfer Registered Member

    Joined:
    Sep 1, 2004
    Posts:
    1,618
    Location:
    USA
    @DavidXanatos - Here are 2 screen snips. The PW10 snip shows Windows Firewall disabled while the Windows Firewall Settings snip shows it enabled. Let me know if you need anything else.
     

    Attached Files:

    Last edited: Oct 26, 2020
  18. Cruise

    Cruise Registered Member

    Joined:
    Jun 10, 2010
    Posts:
    1,236
    Location:
    USA
    David, at this time I'm unable to oblige with the screen shots because of a security problem with PrivateWin10. I had a problem installing 0.84 so I decided to uninstall 0.83 and try installing 0.84 again. This time I received an alert to the effect that Windows Defender considers 0.84 to be a severe threat! While this may be a false positive, it still should be remediated.

    However, I can confirm that pvsurfer's screen shots (above) reflect what I experienced when 0.83 was installed.
     
    Last edited: Oct 26, 2020
  19. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    Here are the virus total results for booth builds:
    **VT results removed as per Terms of Service
    https://www.wilderssecurity.com/thr...otti-virus-total-results.180057/#post-1040840

    as you see MSFT defender shouldn't complain
    can you check if your file matches the 0.84 one.

    @pvsurfer
    ah I see, Ok I should change that, the means that Priv10 is not managing the firewall but not that's completely off
    you need to enable toe firewall support on the settings page.
     
  20. Cruise

    Cruise Registered Member

    Joined:
    Jun 10, 2010
    Posts:
    1,236
    Location:
    USA
    David, I realized it was likely an FP - as I alluded to in my prior post. However, a great many if not most Win10 users have Defender's real time threat detection enabled, so FP or not I believe this problem should be addressed in your next build. And yes, Defender's intervention occurred with 0.84, not with 0.83.
     
    Last edited: Oct 27, 2020
  21. DavidXanatos

    DavidXanatos Developer

    Joined:
    Sep 6, 2006
    Posts:
    2,332
    Location:
    Viena
    There are only minor changes so there is nothing I could address, just hope that an other few minor changes will fix the issue.
     
  22. pvsurfer

    pvsurfer Registered Member

    Joined:
    Sep 1, 2004
    Posts:
    1,618
    Location:
    USA
    Last edited: Nov 2, 2020
  23. Harper

    Harper Registered Member

    Joined:
    Dec 12, 2020
    Posts:
    14
    Location:
    Nowhere
    Hello
    Are there any restrictions on the program when it is used as Personal Use? The dns feature is now disabled for me.:doubt:
     
  24. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,278
    Location:
    sweden
    Anyone have experience regarding the privacy settings of this program, does it keep them after a Windows update? Ms has a bad habit of changing them now and then.

    Any thoughts about the use of it, i just installed it and it looks promising. I have used Evorim firewall for a while and are very satisfied with it`s functionality.
     
  25. pb1

    pb1 Registered Member

    Joined:
    Apr 4, 2014
    Posts:
    1,278
    Location:
    sweden
    Hi D.S.

    Are you still developing Private Win10?
    Can you explain how Customconfig works?
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.