Skip to content

Commit

Permalink
Data update 2023-09-02 06-12-02
Browse files Browse the repository at this point in the history
  • Loading branch information
1010bots committed Sep 2, 2023
1 parent 69a8c47 commit 6543b79
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions docs/en/windows/uwfmgr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
layout: page
title: windows/uwfmgr (English)
description: "Unified Write Filter (UWF)."
content_hash: babb5028b362761ea9bca2b9ca198dc5c3f8df16
last_modified_at: 2023-09-02
---

This entry is very new in the [tldr-pages](https://github.com/tldr-pages/tldr) project, hence translation data is currently unavailable for a while.

<hr># uwfmgr

Unified Write Filter (UWF).
Protect drives by redirecting any writes to the drive to a virtual overlay. Writes are discarded upon reboot unless committed by default.
More information: <https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/customize/unified-write-filter>.

- Get the current status:

`uwfmgr get-config`

- Set a drive as protected:

`uwfmgr volume protect `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">drive_letter</span>`:`

- Remove a drive from protection list:

`uwfmgr volume unprotect `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">drive_letter</span>`:`

- Enable or disable protection (Applies after reboot):

`uwfmgr filter `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">enable|disable</span>

- Commit changes of a file on protected drive:

`uwfmgr file commit `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">drive_letter:\path\to\file</span>

- Commit deletion of a file on protected drive:

`uwfmgr file commit-delete `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">drive_letter:\path\to\file</span>
2 changes: 1 addition & 1 deletion source
Submodule source updated 1 files
+29 −0 pages/windows/uwfmgr.md

0 comments on commit 6543b79

Please sign in to comment.