DriveLetter (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the DriveLetter setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string that specifies the drive letter of a volume protected by Unified Write Filter (UWF) on a device.

The drive letter can be in the range of C: through Z:.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Unified Write Filter (UWF)

Features/Lockdown/Unified Write Filter (UWF)/ProtectedVolumeList/ProtectedVolumeEntry/DriveLetter

XML Example

The following XML example shows how to add drive C: to the list of protected volumes on a device.

<ProtectedVolumeList>
    <ProtectedVolumeEntry wcm:action="add">
        <DriveLetter>C:</DriveLetter>
        <FileExceptionsUserDefined>C:\User\Test\Test.log</FileExceptionsUserDefined>
    </ProtectedVolumeEntry>
</ProtectedVolumeList>

See Also

Concepts

Feature Module Settings