Advertisement
cmd___pc_aide

net use (mapped drive)

Jun 16th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.45 KB | None | 0 0
  1. ::&----------------------------------------------------------------------------------------------------
  2. ::& Manual CMD: https://ss64.com/nt/net-use.html
  3. ::& Docs.Microsoft:
  4. ::&
  5. ::& Elevated (powershell start powershell -v runAs) Y | N <- i can't find elevated cmd without powershell used
  6. ::& Available PowerShell:  N
  7. ::& GUI: run -> \\path or used explorer.exe
  8. ::&
  9. ::& SRC:
  10.  
  11. :: https://imgur.com/yquhN9s
  12. net use [a-z]: \\<path>\ /user:UserName <pwd>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement