No More Multiple Panes in CMD and PowerShell for Windows 11 Pro
Microsoft has made some changes in the new Windows 11 Pro operating system that might affect the way users interact with the command-line interface. Specifically, the multiple panes feature that was available in CMD and PowerShell for previous versions of Windows is no longer available in Windows 11 Pro.
What are Multiple Panes in CMD and PowerShell?
Multiple panes refer to the ability to split the command-line interface into multiple panes or windows, allowing users to run multiple commands simultaneously. This feature was particularly useful for developers and system administrators who needed to run multiple commands at the same time to perform complex tasks.
Why is the Multiple Panes Feature Removed in Windows 11 Pro?
Microsoft has not provided a clear explanation for the removal of the multiple panes feature in Windows 11 Pro. However, it is speculated that the feature was removed to simplify the user interface and improve the overall user experience.
How to Run Multiple Commands in Windows 11 Pro?
Even though the multiple panes feature is no longer available in Windows 11 Pro, users can still run multiple commands simultaneously using other methods. Here are some alternatives:
Use the
startcommand to open a new command-line window and run multiple commands in parallel.Use the
cmd /korpowershell -Commandswitch to run multiple commands in the same window, with each command separated by a semicolon (;).Use a third-party tool such as ConEmu or PowerCmd, which provide multiple panes and other advanced features for command-line interface users.
References
In summary, the removal of the multiple panes feature in CMD and PowerShell for Windows 11 Pro might be a disappointment for some users, but there are still alternative methods to run multiple commands simultaneously. Users can use the start command, the cmd /k or powershell -Command switch, or third-party tools such as ConEmu or PowerCmd to achieve the same functionality.