Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.31 KB

allowisolation.md

File metadata and controls

33 lines (23 loc) · 1.31 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: /ALLOWISOLATION
/ALLOWISOLATION
11/04/2016
/ALLOWISOLATION_EDITBIN
-ALLOWISOLATION editbin option
/ALLOWISOLATION editbin option
ALLOWISOLATION editbin option
91430344-f64f-491a-a5a5-7ea3b21cbe68

/ALLOWISOLATION

Specifies behavior for manifest lookup.

Syntax

/ALLOWISOLATION[:NO]

Remarks

/ALLOWISOLATION causes the operating system to do manifest lookups and loads.

/ALLOWISOLATION is the default.

/ALLOWISOLATION:NO indicates that executables are loaded as if there were no manifest, and causes EDITBIN Reference to set the IMAGE_DLLCHARACTERISTICS_NO_ISOLATION bit in the optional header's DllCharacteristics field.

When isolation is disabled for an executable, the Windows loader doesn't try to find an application manifest for the newly created process. The new process doesn't have a default activation context, even if there is a manifest in the executable itself or if there is a manifest that has the name executable-name.exe.manifest.

See also

EDITBIN Options
/ALLOWISOLATION (Manifest Lookup)
Manifest Files Reference