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

Discussion in 'MDL Projects and Applications' started by DavidXanatos, Dec 23, 2018.

  1. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,541
    Trophy Points:
    150
    @aladdin2006 - Wrong topic? AFAIK, KOCH is no longer here.
     
  2. aladdin2006

    aladdin2006 MDL Junior Member

    Joined:
    Feb 28, 2013
    Messages:
    97
    Likes Received:
    15
    Trophy Points:
    0
  3. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,541
    Trophy Points:
    150
  4. DavidXanatos

    DavidXanatos MDL Senior Member

    Joined:
    May 23, 2010
    Messages:
    387
    Likes Received:
    1,478
    Trophy Points:
    10
  5. Carlos Detweiller

    Carlos Detweiller MDL Spinning Tortoise

    Joined:
    Dec 21, 2012
    Messages:
    4,514
    Likes Received:
    4,541
    Trophy Points:
    150
  6. DavidXanatos

    DavidXanatos MDL Senior Member

    Joined:
    May 23, 2010
    Messages:
    387
    Likes Received:
    1,478
    Trophy Points:
    10
    Try uninstalling and reinstlling priv10 service
     
  7. trueckl

    trueckl MDL Novice

    Joined:
    Jan 10, 2018
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hello David,

    as I wrote sometime before and already made a pull-request for v0.70, there is still a small bug in the firewall rule handling:
    it is not possible to use ranges of port numbers. You can type in the rule, but next time after reload, there is garbage in it.

    Example:
    steam.exe UDP Port numbers 27015-27036
    changes to
    steam.exe UDP Port numbers 0
    or similar after reloading the rules


    This time, I'm not skillfull enough to use git... I get lost, excuse me, please!
    Three lines to change, please search & replace:


    PrivateWin10/Core/WindowsFirewall/WinNetFwAPI.cs

    wrong variable used:
    - if (ushort.TryParse(portStr, out begin) && ushort.TryParse(portStr, out end))
    + if (ushort.TryParse(portRange[0], out begin) && ushort.TryParse(portRange[1], out end))


    maybe it makes no difference, but it is clearer in the source context:
    - ports.Ports.dwNumEntries = (ushort)portList.Count;
    + ports.Ports.dwNumEntries = (ushort)portRanges.Count;



    PrivateWin10/Core/WindowsFirewall/FirewallRule.cs

    wrong array index is used:
    - if (UInt16.TryParse(strTemp[0], out beginPort) && UInt16.TryParse(strTemp[0], out endPort))
    + if (UInt16.TryParse(strTemp[0], out beginPort) && UInt16.TryParse(strTemp[1], out endPort))



    Thank you for your very useful software.
    SnikoLoft
     
  8. DavidXanatos

    DavidXanatos MDL Senior Member

    Joined:
    May 23, 2010
    Messages:
    387
    Likes Received:
    1,478
    Trophy Points:
    10
  9. DavidXanatos

    DavidXanatos MDL Senior Member

    Joined:
    May 23, 2010
    Messages:
    387
    Likes Received:
    1,478
    Trophy Points:
    10
    i will check it out asap the fixes will be included in the next build
     
  10. mdl052020

    mdl052020 MDL Member

    Joined:
    May 31, 2020
    Messages:
    1,047
    Likes Received:
    1,140
    Trophy Points:
    60
    @DavidXanatos Your Apps are Excellent. This Private Win10 , Wumgr , TaskManager , SandBoxiePlus are Awesome.
     
  11. DavidXanatos

    DavidXanatos MDL Senior Member

    Joined:
    May 23, 2010
    Messages:
    387
    Likes Received:
    1,478
    Trophy Points:
    10
  12. DavidXanatos

    DavidXanatos MDL Senior Member

    Joined:
    May 23, 2010
    Messages:
    387
    Likes Received:
    1,478
    Trophy Points:
    10
  13. DavidXanatos

    DavidXanatos MDL Senior Member

    Joined:
    May 23, 2010
    Messages:
    387
    Likes Received:
    1,478
    Trophy Points:
    10
  14. DavidXanatos

    DavidXanatos MDL Senior Member

    Joined:
    May 23, 2010
    Messages:
    387
    Likes Received:
    1,478
    Trophy Points:
    10
  15. Scool

    Scool MDL Novice

    Joined:
    Sep 5, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Hello,
    i just installed Private Winten, an i really like it !
    Do you still update it or the dev is stopped ?

    Best Regards.
     
  16. slowpork

    slowpork MDL Novice

    Joined:
    Dec 25, 2009
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    hi,
    I got these errors. Any suggestions?
    Best Regards,

    Tweak Windows Update Medic Service from Disable Windows Update Services is not applied!
    Exception in DisableService: Could not configure service 5.