Skip to content

Instantly share code, notes, and snippets.

@berwiecom
Last active March 29, 2021 05:22
Show Gist options
  • Save berwiecom/c817790be5b574099f1d95d049672523 to your computer and use it in GitHub Desktop.
Save berwiecom/c817790be5b574099f1d95d049672523 to your computer and use it in GitHub Desktop.
PC : Widows : Program : Net : Cloud : netdrives

PC : Widows : Program : Net : Cloud : netdrives

VIA POWERSHELL

https://it-learner.de/windows-netzlaufwerk-mit-der-powershell-verbinden/
New-PSDrive -Name CloudDrive -Root https://webdav.4shared.com -Persist -PSProvider FileSystem
.

VIA EXPLORER

Login and get your ID from URL
https://onedrive.live.com

or klick
https://d.docs.live.net
and change to OneDrive
explorer https://d.docs.live.net/7x755e0x153xdef0

.

OR VIA NET USE

https://blogs.technet.microsoft.com/dmelanchthon/2007/04/30/laufwerksbuchstabe-fr-webdav

net use Z: https://webdav.4shared.com /user:daria  PASSWORD
net use Y: https://webdav.4shared.com /user:dashia PASSWORD
net use X: \\sv1\Berichte             /user:USER   PASSWORD

net use Z: /delete # !!!
net use *  /delete # !!!
                                                                                :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment