Windows Server Administration Fundamentals — Question 165
You are working on a system with Windows Server 2008 R2 installed on it. You want to enable Data Execution Prevention, which is a set of hardware and software technologies for preventing harmful code from running in protected memory locations. Which of the following boot.ini parameters will you use to accomplish the task?
Answer options
- A. /pae
- B. /noexecute
- C. /3GB
- D. /fastdetect
Correct answer: B
Explanation
The correct answer is /noexecute, which specifically enables Data Execution Prevention. The other options, while relevant to memory management and system performance, do not provide the functionality needed to prevent harmful code execution.