Unified Write Filter (UWF)整合寫入篩選器 、 ASUS M640MB、Create Recovery Clonezilla

一、Unified Write Filter

1、Win10 企業版教育版有內建還原功能 Unified Write Filter (UWF)

2.http://tkt.nkust.edu.tw/index.php?entry=entry190506-141203

3.https://docs.microsoft.com/zh-tw/windows-hardware/customize/enterprise/uwf-turnonuwf

4.啟用篩選準則:

uwfmgr filter enable

5.啟用磁片磁碟機的寫入保護:

uwfmgr.exe volume protect C:

6.重新啟動您的電腦。

7.確認 UWF 正在執行:

uwfmgr.exe get-config

二、ASUS M640MB-512G

1.BIOS

2.安裝作業系統 Windows10 教育版、一般常用軟體 Office2019、VLC、7z、Fonts。

3.環境設定:a.新增一般使用者帳號(限制使用者權限)。

4.設定UWF 執行環境。

uwfmgr.exe overlay Set-Type DISK
uwfmgr.exe overlay set-size 10240
uwfmgr.exe overlay set-warningthreshold 10000
uwfmgr.exe overlay set-criticalthreshold 10240
uwfmgr.exe volume protect c:
uwfmgr.exe servicing Update-Windows

uwfmgr.exe overlay Set-Type DISK 改用硬碟當作暫存區(預設是 RAM )
uwfmgr.exe overlay set-size 10240 設定暫存大小為 10240 MB (10G)
uwfmgr.exe overlay set-warningthreshold 10000 設定警告閾值為 1000M
uwfmgr.exe overlay set-criticalthreshold 10240 設定嚴重閾值為 10240M
uwfmgr.exe volume protect c: 設定保護磁碟為 C
uwfmgr.exe servicing Update-Windows 設定可以接受 windows 更新

來源:http://tkt.nkust.edu.tw/index.php?entry=entry190506-141203

uwfmgr.exe

uwfmgr get-config

三、Create Recovery Clonezilla 產生一個能自動執行的再生還原光碟或USB隨身碟

https://clonezilla.nchc.org.tw/clonezilla-live/doc/fine-print.php?path=04_Create_Recovery_Clonezilla

1.再生龍 USB 開機碟

2.使用SSH 連線到 /home/partimag

3.