Unable to Schedule Task: Map Network Drive in Windows 10 as SYSTEM User
If you are trying to map a network drive in Windows 10 as the SYSTEM user, but have been unsuccessful, you may want to consider creating a scheduled task to run the command. This article will provide detailed instructions on how to do just that.
Prerequisites
Before you begin, make sure you have the following:
- A Windows 10 system
- The necessary credentials to access the network drive
- The path of the network drive you want to map
Creating a Scheduled Task
To create a scheduled task, follow these steps:
- Press the Windows key + R to open the Run dialog box.
- Type
taskschd.mscand press Enter to open the Task Scheduler. - In the Task Scheduler window, click on
Create Task...in the right-hand Actions panel. - In the Create Task window, give your task a name and a description.
- Under the
Security optionssection, selectRun whether user is logged on or notand check the box forRun with highest privileges. - Under the
Triggerstab, clickNew...to create a new trigger. Choose the time and frequency for the task to run. - Under the
Actionstab, clickNew...to create a new action. In theProgram/scriptfield, typecmd.exeand in theAdd argumentsfield, type/c net use X: \\server\share /persistent:yes, replacingX:with the desired drive letter and\\server\sharewith the path of the network drive. - Click
OKto save the action. - Click
OKagain to create the task.
Troubleshooting
If you are still unable to map the network drive, try the following troubleshooting steps:
- Make sure the network drive is accessible using the specified credentials.
- Check for any typos or errors in the path of the network drive.
- Make sure the SYSTEM user has the necessary permissions to access the network drive.
References
-
Book: Windows 10 Administration: Essential Training
Publisher: LinkedIn Learning
Year: 2021
-
Article: How to Map a Network Drive in Windows 10
Author: Brad Chacos
Publication: PCWorld
Date: October 2, 2020
-
Online Resource: TechNet: Scheduled Tasks
Publisher: Microsoft
Date: N/A