Wednesday, April 23, 2008

Commands to increase performance of MS Server 2008

To increase performance of MS Server 2008...

netsh interface tcp set global autotuninglevel=disabled
netsh interface tcp set global rss=disabled


This must be run with admin privs.

No comments:

Can't RDP? How to enable / disable virtual machine firewall for Azure VM

Oh no!  I accidentally blocked the RDP port on an Azure virtual machine which resulted in not being able to log into the VM anymore.  I did ...