The issue occurs when you use a mapped network drive for your packages. The location of the packages you publish to Orchestrator can be seen in the UiPath.settings file on the Robot machine, under the NuGetServerUrl parameter. The mapped network drive is available to the user that created it, while the Robot Service runs system-wide.

Aug 11, 2017 Net Use Command (Examples, Options, Switches, and More) Mar 17, 2020 Map a Drive Using Net Use | IT@Cornell Mar 09, 2020

How to remove network drive on Windows 10 • Pureinfotech

NET USE - Connect to a File/Printer Share - Windows CMD To map a drive to a network resource, File and Printer sharing must be enabled on the remote (server) computer. NET USE command can map a network printer to an LPT port (for DOS type applications that print to a port.) but this does not add the printer to the Control Panel. Net use command - Windows Command Line

The command NET USE allows you to setup a mapped network drive and follows this syntax: net use . You substitute the variables with your drive information: net use F: \\server\files. And voila, there's your basic script. Save the notepad file as .bat

Feb 10, 2016 Make Network Path Visible For SQL Server Backup and Mar 03, 2015 I need to map a drive to the D: drive on another computer Feb 28, 2017 networking - How do I unmap a disconnected network drive net use This shows all currently mapped drives. If the one you're looking for is in the list, you can use: net use x: /delete where X: is the drive you're trying to remove. But if the drive has been removed, there may be no such drive letter shown. In that case, just type the Remote identifier for the mapping: net use 192.168.10.11\WorkFiles