How to map a drive for all users in Win10
Posted by Rob Burkindine on 13 December 2017 11:06 AM
|
|
To add an application or "bat" file for all users: click on the start button
Sample for netuse bat file open notepad and compose command and arguments Detailed Net Use Command Syntax net use [{devicename | *}] [\\computername\sharename[\volume] [{password | *}]] [/user:[domainname\]username] [/user:[dotteddomainname\]username] [/user:[username@dotteddomainname] [/home {devicename | *} [{password | *}]] [/persistent:{yes | no}] [/smartcard] [/savecred] [/delete] [/help] [/?] | |
|