CompTIA A+ Core 2 (220-1202) — Question 44

Which of the following file types would a desktop support technician most likely use to automate tasks for a Windows user log-in?

Answer options

Correct answer: A

Explanation

.bat files are batch scripts specifically designed for Windows operating systems, making them ideal for automating tasks at user login. .sh files are used in Unix/Linux environments, .py files are Python scripts that may not be natively supported for login tasks on Windows, and .js files are typically associated with web development rather than system automation.