CompTIA A+ Core 2 (220-1102) — Question 283
Which of the following is most likely used to run .vbs files on Windows devices?
Answer options
- A. winmgmt.exe
- B. powershell.exe
- C. cscript.exe
- D. explorer.exe
Correct answer: C
Explanation
The correct answer is cscript.exe, which is specifically designed for running VBScript files. The other options, while they serve different purposes, are not primarily intended for executing .vbs scripts: winmgmt.exe is for Windows Management Instrumentation, powershell.exe is for scripting and automation, and explorer.exe is the graphical file management interface.