/build/static/layout/Breadcrumb_cap_w.png

K2000 - USMT failing with error Failed to open connection - NT_STATUS_END_OF_FILE

Hello,

Trying to capture USMT from Windows 10 version 10.0.17763 but am getting error NT_STATUS_END_OF_FILE

KBE is same version and USMT is 10.0

Windows firewall, UAC is disabled and Network File Discovery has been enabled

Thanks in advance


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: kace_admin 5 years ago
Orange Senior Belt
3

Top Answer

I have resolved the issue by disabling SMBv2 on Windows 10 and enabling SMBv1 which allows for capture. Used commands below


SMB v1 Protocol

Detect: Get-WindowsOptionalFeature –Online –FeatureName SMB1Protocol

Disable: Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol

Enable: Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol


SMB v2/v3 Protocol

Detect: Get-SmbServerConfiguration | Select EnableSMB2Protocol

Disable: Set-SmbServerConfiguration –EnableSMB2Protocol $false

Enable: Set-SmbServerConfiguration –EnableSMB2Protocol $true


 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