Lagswitch + AHK
1. Download and place all files in the same folder
2. Launch LagSwitch.ahk as administrator
3. Press z to turn on / x to turn off
Virustotal link
LagSwitch.ahk
on.bat
off.bat
2. Launch LagSwitch.ahk as administrator
3. Press z to turn on / x to turn off
Virustotal link
LagSwitch.ahk
Code:
z:: Run, on.bat, , hide x:: Run, off.bat, , hide
Code:
@EcHo off powershell New-NetQosPolicy -Name "CHANGEME" -AppPathNameMatchCondition Steam.exe -ThrottleRateActionBitsPerSecond 16384
Code:
@EcHo off powershell Remove-NetQosPolicy -Name "CHANGEME" -confirm:$false
