Unified Write Filter Configuration

Add to My manuals
17 Pages

advertisement

10ZiG Technology Unified Write Filter Configuration User Manual | Manualzz

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

INTRODUCTION

In Windows Embedded Standard 8, Unified Write Filter (UWF) protects volumes from write operations.

UWF intercepts write actions and redirects them to overlay storage. With UWF, you can do stateless operations by creating a protected OS image, and you reduce the wear on flash media. UWF supports

RAM- and disk-based overlays. Both types of overlay discard all changes on restart. UWF also provides the ability to perform dynamic protection, which means adding and removing volumes at run time. wider audience spanning embedded developers to IT pros.

One of the important features of UWF is intelligent filtering, which enables specified files and folders as well as certain registry keys to be persisted, while protecting the rest of the volume. The list of these

2 GB of free hard drive space for complete installation

UWF manager provides many options and configuration tasks that do not exist in Enhanced Write Filter

(EWF) manager or File-based Write Filter (FBWF) manager, such as adding registry exclusions and adding categorizes configuration into six high-level parameters to simplify configuration and avoid parameter or

In this lab exercise, you will learn how to configure UWF at run-time by using UWF manager

(Uwfmgr.exe). o Windows 8 o Windows Embedded Standard 8

Prerequisites

Important Most UWF configuration commands are executed when the next restart happens, so the system must be restarted for the command to take effect. o Microsoft Management Console (MMC)

To perform the steps in this lab exercise, the following hardware and software are required:

To install UCT

 Hardware that meets Standard 8 requirements.

 An installed Standard 8 image that includes UWF.

devices, or EmbLockSetup_amd64.msi for 64-bit computers and devices.

2.

In the installation wizard, follow the instructions.

3.

Click Start, type Unified, and then under Programs, click Unified Configuration Tool.

To configure your device for remote management

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

Note By default, UWF is disabled and there are no protected volumes, files, or folders in the exclusion list.

For more information, see Media and Requirements in the Standard 8 documentation.

Step 1: Ensure that your device will start and perform well after UWF is enabled

In this step, you will change system settings that can prevent your device from starting after UWF is enabled or that can cause poor performance.

1. On the embedded device, open a command prompt as an administrator. For Windows Shell, to open a command prompt, do the following: a. In Windows Explorer, navigate to \Windows\System32,right-click cmd.exe, and then click

Run as Administrator.

b. Accept the User Account Control (UAC) prompt.

2. To change UWF so that it does not prevent your device from starting, at the command prompt, type the following command: bcdedit /set {current} bootstatuspolicy ignoreallfailures

3. To disable indexing service, type the following command: sc config cisvc start= disabled

4. To disable Prefetch/SuperFetch services, type the following command: sc config sysmain start= disabled

5. To disable system restore, run the following Visual Basic script: strComputer = "."

Set objWMIService = GetObject("winmgmts:" _

& "{impersonationLevel=impersonate}!\\" _

& strComputer & "\root\default")

Set objItem = objWMIService.Get("SystemRestore") errResults = objItem.Disable("")

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

Step 2: Protect a volume on a Standard 8 system

In this step, you will use UWF to protect a volume on a Standard 8 system.

1. On the embedded device, open a command prompt as an administrator. For Windows Shell, to open a command prompt, do the following: a. In Windows Explorer, navigate to \Windows\System32, right-click cmd.exe, and then click

Run as Administrator.

b. Accept the UAC prompt.

2. To get UWF help, at the command prompt, type uwfmgr.exe

.

The following help and usage information for high-level parameters appears.

Note To get help and usage information for any high-level parameter, run uwfmgr.exe

%parameter_name% without any arguments, for example, uwfmgr.exe filter .

3. To check UWF settings, type uwfmgr.exe get-config .

The configuration status for the current session and the next session after restarting appears, including outcome information includes the Filter status, Overlay settings, Volume protection settings including file exclusion, and registry exclusion settings as shown in the following figure.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

