Top "Net-use" questions

Net-use connects or disconnects a computer or a shared drive and controls net connections.

"net use * /delete" equivalent in C#?

I'm using the following lines below to create a connection to a shared network location, but the problem is with …

c# networking net-use
How to map network drive in SQL query without using XP_CMDSHELL

Looking to just map a network drive with a different AD account in a SQL query. XP_CMDSHELL is disabled …

sql-server tsql xp-cmdshell net-use
Vista UAC - Trouble Mapping Network Drives

We have an application that programmatically maps network drives. On Vista with UAC on, we get some strange issues. Our …

windows uac windows-vista file-sharing net-use
How to hide output from net use in Powershell

I'm using this Powershell script to connect a network path: $usrLogin = [Environment]::UserName + "@mydomain.net" $cred = Get-Credential $usrLogin $networkCred = $cred.…

networking powershell output net-use
net use delete in batch if drive exists

i would like setup script which can connect network drive like this: net use v: /delete || EXIT /B 1 net use …

batch-file net-use