Hey,
i'm playing around with building an b/w limiter with hotkeys based on autohotkey.
I'm able to throttle traffic with NetQosPolicys , but it's not working as smoothly as Netlimiter. When i disable the b/w limiter in Netlimiter it's instantly back to normal. My solution sometimes takes more than 10 seconds.
Does anyone know the difference between Netlimiters b/w limitation and mine?
$L::
Run, powershell.exe Set-NetQosPolicy -Name "PUBG" -ThrottleRateActionBitsPerSecond 8, , hide
return
$K::
Run, powershell.exe Set-NetQosPolicy -Name "PUBG" -ThrottleRateActionBitsPerSecond 99MB, , hide
return