איך לשנות תוכן של קובץ טקסט ב Batch File - תכנות - HWzone פורומים
עבור לתוכן
  • צור חשבון

איך לשנות תוכן של קובץ טקסט ב Batch File


moo2004

Recommended Posts

הנה ה switch שאתה מחפש:

/NOEXECUTE

This option is only available on 32-bit versions of Windows when running on processors supporting no-execute protection. It enables no-execute protection (also known as Data Execution Protection - DEP), which results in the Memory Manager marking pages containing data as no-execute so that they cannot be executed as code. This can be useful for preventing malicious code from exploiting buffer overflow bugs with unexpected program input in order to execute arbitrary code. No-execute protection is always enabled on 64-bit versions of Windows on processors that support no-execute protection. There are several options you can specify with this switch:

/NOEXECUTE=OPTIN Enables DEP for core system images and those specified in the DEP configuration dialog.

/NOEXECUTE=OPTOUT Enables DEP for all images except those specified in the DEP configuration dialog.

/NOEXECUTE=ALWAYSON Enables DEP on all images.

/NOEXECUTE=ALWAYSOFF Disables DEP.

מתוך:

http://www.microsoft.com/technet/sysinternals/information/bootini.mspx

אני לא יודע אם אתה יכול לכתוב Batch File שישנה את ה boot.ini אבל אפשר לכתוב סקריפט שישנה את ה boot.ini

או אפילו יכתוב אחד חדש, כי זה בסך הכל קובץ טקסט.

אני יכתוב לך אחד אם יהיה לי זמן ביום שיש...

קישור לתוכן
שתף באתרים אחרים

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

×
  • צור חדש...