Wayne

Author's details

Name: Wayne Taylor
Date registered: February 6, 2010
URL: http://www.ramblinggeek.co.uk

Latest posts

  1. How to disable SMB 2.0 … — January 25, 2012
  2. Importing NK2 files in Outlook 2010 — January 17, 2012
  3. RDP ActiveX Control won’t install — January 5, 2012
  4. Exchange 2010 Message Limits — January 4, 2012
  5. How To Extend Office 2010 Trial Period — January 3, 2012

Most commented posts

  1. Sage Line 50 and Windows 7 64bit — 6 comments
  2. T-SQL: Calculate Hours, Mins and Secs from StartTime and EndTime — 2 comments
  3. Happy New Year — 2 comments
  4. Windows Server 2008 R2 Terminal Server/Remote Desktop Server not displaying in SBS 2003 RWW — 2 comments
  5. Resolve ARCserve Job Corruption — 2 comments

Author's posts listings

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/