user9564371 Asked: 2024-07-19 20:02:20 +0800 CST2024-07-19 20:02:20 +0800 CST 2024-07-19 20:02:20 +0800 CST 如何在 Windows 设置中自动禁用和启用监视器? 772 我想在 Windows 设置中自动执行此功能。 Nirsoft 的多显示器工具可用于禁用显示器的第一部分,但禁用后,显示器从列表中消失,并且我无法再重新启用它,只能转到 Windows 设置重新启用它。 有没有其他工具可以使用?或者有没有可以修改的注册表项? windows 1 个回答 Voted Best Answer user9564371 2024-07-19T23:57:08+08:002024-07-19T23:57:08+08:00 事实证明,这可以通过 Powershell 完成!下面是一步一步的操作。 为 Powershell安装DisplayConfig包。 你完成了! 只需从 Powershell执行Enable-Display <monitor ID>或即可。Disable-Display <monitor ID> 如果您使用批处理文件,您可以powershell Enable-Display 3这样做。 最好的部分是,它不会像 nirsoft 的多显示器工具那样偏离位置。
事实证明,这可以通过 Powershell 完成!下面是一步一步的操作。
只需从 Powershell执行
Enable-Display <monitor ID>
或即可。Disable-Display <monitor ID>
如果您使用批处理文件,您可以
powershell Enable-Display 3
这样做。最好的部分是,它不会像 nirsoft 的多显示器工具那样偏离位置。