You can specify certain locations of Writable Volumes (2.x) to exclude them from persisting across sessions or getting overwritten.
Prerequisites
Keep the following considerations in mind before you apply
Writable Volumes exclusions:
- If the user modifies the locations that are excluded, the changes are lost when the user logs off the machine.
- You must know what application behavior and data will get stored in the folders you want to exclude.
- Do not use generic locations such as \REGISTRY\MACHINE\SOFTWARE or \Program Files(x86)\. Using generic locations can cause all application updates to be erased.
- You can include paths within the users profile directories so that specific applications or files can be excluded from being captured.
- If the Writable Volume is UIA-only, all user profile paths are excluded and you do not have to explicitly specify any user profile paths for exclusion.
- User profile exclusions are not supported with computer-based Writable Volumes which are attached during computer startup.
Note: This feature is enabled by default and is applicable only when the
Writable Volume is assigned.
Procedure
Example: Exclude an Application Location
The following examples exclude the folder and registry location of Notepad++ from being overwritten during an update:
exclude_uwv_file=\Program Files (x86)\Notepad++
exclude_uwv_file=\REGISTRY\MACHINE\SOFTWARE\Notepad++
exclude_uwv_file=\Users\username\folder
exclude_uwv_file=\Users\userprofile\folder
What to do next
You must test the application after applying any Writable Volumes exclusions to ensure that the application works as desired.