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?
A.
/pae
B.
/noexecute
C.
/3GB
D.
/fastdetect
Explanation:
In order to accomplish the task, you should use the /noexecute boot.ini parameter./noexecute is a boot.ini parameter. It is used to enable, disable, and configure Data Execution
Prevention (DEP), which is a set of hardware and software technologies for preventing harmful code
from running in protected memory locations. The /noexecute parameter is always enabled on 64-bit
versions of Windows. In order to disable DEP, an administrator should use the
/noexecute=ALWAYSOFF command.A is incorrect. In Windows Server 2008 R2, the /pae parameter is used with the BCDEdit
command.D and C are incorrect. The /fastdetect and /3GB parameters are not supported on Windows
Server 2008 R2.