Sunday, December 12, 2010

Windows 7 - QoS Policies not working

I've noticed that QoS Policies does not work in Windows 7.

Solution (thanks to xedoc in speedguide.net):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\QoS]
"Do not use NLA"="1"



I configure them using "Group Policy Manager", followingly:


And capturing using WireShark like this:


More about this in: Wireshark Ask Forum,  MSDN QoS Policy

2 comments:

RafaƂ Fitt said...

according to comments below http://blogs.msdn.com/b/wndp/archive/2009/01/28/qos-in-windows-7.aspx
"I forgot to point out in my response to Aibulat that a client computer (running Win7 client SKU) has to be domain-joined in order for the local QoS policies to be effective."

Adam Piggott said...

Thanks for the blog entry - I've been trying to get this working on and off for some time :-)