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