Tag Archive: Windows Server 2008

Jan 25 2012

How to disable SMB 2.0 …

For Windows 7 Open an Windows Command Prompt and enter the following to disable: – sc config lanmanworkstation depend= bowser/mrxsmb10/nsi sc config mrxsmb20 start= disabled To enabled, enter the following: – sc config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi sc config mrxsmb20 start= auto For Windows Server 2008 Run "regedit" on Windows Server 2008 based computer. Expand and …

Continue reading »

Permanent link to this article: http://ramblinggeek.co.uk/2012/01/how-to-disable-smb-2-0/