From 6543b79360880a3bfa732cf6baa505e6f5b043b4 Mon Sep 17 00:00:00 2001 From: Shiftine Skyborne Date: Sat, 2 Sep 2023 06:12:04 +0000 Subject: [PATCH] Data update 2023-09-02 06-12-02 --- docs/en/windows/uwfmgr.md | 39 +++++++++++++++++++++++++++++++++++++++ source | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 docs/en/windows/uwfmgr.md diff --git a/docs/en/windows/uwfmgr.md b/docs/en/windows/uwfmgr.md new file mode 100644 index 0000000000..ce7bc5381d --- /dev/null +++ b/docs/en/windows/uwfmgr.md @@ -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. + +
# 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: . + +- Get the current status: + +`uwfmgr get-config` + +- Set a drive as protected: + +`uwfmgr volume protect `drive_letter`:` + +- Remove a drive from protection list: + +`uwfmgr volume unprotect `drive_letter`:` + +- Enable or disable protection (Applies after reboot): + +`uwfmgr filter `enable|disable + +- Commit changes of a file on protected drive: + +`uwfmgr file commit `drive_letter:\path\to\file + +- Commit deletion of a file on protected drive: + +`uwfmgr file commit-delete `drive_letter:\path\to\file diff --git a/source b/source index e567936209..77fb6d0af0 160000 --- a/source +++ b/source @@ -1 +1 @@ -Subproject commit e567936209dbdd617e88208b56d17989b65cfcf9 +Subproject commit 77fb6d0af04562684988926e22d894f7bdea86a6