4. To enable UWF, type uwfmgr.exe filter enable .

After you restart, the filter is enabled for the next session as shown in the following figure.

5. To check UWF status, type uwfmgr.exe get-config .

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

6. To protect a volume with UWF, type uwfmgr.exe volume protect C: .

Note This command adds only volumes that exist in the system.

After you restart, the volume is added to the list of protected volumes in the next session, as shown in the following figure.

7. To check UWF status, type uwfmgr.exe get-config

.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

8. Restart the system.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

Step 3: Add file and registry exclusions to a UWF-protected Standard 8 system

In this step, you will add file and registry exclusions to a UWF-protected Standard 8 system.

1. On the embedded device, open a command prompt as an administrator. For Windows Shell, to open a command prompt, do the following: a. In Windows Explorer, navigate to \Windows\System32,right-click cmd.exe, and then click

Run as Administrator.

b. Accept the UAC prompt.

2. To create sample folders and files to exclude, do the following: a. At the command prompt, type the following commands: md C:\aa\documents md C:\mydir notepad.exe C:\mydir\myfile.txt b. Save the text file and then close Notepad.

Note Uwfmgr.exe does not support adding files and folders that do not exist yet to the exclusion list.

3. To add file and folder exclusions, do the following: a. At the command prompt, type the following commands: uwfmgr.exe file add-exclusion C:\mydir\myfile.txt

uwfmgr.exe file add-exclusion C:\aa\documents

Note To add an exclusion for a file or a folder that includes a space in the path, enclose the path in quotation marks, for example, "c:\My Files".

After you restart, the specified files and directories are added to the exclusion list in the next session as shown in the following figures.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

b. To check file exclusion status, type

uwfmgr.exe file get-exclusions.

4. To add a registry key exclusion, do the following: a. At the command prompt, type uwfmgr.exe registry add-exclusion HKLM\Software\MySoftware\MyApp .

Note To add exclusion for a registry key that includes a space, enclose the registry key name in quotation marks.

After you restart, the specified registry key is added to the exclusion list in the next session as shown in the following figure. b. To check the registry exclusion status, type uwfmgr.exe registry get-exclusions.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

c. To check UWF status, type uwfmgr.exe get-config

.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

5. Restart the system.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

Step 4: To configure a UWF overlay for a protected Standard 8 system

In this step, you will configure a UWF overlay or a cache for a protected Standard 8 system.

1. On the embedded device, open a command prompt as an administrator. For Windows Shell, to open a command prompt, do the following: a. In Windows Explorer, navigate to \Windows\System32,right-click cmd.exe, and then click

Run as Administrator.

b. Accept the UAC prompt.

2. To configure the UWF maximum overlay size, do the following:

Note To change maximum overlay size, you must first disable UWF in the current session. a. At the command prompt, type uwfmgr.exe overlay set-size 2048

.

After you restart, the maximum size is set to 2048 MB in the next session, as shown in the following figure.

b. To check the overlay settings status, type uwfmgr.exe overlay get-config

.

3. To configure the UWF overlay warning threshold, type uwfmgr.exe overlay set-warningthreshold 1024.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

After you restart, the threshold is set to 1024 MB in the next session, as shown in the following figure.

4. To configure the UWF overlay critical threshold, type uwfmgr.exe overlay set-criticalthreshold 1500

.

After you restart, the threshold is set to 1500 MB in the next session, as shown in the following figure.

5. To display the UWF overlay consumption, type uwfmgr.exe overlay get-consumption

.

The current overlay consumption displays, as shown in the following figure.

6. To display the UWF overlay available space, type uwfmgr.exe overlay get-consumption

.

The current overlay consumption displays, as shown in the following figure.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

7. To change the overlay type, do the following:

Note To change the overlay type, you must first disable UWF in the current session. To change overlay type to DISK mode, the overlay maximum size must be at least 1024M.

