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

Microsoft Integrates AI into Windows 11 Settings Page

Rumors and leaks about the presence of AI features in the Windows 11 settings page
NewsPC

Microsoft Officially Introduces New AI Features – Copilot Vision, Text Formatting in Notepad, and More

Alongside the launch of their two new Surface devices, the Surface Laptop 13 Inch and
NewsPC

Linux Fedora Now Supports WSL

The Windows Subsystem for Linux (WSL) remains one of the most valuable tools for engineers
NewsPC

New“Docker Desktop Now Available on Microsoft Store”

Docker Desktop is an application that allows developers to run and manage Docker on their
PCTutorial

“How to Add Extra Folders to Gallery in Windows 11 File Explorer”

Earlier, we explored the process of Removing “Gallery” from Windows 11 File Explorer, a step
PCTutorial

How to Verify Windows ISO File Authenticity Using PowerShell

Sometimes, we download ISO files not directly from Microsoft servers, which raises concerns about the

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.

Scroll to Top