hosts/windows: Don't mount all drives into the RDP session

This setting mounts all available drives (C:\ and mapped network
drives) into the RDP session. This shouldn't be the default.
This commit is contained in:
Matthias Günther 2014-09-21 15:11:00 +02:00
parent 6747f12951
commit 9b937db6c9
1 changed files with 0 additions and 1 deletions

View File

@ -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],