> ## Content Index
> Fetch the complete content index at: https://nolongerset.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Bug Alert: Can't Access Shared Folders via UNC Alias
- URL: https://nolongerset.com/bug-alert-unc-alias/
- Published: 2022-01-18T16:46:30.000Z
- Updated: 2026-05-08T12:59:45.000Z
- Description: UNC aliases are a great way to set up development environments for Access applications that rely on UNC paths. It's too bad Microsoft broke them.
- Author: Mike Wolfe
- Tags: Bug Alert, #Import 2026-05-20 02:59

I recently [wrote an article](https://nolongerset.com/unc-alias-for-a-local-folder/) about how to create a UNC alias for a local folder. This technique allows you to set up a development environment for Access applications that link to back-end files via UNC paths. Unfortunately, a recent Windows update broke this feature. Here are the details.

## How it Worked Before the Security Update

My computer name is `gbm18`. Here are the shared folders on my computer:

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/01/image-44.png)

After going through the steps outlined in my UNC Alias article, I had a UNC alias of `ams2` for my computer. As you can see, I have access to the same set of shared folders via this UNC alias:

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/01/image-43.png)

Note that both of the above screenshots were taken from the `gbm18` device. 

## How it Looks After the Security Update

After the security update, the `gbm18` shared folders remained the same:

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/01/image-45.png)

However, the shared folders were no longer visible via the `ams2` alias:

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/01/image-42.png)

Note that the UNC alias itself still worked. It simply lost its access to the shared folders.

## Identifying the Culprit

The update that broke this feature is [KB5009543](https://support.microsoft.com/en-gb/topic/january-11-2022-kb5009543-os-builds-19042-1466-19043-1466-and-19044-1466-b763552f-73bd-435a-b220-fc3e0bc9765b):

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/01/image-46.png)

I uninstalled the update via the Control Panel and then restarted my computer. After the reboot finished, the shared folders were accessible via `ams2` once more:

![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2022/01/image-48.png)

I will be reporting this bug to Microsoft. Hopefully, this is something that can be addressed and is not itself a vulnerability. The ability to set up development environments using this technique is an important one and I would be incredibly sad to lose access to it so soon after I learned about it. 😢

## UPDATE \[2022-02-06\]: Official Fix Released

As Ryan W wrote in the comments below, Microsoft released several [out-of-band updates](https://www.bleepingcomputer.com/news/microsoft/microsoft-releases-emergency-fixes-for-windows-server-vpn-bugs/) to address the bug. 

The specific update you need to install is closely tied to your Windows version. One of the links below should work for most of my readers. Refer to the link above for other Windows O/S versions.

- Windows 10: [KB5010793](https://support.microsoft.com/en-us/topic/january-17-2022-kb5010793-os-builds-19042-1469-19043-1469-and-19044-1469-out-of-band-f2d4f178-5b36-49cb-a6fd-4bf9857574f9) ([standalone update download links](https://www.catalog.update.microsoft.com/Search.aspx?q=KB5010793))
- Windows 11: [KB5010795](https://support.microsoft.com/en-us/topic/january-17-2022-kb5010795-os-build-22000-438-out-of-band-2d2b9310-d845-41c4-9907-aeea24f36a63) ([standalone update download links](https://www.catalog.update.microsoft.com/Search.aspx?q=KB5010795))

Thanks, Ryan W!

---

### External references

[January 11, 2022—KB5009543 (OS Builds 19042.1466, 19043.1466, and 19044.1466)![](https://support.microsoft.com/apple-touch-icon.png)![](https://support.microsoft.com/images/Facebook-GrayScale.png)](https://support.microsoft.com/en-gb/topic/january-11-2022-kb5009543-os-builds-19042-1466-19043-1466-and-19044-1466-b763552f-73bd-435a-b220-fc3e0bc9765b)

### Referenced articles

[UNC Alias for a Local FolderThe subst command lets us mimic mapped network drives. But what if your backend tables are linked using UNC paths? Don’t worry. We can handle those, too!![](https://nolongerset.com/favicon.png)No Longer SetMike Wolfe![](https://storage.ghost.io/c/eb/d7/ebd732c1-5f03-4f07-b386-5d08557e15c9/content/images/2021/11/tiger-2430625_1920.jpg)](https://nolongerset.com/unc-alias-for-a-local-folder/)