[研究]ViVeTool v0.3.4「Windows 隱藏功能/實驗功能控制工具」
2026-09-26
https://github.com/thebookisclosed/ViVe/releases
ViVeTool v0.3.4 是 Windows 進階使用者常用的「Windows 隱藏功能/實驗功能控制工具」。它不是一般的最佳化或清理工具,而是直接操作 Windows 內部的 Feature Control / A-B Feature Experiment 機制,讓你可以手動啟用、停用或重設某些尚未正式開放的 Windows 功能。官方 GitHub 將它描述為給 power users 使用的工具。
ViVeTool-v0.3.4-IntelAmd.zip
C:\ViVeTool-v0.3.4-IntelAmd>dir
磁碟區 C 中的磁碟沒有標籤。
磁碟區序號: 0CB7-F0FE
C:\ViVeTool-v0.3.4-IntelAmd 的目錄
2026/09/26 上午 05:56 <DIR> .
2025/03/10 下午 07:33 15,872 Albacore.ViVe.dll
2025/03/10 下午 07:31 608,083 FeatureDictionary.pfs
2023/03/08 上午 08:09 711,952 Newtonsoft.Json.dll
2025/03/10 下午 07:33 51,200 ViVeTool.exe
4 個檔案 1,387,107 位元組
1 個目錄 525,817,413,632 位元組可用
C:\ViVeTool-v0.3.4-IntelAmd>
|
C:\ViVeTool-v0.3.4-IntelAmd>ViVeTool.exe
ViVeTool v0.3.4 - Windows feature configuration tool
Available commands:
/query Lists existing feature configuration(s)
/enable Enables a feature
/disable Disables a feature
/reset Removes custom configurations for a specific feature
/fullreset Removes all custom feature configurations
/changestamp Prints the feature store change counter (changestamp)*
/querysubs Lists existing feature usage subscriptions*
/addsub Adds a feature usage subscription
/delsub Removes a feature usage subscription
/notifyusage Fires a feature usage notification
/export Exports custom feature configurations
/import Imports custom feature configurations
/lkgstatus Prints the current 'Last Known Good' rollback system status
/fixlkg Fixes 'Last Known Good' rollback system corruption
/fixpriority Moves Override type configurations from Service to User priority*
/appupdate Checks for a new version of ViVeTool*
/dictupdate Checks for a new version of the feature name dictionary*
Commands can be used along with /? to view more information about usage
*Does not apply to commands marked with an asterisk
C:\ViVeTool-v0.3.4-IntelAmd>
|
C:\ViVeTool-v0.3.4-IntelAmd>ViVeTool.exe /qeury
ViVeTool v0.3.4 - Windows feature configuration tool
[57530293]
Priority : ImageDefault (0)
State : Enabled (2)
Type : Override (0)
[57538346]
Priority : Security (9)
State : Enabled (2)
Type : Override (0)
[57539182]
Priority : ImageDefault (0)
State : Enabled (2)
Type : Override (0)
[57539554]
Priority : ImageDefault (0)
State : Enabled (2)
Type : Override (0)
...(很長,略)
|
例如某個 Windows 11 Build 已經包含一項新功能,但 Microsoft 尚未對你的電腦開放,可能可以透過:
ViVeTool.exe /enable /id:xxxxx
強制啟用。
相反地:
ViVeTool.exe /disable /id:xxxxx
可以停用。
(完)