简体   繁体   English

Powershell ISE不会在Windows 7中呈现客户端区域

[英]Powershell ISE Doesn't Render the Client Area in Windows 7

Recently, the Powershell ISE on my Windows 7 laptop developed a problem in which only the title bar and frame would render to the screen. 最近,我的Windows 7笔记本电脑上的Powershell ISE出现了一个问题,其中只有标题栏和框架会呈现在屏幕上。 The entire client area (including menus) doesn't appear. 整个客户区(包括菜单)不会出现。 Instead, whatever is behind the client area shows through. 相反,客户区域后面的任何内容都显示出来。 If I move the ISE around on the screen I get a client area with a jumble of pieces of the desktop or other apps that I drag the ISE over, as well as some ISE frame pieces. 如果我在屏幕上移动ISE,我会得到一个客户区,其中包含桌面或其他应用程序的混乱,我将ISE拖过,以及一些ISE框架块。

I can blindly click in the area where I think the menu should be, and can occasionally get something to appear (a Save As... dialog, or some such), but the menus themselves are never drawn. 我可以盲目地点击我认为菜单应该在的区域,偶尔会出现一些东西(另存为...对话框,或者其他类似的东西),但菜单本身从未被绘制过。

This started sometime during a period in which I didn't use the ISE, so I've no idea how many updates may have been automatically downloaded or pushed to my machine by my IT folks, and since I've no idea when it started happening they can't tell me anything either. 这是在我没有使用ISE期间的某个时间开始的,所以我不知道有多少更新可能已被我的IT人员自动下载或推送到我的机器,因为我不知道它什么时候开始发生了他们也无法告诉我任何事情。

Any ideas on why a Windows 7 app in general or the ISE in particular could have this issue? 关于为什么一般的Windows 7应用程序或特别是ISE可能有这个问题的任何想法?

Could be video card drivers. 可能是视频卡驱动程序。 Try disabling windows areo to see if it's 3D driver related: 尝试禁用Windows areo以查看它是否与3D驱动程序相关:

net stop uxsms

Also try running ISE as administrator. 还尝试以管理员身份运行ISE。

On my system it's an interaction with MaxiVista (www.maxivista.com) which allows me to use an old laptop as a second monitor. 在我的系统上,它是与MaxiVista(www.maxivista.com)的互动,它允许我使用旧笔记本电脑作为第二台显示器。

When the second (Maxivista) monitor is enabled, the Powershell ISE does not draw properly. 启用第二个(Maxivista)监视器时,Powershell ISE无法正确绘制。 So @BryanVine is right. 所以@BryanVine是对的。 It's to do with video drivers. 这与视频驱动程序有关。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM