Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christitustech/fix-network-dives-win10
https://github.com/christitustech/fix-network-dives-win10
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/christitustech/fix-network-dives-win10
- Owner: ChrisTitusTech
- Created: 2020-12-15T16:51:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T16:55:17.000Z (about 4 years ago)
- Last Synced: 2024-08-13T07:03:48.417Z (4 months ago)
- Size: 1000 Bytes
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fix-Network-Dives-Win10
Network Drives can be a bit flaky when working in Office documents. Sometimes they will have issues saving directly to them because of UAC issues and them spereating users from the login network drives.
Edit the following key
```
HKEY_Local_Machine\Software\Microsoft\Windows\CurrentVersion\Policies\Systems
```Add a New DWORD (32-Bit Value)
```
EnableLinkedConnections
```Make the Value `1`
This will fix any issues you have with saving to network drives.
Alternative solution would be to avoid the network drive altogether and just use the full UNC path.