Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以禁用 .net 控制台应用程序的选项对话框?或者以某种方式阻止用户更改控制台属性?
不,这是不可能的。
实际上,可以通过获取控制台窗口的 hWnd 并对其进行修改来实现。但这肯定会在其他 Windows 版本/语言环境中造成灾难。不要这样做。
无论如何,你为什么要这样做?