PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : An alle mit Athlon 64 und Win XP Sp2


Mentes
2004-08-25, 10:12:06
Hallo,

ich habe etwas an meiner Boot.ini gespielt und würde sie gerne wieder in den urzustand versetzen.

Wichtig: Athlon 64 mit WinXP und SP2:

Bei mir steht jetzt folgendes drin:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn

mir gehts speziell um den Eintrag mit /NoExecute=OptIn

ich bin mir nicht mehr sicher ob da davor nur
/NoExecute oder
/NoExecute=OptIn stand.

Könnt Ihr mir bitte da helfen?
das ganze hat ja mit dem NX für Athlon 64 zu tun nur mit dem "= OptIn" komm ich nicht weiter.

Was genau steht denn bei euch drin?

Lokadamus
2004-08-25, 11:39:19
mmm...

Hab zwar keinen Athlon64, antworte aber trotzdem :P ...
this thing has been added to my boot.ini: /NoExecute=OptIn

whole thing looks like:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn

i have no idea what that is...any clues ? cant find anything on google
Quelle (http://www.neowin.net/forum/index.php?showtopic=194151)

Der No Execute (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ddtools/hh/ddtools/BootIni_aff45176-bd02-43cf-9895-c212fa392de2.xml.asp) Befehl selber bei MSDN und eine Übersicht aller Parameter (http://www.sysinternals.com/ntw2k/info/bootini.shtml) ... dieses /NoExecute=OptIn haben wohl einige ab SP2, obwohl es keine richtige Erklärung für den Anhang selber gibt ...

Mentes
2004-08-25, 12:05:08
danke für die antwort, aaber des verwirrt mich nun noch mehr :confused:

was muss da nun wirklich hin:
1. /fastdetect /pae /noexecute
2. /fastdetect /noexecute
3. /fastdetect /noexecute=OptIn

Punkt 1 sollte eigentlich bei WinXP 32 überflüssig sein:
"PAE is supported on Windows 2000 Datacenter Server; Windows 2000 Advanced Server; Windows Server 2003, Enterprise Editon; and Windows Server 2003, Datacenter Edition."

obwohl Microsoft als Beispiel folgendes nennt:
Example
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /pae /noexecute

außerdem würde mich interessieren was genau "=OptIn" bedeutet.

Danke & Gruß

Duran05
2004-08-25, 12:07:07
Eigentlich sollte es reichen, wenn du den vorherigen Eintrag so stehen lässt und dann unter Systemsteuerung -> System -> Erweitert -> Systemleistung -> Einstellungen -> Datenausführungsverhinderung die richtige Option auswählst, da dann die Datei automatisch angepasst wird.

Mentes
2004-08-25, 14:05:29
Danke :biggrin:

folgendes hab ich noch gefunden:

Data Execution Prevention (DEP)

/noexecute=policy_level

where policy_level is defined as AlwaysOn, AlwaysOff, OptIn, or OptOut.
--------------------------------------------------------------------------------------
OptIn

(default configuration)


On systems with processors capable of hardware-enforced DEP, DEP is enabled by default for limited system binaries and applications that “opt-in,”

With this option, only Windows system binaries are covered by DEP by default.
--------------------------------------------------------------------------------------
OptOut


DEP is enabled by default for all processes. Users can manually create a list of specific applications which do not have DEP applied using System in Control Panel. IT Pros and Independent Software Vendors (ISVs) can use the Application Compatibility Toolkit to opt-out one or more applications from DEP protection. System Compatibility Fixes (“shims”) for DEP do take effect.
--------------------------------------------------------------------------------------
AlwaysOn


This provides full DEP coverage for the entire system. All processes always run with DEP applied. The exceptions list for exempting specific applications from DEP protection is not available. System Compatibility Fixes (“shims”) for DEP do not take effect. Applications which have been opted-out using the Application Compatibility Toolkit run with DEP applied.
---------------------------------------------------------------------------------------
AlwaysOff


This does not provide any DEP coverage for any part of the system, regardless of hardware DEP support. The processor does not run in PAE mode unless the /PAE option is present in the boot entry.