Windows Command Line

Windows Terminal, Console and Command Line, Windows Subsystem for Linux, WSL, Windows Package Manager

Latest posts

Build and Debug C++ with WSL 2 Distributions and Visual Studio 2022
Jul 14, 2021
Post comments count 0
Post likes count 0

Build and Debug C++ with WSL 2 Distributions and Visual Studio 2022

Erika Sweet
Erika Sweet

This post is written by Erika Sweet, a Program Manager on Microsoft's C++ Team. Visual Studio 2022 introduces a native WSL 2 toolset for C++ development. This toolset is available now in Visual Studio 2022 version 17.0 Preview 2. WSL 2 is the new, recommended version of the Windows Subsystem for Linux (WSL) architecture that provides better Linux file system performance, GUI support, and full system call compatibility. Visual Studio’s WSL 2 toolset allows you to build and debug C++ code on WSL 2 distros from Visual Studio without ever adding an SSH connection. You can already build and debug C++ code on WSL 1 d...

Windows Terminal Preview 1.10 Release
Jul 14, 2021
Post comments count 9
Post likes count 2

Windows Terminal Preview 1.10 Release

Kayla Cinnamon
Kayla Cinnamon

It's Windows Terminal release day! This release introduces Windows Terminal Preview to version 1.10 and Windows Terminal will be updated to version 1.9 soon. Windows Terminal will include all of the features listed in the 1.9 blog post except for the default terminal setting and the ability to edit actions using the settings UI. We are keeping these features inside Windows Terminal Preview in order to identify and fix remaining bugs. Now let's jump into what's new with version 1.10! Command palette button in dropdown We noticed that the Feedback button inside the dropdown menu was hardly used and we figured thi...

Windows Package Manager 1.0
May 26, 2021
Post comments count 9
Post likes count 2

Windows Package Manager 1.0

Demitrius Nelon
Demitrius Nelon

We started a journey to build a native package manager for Windows 10 when we announced the Windows Package Manager preview at Microsoft Build 2020. We released the project on GitHub as an open-source collaborative effort and the community engagement has been wonderful to experience! Here we are today at Microsoft Build 2021… We are excited to announce the release of Windows Package Manager 1.0! Windows Package Manager 1.0 Client The winget client is the main tool you will use to manage packages on your machine. The image below displays executed in Windows Terminal via PowerShell. You can see the list of ava...

Windows Terminal Preview 1.9 Release
May 25, 2021
Post comments count 15
Post likes count 0

Windows Terminal Preview 1.9 Release

Kayla Cinnamon
Kayla Cinnamon

Happy Microsoft Build 2021 and happy 2nd birthday to Windows Terminal! This release introduces version 1.9 to Windows Terminal Preview and migrates Windows Terminal to version 1.8. As always, you can install both builds from the Microsoft Store as well as from the GitHub releases page. Let's get into what's new! Default terminal You can now set Windows Terminal Preview as your default terminal emulator on Windows! This means that any command line application will launch inside your selected terminal emulator (i.e. double click on PowerShell and it will open inside Windows Terminal Preview by default 😊). This se...

Windows Package Manager v0.3 Preview
Apr 22, 2021
Post comments count 6
Post likes count 0

Windows Package Manager v0.3 Preview

Demitrius Nelon
Demitrius Nelon

We have been hard at work building new experimental features for the Windows Package Manager. We have just released the Windows Package Manager v0.3 Preview. I would like to share the first major feature to exit experimental status. I also have the privilege of announcing support for Group Policy. What's New Introducing Import I have been through several Windows 10 environments over the last year. It is hard to describe how much pleasure I felt with the simplicity of as I set a new build up so I can become productive. Things have just gotten better with the Windows Package Manager v0.3 Preview. Now I use , an...

The Initial Preview of GUI app support is now available for the Windows Subsystem for Linux
Apr 21, 2021
Post comments count 61
Post likes count 0

The Initial Preview of GUI app support is now available for the Windows Subsystem for Linux

Craig Loewen
Craig Loewen

A year ago at BUILD 2020 we introduced our goal to bring Linux GUI applications to the Windows Subsystem for Linux (WSL) to run Linux GUI applications. We are proud to announce the first preview of this highly anticipated and open source feature! We’ve given this feature the nickname: “WSLg”. Please check out the video below or keep reading to see what you can use this feature for, how it works, and how to install it. What can I use GUI application support for? WSL lets you run a Linux environment, and up until this point has focused on enabling command line tools utilities and applications. GUI app suppo...

WSLg Architecture
Apr 19, 2021
Post comments count 23
Post likes count 4

WSLg Architecture

Steve Pronovost
Steve Pronovost

If you landed on this blog, you’ve probably seen our announcement for GUI applications support in the Windows Subsystem for Linux being available to Windows Insiders and looking for more details on how WSLg was built. If so, you’ve come to the right place! Be warned that this blog is fairly long and technical. We wanted to tell WSLg’s story, not just the architecture we picked, but also the reasons we made the various choices we made. We hope you find this behind the scenes informative and interesting. Philosophy and early goals When we started looking at supporting GUI applications in WSL, we quickly decided ...

Servicing the Windows Subsystem for Linux (WSL) 2 Linux kernel
Apr 16, 2021
Post comments count 1
Post likes count 0

Servicing the Windows Subsystem for Linux (WSL) 2 Linux kernel

Craig Loewen
Craig Loewen

Note: This blog post is co-authored by the awesome WSL dev Pierre Boulay. Thanks Pierre! 😊 We’ve just shipped the 5.10.16.3 WSL 2 Linux kernel version to Windows Insiders which brings exciting new changes: Support for the LUKS disk encryption, and some long-awaited bug fixes. We’d like to seize this opportunity to highlight these improvements and show you how these changes land on your Windows machine no matter your Windows version. New feature addition: Support for LUKS disk encryption This kernel update adds support for LUKS disk format. Such disks can now we accessed using wsl –mount. LUKS disks can be...

Windows Terminal Preview 1.8 Release
Apr 14, 2021
Post comments count 2
Post likes count 1

Windows Terminal Preview 1.8 Release

Kayla Cinnamon
Kayla Cinnamon

Welcome back to another release of Windows Terminal! This release updates Windows Terminal Preview to version 1.8 and moves Windows Terminal to version 1.7. Both builds can be installed from the Microsoft Store as well as the GitHub releases page. Let's jump into what's new! Settings UI is default in stable The settings UI now ships inside the Windows Terminal stable build! You can access the settings UI by clicking the settings button in the dropdown menu or by typing Ctrl+,. We are still making improvements to the settings UI experience, so stay tuned for more updates as our releases continue! Shift+Click ...