Windows Command Line

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

Latest posts

Self-help support for Azure using Help API : CLI Extension
Jan 12, 2024
2
2

Self-help support for Azure using Help API : CLI Extension

Nithya Sivam
Nithya Sivam

Today, Azure customers navigate across multiple tools, portals and knowledge bases to troubleshoot Azure incidents. Azure is now introducing Help API, an offering that streamlines and simplifies troubleshooting steps by returning relevant solutions associated with the problem, wherever you need them! Help API empowers you and/or your users to access rich, Azure curated self-help solutions, diagnostics and troubleshooters from your preferred interface, without the need to create a support case, thereby putting the power of troubleshooting issues in your own hands, within minutes from when the issue occurs! In this...

Terminal Chat in Windows Terminal Canary
Nov 17, 2023
31
11

Terminal Chat in Windows Terminal Canary

Christopher Nguyen
Christopher Nguyen

At Build 2023, we announced that Windows Terminal users will be able to take advantage of natural language AI to recommend commands, explain errors and take actions within Windows Terminal. Since then, we have been listening to customer feedback and iterating on our AI chat experiments in Windows Terminal. The Windows Terminal team is committed to transparency, and we want to give the open-source community an opportunity to help us define what AI looks like in a terminal application. As a result, we are open sourcing our work on Terminal Chat, our AI chat feature. Open sourcing this feature will allow developer...

New enterprise-grade security controls for the Windows Subsystem for Linux
Nov 15, 2023
2
6

New enterprise-grade security controls for the Windows Subsystem for Linux

Craig Loewen
Craig Loewen

The Windows Subsystem for Linux (WSL) has added new enterprise-oriented features that will help you deploy, monitor, and configure WSL safely within your organization's setting. Virtual Machine-based environments, like WSL, can be difficult to manage security for in enterprise business settings. We've listened to your feedback and have developed new features to enhance this specific scenario, enabling any Enterprise to use WSL securely and reliably. WSL has these new capabilities which you can learn more about below: See and monitor all WSL distributions with Microsoft Defender for Endpoint While WSL ...

Introducing Windows Terminal Canary
Oct 11, 2023
2
9

Introducing Windows Terminal Canary

Christopher Nguyen
Christopher Nguyen

Windows Terminal is distributed in a variety of formats. We are thrilled to announce that we are adding Windows Terminal Canary to the Windows Terminal family. Windows Terminal Canary is a new canary channel of Windows Terminal that ships nightly and includes “hot off the presses” features. This Canary channel gives users the opportunity to try new and experimental features before those features go into Windows Terminal Preview. Windows Terminal Canary can be installed side-by-side with Windows Terminal stable and Windows Terminal Preview. The Canary channel is also our least stable channel, so you may discover...

Windows Terminal Preview 1.19 Release
Sep 26, 2023
5
14

Windows Terminal Preview 1.19 Release

Christopher Nguyen
Christopher Nguyen

The Windows Terminal team is back with a new preview release! Windows Terminal Preview 1.19 introduces new features such as Broadcast Input, Web Search, the Suggestions UI and more! We are also updating Windows Terminal to version 1.18 which will include all of the features from this previous blog post. As always, you can install Windows Terminal and Windows Terminal Preview from the Microsoft Store, from the GitHub releases page, or by using winget. Let's talk about these new Windows Terminal Preview 1.19 features and how to set them up! Broadcast Input Broadcast Input allows the contents of one terminal pan...

Windows Subsystem for Linux September 2023 update
Sep 18, 2023
27
22

Windows Subsystem for Linux September 2023 update

Craig Loewen
Craig Loewen

There is a new release for the Windows Subsystem for Linux (WSL) with new features and bug fixes! Check out the summary below, and read on to learn more about new experimental features, and some significant quality improvements. Experimental features We know that WSL is used for a wide array of workflows and we want to help you get the best performance and quality experience from these workflows. That's why we are introducing new features listed below as experimental features, so you can try them and provide us feedback and we will make the features you love as default! Here’s the summary of what we’re adding...

Walkthroughs in the Windows Terminal Repository
Sep 5, 2023
0
3

Walkthroughs in the Windows Terminal Repository

Mike Griese
Mike Griese

Note: You can also watch a video version of this blog post on Open at Microsoft. Driving open-source contributions in large projects can be a challenge. As a new contributor, you might have a great idea for a new feature, or want to help fix a nagging bug, but you don't know where to start. Even with a small project, it can be difficult to find the right place to start writing code. As a maintainer, you might know exactly where to start working on a feature or a bug fix. You might even have a good idea of how to implement it. But, you don't have the time to write up a detailed guide for every feature. How t...

Windows Terminal on Open at Microsoft
Aug 28, 2023
0
1

Windows Terminal on Open at Microsoft

Christopher Nguyen
Christopher Nguyen

Are curious about how the Windows Terminal project got started? Are you interested in open sourcing your own project? Check out this special Open at Microsoft episode where we discuss the history of Windows Terminal and recap the decisions that led to Windows Terminal being an open-source project 🙂 What is Open at Microsoft? Open at Microsoft is a weekly show for open-source enthusiasts. It features a diverse group of guests including maintainers, software and DevOps engineers, and community members who come together to share their insights on an open-source project. Each episode focuses on one collaborative ...

Shell integration in the Windows Terminal
May 25, 2023
2
7

Shell integration in the Windows Terminal

Mike Griese
Mike Griese

Starting in Terminal 1.15 Preview, the Windows Terminal has started experimentally supporting some new "shell integration" features that make the command line easier to use. In earlier releases, we enabled the shell to inform the Terminal about the current working directory. Now, we have added support for more sequences that allow your shell to semantically describe parts of the terminal output as a "prompt," a "command," or "output." The shell can also indicate whether a command has succeeded or failed. This is a guide to some of the shell integration features we've rolled out as of Terminal v1.18. We're planni...