Label network mapping

Post comments and suggestions for RoboTask here
Post Reply
Rukbunker
Posts: 215
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

Label network mapping

Post by Rukbunker »

Nice to have: label a network mapping. Currently, we do it by a CMD script.

Code: Select all

NET USE A: \\10.20.180.31\data1\audio	
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\##10.20.180.31#data1#audio" /v _LabelFromReg /d "LABELNAME HERE" /t REG_SZ /f
Post Reply