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
@DavidXanatos Your Apps are Excellent. This Private Win10 , Wumgr , TaskManager , SandBoxiePlus are Awesome.
Hello, i just installed Private Winten, an i really like it ! Do you still update it or the dev is stopped ? Best Regards.
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.