Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.86 KB

element-desktop6-filesystemwritevirtualization.md

File metadata and controls

60 lines (38 loc) · 1.86 KB
description title keywords ms.topic ms.date ms.custom
Indicates whether virtualization for the file system is enabled for your desktop application.
desktop6:FileSystemWriteVirtualization
windows 10, uwp, schema, package manifest
reference
04/19/2019
19H1

desktop6:FileSystemWriteVirtualization

Indicates whether virtualization for the file system is enabled for your desktop application. If disabled, other apps can read or write the same file system entries as your application.

Note

This element is currently intended to be used only by certain types of desktop PC games that are published by Microsoft and our partners. It requires the unvirtualizedResources restricted capability.

Element hierarchy

<Package>

    <Properties>

         <desktop6:FileSystemWriteVirtualization>

Syntax

<desktop6:FileSystemWriteVirtualization>"enabled" -or- "disabled"</desktop6:FileSystemWriteVirtualization>

Value

This element can have the value enabled or disabled. The default is enabled.

Attributes and elements

Attributes

None.

Child elements

None.

Parent elements

Parent element Description
Properties Defines additional metadata about the package including attributes that describe how the package appears to users.

Remarks

This element requires the unvirtualizedResources restricted capability.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/desktop/windows10/6
Minimum OS Version Windows 10 version 1903 (Build 18362)