How To Turn On/Off DEP On Windows 10/8/7

MDTechVideos
MDTechVideos
103 هزار بار بازدید - 7 سال پیش - How to turn DEP on
How to turn DEP on or off on Windows.

Commands Used In Video:

Off
bcdedit.exe /set {current} nx AlwaysOff

On
bcdedit.exe /set {current} nx AlwaysOn


Description of DEP From Microsoft:

Data Execution Prevention (DEP) is a system-level memory protection feature that is built into the operating system starting with Windows XP and Windows Server 2003. DEP enables the system to mark one or more pages of memory as non-executable. Marking memory regions as non-executable means that code cannot be run from that region of memory, which makes it harder for the exploitation of buffer overruns.

DEP prevents code from being run from data pages such as the default heap, stacks, and memory pools. If an application attempts to run code from a data page that is protected, a memory access violation exception occurs, and if the exception is not handled, the calling process is terminated.

DEP is not intended to be a comprehensive defense against all exploits; it is intended to be another tool that you can use to secure your application.

This tutorial will apply for computers, laptops, desktops,and tablets running the Windows 10, Windows 8/8.1, Windows 7 operating systems.Works for all major computer manufactures (Dell, HP, Acer, Asus, Toshiba, Lenovo, Samsung).
7 سال پیش در تاریخ 1396/04/15 منتشر شده است.
103,065 بـار بازدید شده
... بیشتر