This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
win:network_drives [2018/07/17 12:34] derek created |
win:network_drives [2024/09/22 19:51] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====Network Drives===== | =====Network Drives===== | ||
- | There is an issue with network drives that are set to be mapped on startup, where windows attempts to map them before the network has been initialized | + | ====Not Reconnecting at Startup==== |
+ | There is an issue with network drives that are set to be mapped on startup, where windows attempts to map them before the network has been initialised | ||
- | One way of fixing it is to give the computer a static IP address, this works most of the time because it causes the network to be ready faster, | + | A partial fix for this is to give the computer a static IP address, this works most of the time because it causes the network to be ready faster, |
- | I'm testing: | + | A better option is to make a scheduled task that runs when the network |
- | * Press Win+R and type gpedit.msc | + | |
- | * Computer Configuration\Administrative Templates\System\Logon > Enable " | + | |
- | Another | + | ====Admin Access to User Shares==== |
+ | Another | ||
+ | |||
+ | To work around this problem, configure | ||
+ | |||
+ | ====Setup==== | ||
+ | * Open the network tab in Explorer and connect to the network share to authenticate for the first time, make sure to select '' | ||
+ | * Open Task Scheduler | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | < | ||
+ | /c "net use R: " | ||
+ | </ | ||
+ | |||
+ | * Download and run the following file to allow applications run as administrator to access these shares: | ||
+ | <code reg ShareNetworkShares.reg> | ||
+ | Windows Registry Editor Version 5.00 | ||
+ | |||
+ | [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] | ||
+ | " | ||
+ | </ |