a. To change overlay type from RAM to DISK, type uwfmgr.exe overlay set-type DISK.

b. To verify that the overlay type will be DISK in the next session after you restart, type uwfmgr.exe overlay get-config.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

Step 5: To configure HORM for a Standard 8 system

In this step, you will configure Hibernate Once/Resume Many (HORM) for a Standard 8 system.

1. On the embedded device, open a command prompt as an administrator. For Windows Shell, to open a command prompt, do the following:

 In Windows Explorer, navigate to \Windows\System32,right-click cmd.exe, and then click

Run as Administrator.

 Accept the UAC prompt.

2. To enable hibernation on your device, type powercfg /h on.

3. To enable Unified Write Filter (UWF) on your device, type uwfmgr filter enable.

4. To protect all volumes on your device, type uwfmgr volume protect all.

Note DVD RW Drive and Floppy Drive throws an expected error that can be safely ignored.

5. To restart your device to enable UWF, type shutdown /r/t 0.

6. After your system restarts, to verify the UWF changes that you have made on your device, type uwfmgr get-config

.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

7. To enable HORM on your system, type uwfmgr filter enablehorm.

Note Remove all file and registry exclusions before you enable HORM.

8. (Optional) In Control Panel, set the Power Option “When I press the power button” to avoid displaying the Command Prompt when resuming from hibernation, or use a script to close the command prompt on startup.

9. To hibernate the system one time to create an initial hibernation file at the command prompt, type shutdown /h.

10. Press the power button to wake the system from hibernation.

11. After the system starts from hibernation to create an initial hibernation file, to shut down and restart the system, type shutdown /r /t 0.

12. When HORM is enabled, you cannot change the UWF configuration. To make changes, you must first disable HORM. To disable HORM, type uwfmgr filter disablehorm.

13. To restart the system to finish disabling HORM, type shutdown /r /t 0.

10ZiG Technology

EMEA CONTACT [email protected]

+44(0) 116.214.8650

AMERICAS CONTACT [email protected]

866.865.5250

The system will restart normally with HORM disabled.

Conclusion

After completing this lab exercise, you will be able to do the following:

 Enable or disable a UWF filter.

 Add or remove volume protection.

 Add or remove a file and folder exclusion.

 Add or remove a registry key exclusion.

 Display overlay usage status and adjust its configuration.

 Configure and enable HORM on your device.

advertisement

Key Features

  • Protects volumes from write operations
  • Redirects write actions to overlay storage
  • Supports stateless operations
  • Reduces wear on flash media
  • Provides Lockdown and Branding features
  • Supports intelligent filtering
  • Enables dynamic protection
  • Provides a graphical interface for configuration
  • Includes a lab exercise for hands-on learning

Related manuals

Frequently Answers and Questions

How do I enable UWF?
To enable UWF, type "uwfmgr.exe filter enable" at the command prompt on the embedded device and then restart the system.
How do I protect a volume with UWF?
To protect a volume with UWF, type "uwfmgr.exe volume protect C:" at the command prompt on the embedded device. This will add the C: drive to the list of protected volumes. You will need to restart the system for the changes to take effect.
How do I add files and folders to the exclusion list?
You can use the "uwfmgr.exe file add-exclusion" command to add file and folder exclusions. For example, to exclude a file named "myfile.txt" located in the directory "C:\mydir", you would type "uwfmgr.exe file add-exclusion C:\mydir\myfile.txt". The changes to the exclusion list will be applied after restarting the system.
How do I enable HORM?
To enable HORM (Hibernate Once/Resume Many), type "uwfmgr filter enablehorm" at the command prompt. You must remove all file and registry exclusions before enabling HORM. You will need to restart the system for the changes to take effect.
What is intelligent filtering?
Intelligent filtering is a feature of UWF that allows you to persist changes to specific files, folders, and registry keys, while protecting the rest of the volume. You can use it to persist changes to an antivirus signature file or to a directory such as a user's Documents folder within the protected volume.

advertisement