vive是一个c#库,您可以使用它来制作自己的程序,以与windows 10的a / b功能机制进行交互
如果您想直接与ntdll导出进行对话,则可以使用其nativemethods。
否则,rtlfeaturemanager将提供相同的功能集,而所有非托管结构都将作为标准c#类提供。
vivetool既是如何使用vive的示例,也是希望立即使用新api的高级用户的直接工具。
为了使用vive,您必须运行windows 10 build 18963或更高版本。
下载地址:https://github.com/thebookisclosed/vive/releases/tag/v0.2.0
或用在这里下载:链接: https://pan.baidu.com/s/1tmnfqh4jpg7zlwtx8btx-a 提取码: knsq
使用方法:
在vivetool文件夹下运行这个命令:vivetool addconfig 23615618 2
注意:最后那个2前面有一个英文的空格。
c:\users\eric\downloads\-v0.2.0>vivetool.exe
vivetool v0.2.0 – vibranium feature configuration tool
available commands:
queryconfig lists existing feature configuration(s)
querysubs lists existing feature usage notification subscriptions
changestamp prints the current feature store change stamp
addconfig adds a feature configuration
delconfig deletes a feature configuration
addsub adds a feature usage subscription notification
delsub deletes a feature usage subscription notification
notifyusage fires a feature usage notification
- 如果您以 vivetool.exe addconfig 23615618 2
- 0 = 标准
- 1 = 已禁用(如果您不想启用新功能,则很有趣)
- 2 = 已启用(用于激活隐藏版本)
对于媒体控制,它将是命令:
- vivetool.exe 附加配置 23403403 2和vivetool.exe 附加配置 23674478 2.
- 如果一切已正确过期,它将显示在命令提示符中。
- 现在重新启动计算机,媒体控件通过扬声器图标显示在任务栏中。
如果要再次停用此函数,请使用命令 delconfig
- 在此示例中,vivetool.exe delconfig 23674478 0和vivetool.exe delconfig 23403403 0。这将将组件重置为标准组件。
- 重新启动计算机。
是强制启用全新开始菜单的作用。启用该功能需要 windows 10 预览版 build 20161及更新版本,不支持现有的1809、1903/1909、2004等版本。
有时开启的隐藏功能会被关闭(在某一次重启后,或蓝屏后,或切换用户后,或使用中被关闭),那你可能需要禁用“reconcilefeatures”计划任务,没有此类问题的就不需要禁用“reconcilefeatures”了。
禁用“reconcilefeatures”方法:
1. win r > 运行 > taskschd.msc > 回车
2. 定位到:
任务计划程序库 > microsoft > windows > flighting > featureconfig
3. 在窗口右侧的名称为:reconcilefeatures,右击此项选择禁用。
未经允许不得转载:尊龙游戏旗舰厅官网 » vivetool是什么?vivetool能开启全新流畅设计win10开始菜单