Merge pull request #4534 from matgnt/master
hosts/windows: Don't mount all drives into the RDP session
This commit is contained in:
commit
d211e1c1d2
|
@ -10,7 +10,6 @@ module VagrantPlugins
|
|||
def self.rdp_client(env, rdp_info)
|
||||
config = nil
|
||||
opts = {
|
||||
"drivestoredirect:s" => "*",
|
||||
"full address:s" => "#{rdp_info[:host]}:#{rdp_info[:port]}",
|
||||
"prompt for credentials:i" => "1",
|
||||
"username:s" => rdp_info[:username],
|
||||
|
|
Loading…
Reference in New Issue