How to Fix “An Extended Error Has Occurred” When Accessing Shared Files and Folders

One of the most frustrating issues, especially after setting up a new device or reinstalling Windows 11, is encountering the error message “An extended error has occurred” when trying to access a shared folder.

As shown in the image above, when accessing my home server, I suddenly encountered this error, which clearly disrupted file access over the network.
After a deeper investigation, the issue wasn’t on the server side since I checked other devices and could still access the server. This means the problem lies within the client system itself.

Fortunately, resolving this issue is quite straightforward. You only need to follow these simple steps.
Step 1. First, open Windows PowerShell as an Administrator.

Step 2. Next, enter the following command:

Press Y to confirm, and you’re done! Now, try accessing the shared folder over the network again.

As shown in the image above, access has been restored. It’s that simple! But what does this command actually do?
The command Set-SmbClientConfiguration -RequireSecuritySignature $false in PowerShell is used to configure the SMB (Server Message Block) Client settings. Specifically, the parameter -RequireSecuritySignature with the value $false disables the requirement for security signatures in SMB communication on the client.
Does this create a security vulnerability? In some cases, yes. Disabling the SMB security signature removes a layer of protection that safeguards data from manipulation during transmission. However, if you know what you’re doing and avoid accessing files on unknown networks, you should remain secure.
Give it a try, and I hope this article proves helpful!

Other Articles

NewsPC

Beneficial Glitch: USD to Rupiah Conversion Favors Some Users!

Recently, on Saturday, February 1, 2025, a technical glitch in Google’s currency converter caused widespread
NewsPC

Microsoft Unveils ESU Package Details for Windows 10

Microsoft introduced the Extended Security Update (ESU) package for Windows 10 last year, priced at
NewsPC

Microsoft Removes Instructions for Installing Windows 11 on Unsupported PCs

Microsoft has recently removed the official guidelines for bypassing CPU and TPM 2.0 requirements when
NewsPC

Microsoft Unveils New Immersive Hues Wallpaper for Vibrant Desktop Experience

Last month, Microsoft unveiled its First New Wallpaper of 2025 titled “Fluid Texture,” a creation
NewsPC

Opera Launches New Browser – Opera Air

Opera Browser, Opera One, and Opera GX are well-known options, each catering to different needs
NewsPC

ProtonDrive Now Natively Available for ARM Devices

One of Proton’s services that I particularly enjoy, aside from VPN, is Drive. Similar to

DgDig.com

DgDig is a comprehensive website dedicated to sharing the latest tech news, in-depth gadget information, step-by-step tutorials, and essential Windows guides to keep you informed and empowered in the world of technology.