当前位置:首页>外贸技能工具方法> 解决Windows11 微信和QQ都不显示消息闪烁的预览内容BUG

解决Windows11 微信和QQ都不显示消息闪烁的预览内容BUG

祥助的Windows 11遇到了微信,QQ鼠标悬浮到闪烁图标上去的时候都不显示消息条目预览的BUG,很影响使用体验,分享一下祥助的解决方法:

解决Windows11 微信和QQ都不显示消息闪烁的预览内容BUG
鼠标悬浮到微信和QQ上都不显示消息条目预览

1.去Github下载最新Release版本的ViVeTool v0.3.2,下载链接可以从图中看或去Google搜索ViVeTool
也可以从百度网盘下载:https://pan.baidu.com/s/1WFDW0lt4ePU3j9lL_k4nqg?pwd=4sed
2.下载后解压获得文件夹,建议将ViVeTool v0.3.2文件夹重命名为ViVeTool,去掉版本号
3.将这个文件夹复制到C盘或D盘根目录,建议直接复制到C盘根目录,可以直接复制下面的命令
4.管理员身份运行CMD,分布输入下面两行命令分别回车:
5.建议重启一下电脑,就解决了

cd C:\ViVeTool
vivetool /disable /id:26008830
解决Windows11 微信和QQ都不显示消息闪烁的预览内容BUG
管理员身份运行CMD命令

再将鼠标悬浮到任务栏右下角的QQ或微信的闪烁图标上,就会显示消息预览的条目内容了。

2022.11.10更新:Windows 11 KB5020054已修复了某些聊天应用程序(支持它)没有闪烁新消息或在系统托盘中悬停时打开预览的问题,所以大家也可以直接通过Windows Update更新到这个推送更新,来解决上面的问题

同时使用下面代码恢复这个被禁用的模块功能(似乎是包括了对平板电脑的一些其他UI功能)

cd C:\ViVeTool
vivetool /enable /id:26008830
版权声明: 如无特殊标注,本站文章均为原创,转载请务必保留本文链接。

给TA打赏
共{{data.count}}人
人已打赏
工具方法

代码下载淘宝天猫的产品主图视频和详情页视频

2019-12-3 15:30:43

工具方法

Google搜索列表打开谷歌广告提示googleadservice sent an invalid response的解决方法

2023-1-19 17:03:07

19 条回复 A文章作者 M管理员
  1. 嗯,我今天早上安装了一个补丁,然后任务栏图标不能移动,QQ和微信收到消息后鼠标悬停没有预览消息,真的很不适应!

    • 嗯,试试这篇文章的解决方案去解决

  2. 胤

    牛皮。感谢楼主,解决了,我也不知道咋变成这样的。好像是昨天win11自动升级了

    • 为主的祥助

      嗯嗯,对,是升级的某个版本导致的问题,对平板优化产生的BUG,使用文章的代码关闭实验性功能就解决了

    • 为主的祥助

      我的命令通不过 你能复制下 你的命令不

  3. 胤

    前天还好好的,昨天开机就不行了,而且底部工具栏透明插件也失效了。右下角来的消息闪烁但是无法预览了。是不是系统的问题啊?

    • 为主的祥助

      你按我这个文章的步骤操作后重启电脑就可以解决的,包括透明效果失效问题也会解决,这个问题的原因在于微软给平板电脑做适配导致的,通过这个代码关闭这个模块的实验性功能就解决了

  4. 大佬 命令通不过咋办

    • 在vivetool前加. .vivetool /disable /id:26008830

    • .vivetool /disable /id:26008830

  5. Set-Location : 找不到接受实际参数“vivetool”的位置形式参数。 所在位置 行:1 字符: 1 + cd C:ViVeTool vivetool /disable /id:26008830 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (:) [Set-Location],ParameterBindingException + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.SetLocationCommandSet-Location : 找不到接受实际参数“vivetool”的位置形式参数。 这是问什么呀

    • 管理员身份运行加仔细核对命令,还有文件夹所在路径如果变化要改

  6. PS C:viveTool> /disable /id:26008830 /disable : 无法将“/disable”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保 路径正确,然后再试一次。 所在位置 行:1 字符: 1 + /disable /id:26008830 + ~~~~~~~~ + CategoryInfo : ObjectNotFound: (/disable:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS C:viveTool> vivetool /disable /id:26008830 vivetool : 无法将“vivetool”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保 路径正确,然后再试一次。 所在位置 行:1 字符: 1 + vivetool /disable /id:26008830 + ~~~~~~~~ + CategoryInfo : ObjectNotFound: (vivetool:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException Suggestion [3,General]: 找不到命令 vivetool,但它确实存在于当前位置。默认情况下,Windows PowerShell 不会从当前位置加载命令。如果信任此命令,请改为键入“.vivetool”。有关详细信息,请参阅 “get-help about_Command_Precedence”。 PS C:viveTool> ./vivetool /disable /id:26008830 ViVeTool v0.3.2 – Windows feature configuration tool An error occurred while setting feature configurations in the Runtime store (拒绝访问。) PS C:viveTool> 大佬怎么办呀

    • 管理员身份运行CMD命令,还有你的命令末尾多打了一个disable

  7. PS C:viveTool> .ViVeTool vivetool /disable /id:26008830 ViVeTool v0.3.2 – Windows feature configuration tool Unrecognized command: vivetool 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 PS C:viveTool> /disable /disable : 无法将“/disable”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保 路径正确,然后再试一次。 所在位置 行:1 字符: 1 + /disable + ~~~~~~~~ + CategoryInfo : ObjectNotFound: (/disable:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS C:viveTool> /disable /id:26008830 /disable : 无法将“/disable”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保 路径正确,然后再试一次。 所在位置 行:1 字符: 1 + /disable /id:26008830 + ~~~~~~~~ + CategoryInfo : ObjectNotFound: (/disable:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS C:viveTool> .vivetool /disable /id:26008830 .vivetool : 无法将“.vivetool”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确 保路径正确,然后再试一次。 所在位置 行:1 字符: 1 + .vivetool /disable /id:26008830 + ~~~~~~~~~ + CategoryInfo : ObjectNotFound: (.vivetool:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException PS C:viveTool> .//vivetool /disable /id:26008830 ViVeTool v0.3.2 – Windows feature configuration tool An error occurred while setting feature configurations in the Runtime store (拒绝访问。) PS C:viveTool>

    • 显示PS开头表示你没有管理员身份运行,重新操作,管理员身份运行CMD命令

  8. C:ViVeTool>vivetool /disable /id:26008830 ViVeTool v0.3.2 – Windows feature configuration tool An error occurred while setting feature configurations in the Runtime store (拒绝访问。)

    • 管理员身份运行cmd命令,还有文件夹的路径名如果改了,代码里调用的路径名也要修改的

  9. 请使用管理员身份运行CMD命令

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索