From 0123aa128807711720b028e47bcfa6924b4f59bd Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 9 Jun 2022 22:00:59 +0200 Subject: [PATCH] windows: Init --- docs/windows.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/windows.md diff --git a/docs/windows.md b/docs/windows.md new file mode 100644 index 0000000..bfa0123 --- /dev/null +++ b/docs/windows.md @@ -0,0 +1,6 @@ +# Windows + +## Mapped network drive does not show up in save/open dialogue + +In `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System`, +add the new registry key `EnableLinkedConnections` of type `DWORD` with a value of 1.