mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 10:59:20 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
34
tldr/windows/uwfmgr
Normal file
34
tldr/windows/uwfmgr
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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/windows/iot/iot-enterprise/customize/unified-write-filter>.
|
||||
|
||||
- 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 oile}}`
|
||||
|
||||
- Commit deletion of a file on protected drive:
|
||||
|
||||
`uwfmgr file commit-delete {{drive_letter:\path oile}}`
|
||||
Reference in New Issue
Block a user