SMB Signing

To enable or require Server Message Block (SMB) signing on NT Server, run regedit32 and perform the following steps:

  1. Locate HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
    LanmanServer\Parameters
  2. Click Add Value on the Edit menu.
  3. Add the following two values:

    Value Name: EnableSecuritySignature
    Data Type: REG_DWORD
    Data: 0 (disable), 1 (enable)
    \[Note: The default is 0 (disable)\]

    Value Name: RequireSecuritySignature
    Data Type: REG_DWORD
    Value: 0 (disable), 1 (enable)
    \[Note: The default is 0 (disable)\]

  4. Click OK, and then quit the Registry editor.
  5. Shut down and restart NT.

You can find these steps in Microsoft's Knowledge Base article Q161372 on your TechNet CD-ROM or on the Web, http://www.microsoft.com/kb.

The Registry key for NT Workstation is different from the key for NT Server. You can find it in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl Set\Services\Rdr\Parameters. The necessary Value options are the same as those for NT Server, so locate and use the NT Workstation key and follow steps 2 through 5.

Please or Register to post comments.

Upcoming Training

Mastering System Center 2012

During over 6 hours of training you can join John Savill from your computer as he will walk you through the key components and capabilities of System Center 2012, what’s involved in using the components, and the benefit they can bring to your environment.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.