This non-security update includes improvements and fixes that were part of KB4103718 (released May 8, 2018) and also includes these new quality improvements as a preview of the next Monthly Rollup update:
- Addresses additional issues with updated time zone information.
- Addresses an issue that causes some Windows 7.0 SP1 files to revert to older versions.
- Adds SMB1 access auditing on Windows Server 2008 R2 SP1. The auditing will be disabled by default.
To enable SMB1 access auditing, run the command below from an elevated command prompt:
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters /v AuditSmb1Access /t REG_DWORD -d 1 /f
To disable SMB1 access auditing, run the command below from an elevated command prompt:
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters /v AuditSmb1Access /t REG_DWORD -d 0 /f