以编程方式禁用 CE windows 动画?

发布于 2024-09-09 17:25:39 字数 290 浏览 5 评论 0原文

以下是如何使用注册表项执行此操作。

*  Go to HKEY_LOCAL_MACHINE\SYSTEM\GWE
* Create a DWORD named Animate if it does not already exist
* Edit the DWORD value named Animate
* 0 - Disables Window Animation
  1 - Enables Window Animation

但是,需要重新启动设备。我想知道是否有办法以编程方式立即禁用它?

Here is how to do it with a registry key.

*  Go to HKEY_LOCAL_MACHINE\SYSTEM\GWE
* Create a DWORD named Animate if it does not already exist
* Edit the DWORD value named Animate
* 0 - Disables Window Animation
  1 - Enables Window Animation

However, it needs restart of the device. I would like to know if there is anyway to disable it instantly, programmatically?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

向地狱狂奔 2024-09-16 17:25:39

查看SystemParametersInfo。没有动画设置,但如果您通知 GWES 不同的更改,它也许也会更新动画状态。

Take a look at SystemParametersInfo. There is no animation setting, but maybe if you notify GWES of a different change it will also update the animation state.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文