2013年12月10日 星期二

Windows Embedded 8 Standard 的Killer function-Unified Write Filter -2 (Command Line篇)

上篇討論UWF使用ELM,來作管理或許長期使用Command Line的人會可能會很不習慣,
所以後還是將UWF Command Line的常用指令操作列出來給大家試試.
PS:開啟Command line 工具進行操作,注意需使用Administrator 權限

1.查詢UWF目前設定值
uwfmgr.exe get-config
查詢目前UWF設定狀態與下次開機後的執行命令,資訊包括Filterg狀態、Overlay設定,磁碟保護的檔案與目錄與註冊檔.

2.開啟UWF功能
uwfmgr.exe filter enable
功能會在下次reboot後生效

3.UWF中設定保護磁碟
uwfmgr.exe volume protect C:
執行後需要重新開機才會生效

4.UWF中增加可存取目錄與檔案設定
當保護設定完成後,如要加入可存取檔案及目錄以依下列命令完成
uwfmgr.exe file add-exclusion C:\mydir\myfile.txt

uwfmgr.exe file add-exclusion C:\aa\documents

5. UWF中增加可存取註冊檔設定
uwfmgr.exe registry add-exclusion HKLM\Software\MySoftware\MyApp

6. UWF設定最大Overlay 空間
uwfmgr.exe overlay set-size 2048

7. UWF查詢已使用的Overlay空間
uwfmgr.exe overlay get-consumption

8. UWF查詢尚可使用的Overlay空間
uwfmgr.exe overlay get-availablespace

沒有留言:

張貼留言