Is there (or is possible) a standard Powershell or commandline in Modern UI in Win 8.x?

It would be pretty nice to have this app "docked" on a part of screen only (for SSH, etc...) and other desktop apps still could be in fullscreen.

有帮助吗?

解决方案

You couldn't do this directly. The PowerShell engine isn't available on WinRT. You might be able to do something like create a WinRT app that uses sockets to communicate to a service on the localhost that executes PowerShell for you and returns the results. That would require you to build that service and install it on machines. If this is for a Windows RT device that won't work because only Microsoft can install desktop apps.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top