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

Which of the following script types requires that the system mode is set to Unrestricted to run unsigned scripts?

Answer options

Correct answer: C

Explanation

The correct answer is C, .ps1, as PowerShell scripts require the execution policy to be set to Unrestricted to run without being signed. The other script types, such as .js, .py, and .bat, do not have this requirement for unsigned execution in the same context.