询问者
win7系统,应用窗口显示位置记忆怎么关闭 ?...

问题
全部回复
-
你好,
Windows 应用程序把他们关闭时候的位置保存到GetWindowPlacement () 然后再启用时使用 SetWindowPlacement () 以恢复其位置。通常,应用程序会将GetWindowPlacement()的结果存储在注册表中作为REG_BINARY以方便使用。
这是一个Windows默认设置,他是通过调用Win32接口命令实现的。
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
你好,
这是Windows默认的设置,我们不建议您通过注册表进行更改,但仍然感谢您对于这个问题的分享。
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
你好,
虽然没有相应的注册表键值可以修改, 但是有一些其他解决方法可供参考:
你可以尝试用shift +Win key +左右箭头 可以在两个屏幕间移动窗口。
借助一些三方工具,你可以在网上搜索一些工具可以帮助管理和使用双屏幕。
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
关于这个问题的话, 我觉得这个更像是开发类的问题, 你可以到MSDN 问问看.对于这种系统默认设置, 如果没有相应的设置(UI, 注册表, gp)的话, 我们从系统层面没什么能够做的. 我这边会用我们内部工具反馈一下, 希望以后会有这种功能.
https://social.msdn.microsoft.com/Forums/en-US/home
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.