Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top