Hi,
For this problem, please try below solution to see if it works
Open the following registry locations on WDS/MDT server:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\LanmanServer\Shares
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\LanmanServer\Shares\Security
Delete all entries except REMINST
and open powershell, run the following:
Restart-Service -Name LanmanServer -Force
Finally perform chkdsk /F c:
and chkdsk /F d:
and sfc /scannow
then reboot
the server... check those registry entries again, you will find them correctly written..
Alex
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.