Hi Friedrich,

Please look at this MS article:

How to enable and disable SMBv1, SMBv2, and SMBv3:
http://support.microsoft.com/kb/2696547?

As you know it's only possible to turn off oplocks when SMB2 (and SMB3)
has been turned off.

In the article I read the following:
To disable SMBv2 and SMBv3 on the SMB CLIENT, run the following commands:
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled
Can this be done with SetupBuilder?

Then there's something new about Windows 8 and Windows Server 2012:
To disable SMBv2 and SMBv3 on the SMB SERVER, run the following cmdlet:
Set-SmbServerConfiguration -EnableSMB2Protocol $false
Can this be done with SetupBuilder?

After SMB2/SMB3 has been turned off, I can disable oplocks with the
registry setting so that TPS files don't get corrupted.

I hope something can be made with SetupBuilder.
--
Best regards,
Jeffrey