Broadcom-VMware
2V0-621 · Question #77
2V0-621 Question #77: Real Exam Question with Answer & Explanation
The correct answer is A: /s /v "/qn" /l "c:\Windows\filename.log". Administrators use a specific command-line syntax to silently install VMware Tools on Windows VMs without any user interaction or visible UI.
Question
An administrator is performing a silent automatic update of VMware Tools on a Windows virtual machine. What syntax needs to be entered into the Advanced Options box?
Options
- A/s /v "/qn" /l "c:\Windows\filename.log"
- B--prefix=/usr/local,/usr/lib,/usr/doc --silent
- C--prefix=c:\Windows,c:\VMtools --silent
- D/fs /v "/qn+" /l "c:\Windows\filename.log"
Explanation
Administrators use a specific command-line syntax to silently install VMware Tools on Windows VMs without any user interaction or visible UI.
Common mistakes.
- B. This uses Linux-style --prefix and --silent arguments, which are only applicable to VMware Tools installation on Linux guests, not Windows.
- C. This incorrectly mixes Windows file paths with Linux-style double-dash arguments, which is not valid syntax for the Windows VMware Tools installer.
- D. The /fs flag does not exist in the VMware Tools Windows installer; the correct flag to suppress the setup wrapper UI is /s, not /fs.
Concept tested. VMware Tools silent installation syntax on Windows
Community Discussion
No community discussion yet for this question.