Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Старожил


Сообщения: 454
Благодарности: 17

Профиль | Отправить PM | Цитировать


вот чего нашел в ref для win2003sp1
The [SetupData] section contains the OSLoadOptionsVar entry, used to modify the /NoExecute option in Boot.ini used by Data Execution Prevention (DEP).

Sample
This sample demonstrates one use of the [SetupData] section of Unattend.txt.

[SetupData]
OSLoadOptionsVar = "/noexecute=OptIn"

OSLoadOptionsVar
Modifies the /NoExecute option in Boot.ini used by Data Execution Prevention (DEP).

Syntax OSLoadOptionsVar = {"/noexecute=AlwaysOn" | "/noexecute=AlwaysOff" | "/noexecute=OptIn" | "/noexecute=OptOut"}



применил вот так вот
[SetupData]
OSLoadOptionsVar = "/noexecute=AlwaysOff"

получил вот это в результате
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional RU" /noexecute=optin /fastdetect /noexecute=AlwaysOff

причем ядру передался именно первый параметр

вот такой вот Modifies
((

-------
моя самоделка


Отправлено: 15:01, 11-05-2005 | #12