VMware Certified Professional - Data Center Virtualization (VCP-DCV) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the VMware Certified Professional - Data Center Virtualization (VCP-DCV) exam with our comprehensive quiz. Use flashcards and multiple-choice questions with explanations and hints to ensure you're ready to ace your test.

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What syntax is necessary for a silent automatic update of VMware Tools on Windows?

  1. /s /v "/qn" /l "c:\Windows\filename.log"

  2. --prefix=/usr/local,/usr/lib,/usr/doc --silent

  3. --prefix=c:\Windows,c:\VMtools --silent

  4. /fs /v "/qn+" /l "c:\Windows\filename.log"

The correct answer is: /s /v "/qn" /l "c:\Windows\filename.log"

The syntax required for a silent automatic update of VMware Tools on Windows involves specific command line options that facilitate the installation process without user interaction. The key components of this syntax include the use of the "/s" option that indicates a silent installation, thereby eliminating any UI prompts. The "/v" flag is utilized to forward parameters to the MSI installer, with "/qn" indicating that the installation should proceed quietly without any user interface. Additionally, the "/l" option allows for logging of the installation process to a specified file, which is useful for troubleshooting or verifying the installation status. In this case, "c:\Windows\filename.log" denotes the path where the log file will be created. This combination of options effectively ensures that VMware Tools can be updated in a way that minimizes disruption while still providing feedback through the log file in case of errors or issues.