This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
win:network_drives [2020/06/03 13:25] derek |
win:network_drives [2024/09/22 19:51] (current) |
||
---|---|---|---|
Line 6: | Line 6: | ||
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, but not always and may not be an option. | 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, but not always and may not be an option. | ||
- | A better option is to make a scheduled task that runs when the network is available: | + | A better option is to make a scheduled task that runs when the network is available, as described in [[#Setup]]. |
- | * Open Task Scheduler | + | |
- | * Action > Create Task | + | |
- | * General > Name > '' | + | |
- | * Triggers > New: | + | |
- | * Begin the task > '' | + | |
- | * Delay task for > '' | + | |
- | * Actions > New: | + | |
- | * Action > '' | + | |
- | * Program/ | + | |
- | * Add arguments: | + | |
- | < | + | |
- | /c "net use R: \\FileServer\Public & | + | |
- | net use S: \\FileServer\Documents & | + | |
- | net use T: \\FileServer\Photos & | + | |
- | net use U: \\FileServer\Music & | + | |
- | net use V: \\FileServer\Video & | + | |
- | net use W: \\FileServer\Software & | + | |
- | net use X: \\FileServer\Dereks Documents & | + | |
- | net use Y: \\FileServer\Downloads & | + | |
- | net use Z: \\FileServer\Dereks Backups" | + | |
- | </ | + | |
- | * Conditions > Network: | + | |
- | * Select '' | + | |
- | * Select '' | + | |
====Admin Access to User Shares==== | ====Admin Access to User Shares==== | ||
Line 37: | Line 13: | ||
To work around this problem, configure the EnableLinkedConnections registry value. This value enables Windows to share network connections between the filtered access token and the full administrator access token for a member of the Administrators group. | To work around this problem, configure the EnableLinkedConnections registry value. This value enables Windows to share network connections between the filtered access token and the full administrator access token for a member of the Administrators group. | ||
- | Download and run the following file to make the change | + | ====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 | ||
<code reg ShareNetworkShares.reg> | <code reg ShareNetworkShares.reg> | ||
Windows Registry Editor Version 5.00 | Windows Registry Editor Version 5.00 |