Windows Command Line

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

Latest posts

Windows Console: CTRL + Scroll to zoom and Dark Theme Scrollbar
Oct 31, 2018
4
0

Windows Console: CTRL + Scroll to zoom and Dark Theme Scrollbar

Rich Turner
Rich Turner

Many of you have been asking for Windows Console to support zoom. Well, today is your lucky day! 😜 Install today's Windows 10 Insider build #18272 and you can! How does one perform this magic? After upgrading to Win10 Insider build #18272 or later, open any Console window (E.g. launch , , , etc.) and then hit and hold CTRL while scrolling your mouse wheel / trackpad. The observant will also notice that Console now honors your Light/Dark Theme settings: If you are using the Dark Theme, your Console's scroll-bar is also dark-themed! We call this the Halloween 2018 Feature :D Enjoy!

Re-Open-Sourcing MS-DOS 1.25 and 2.0
Sep 28, 2018
0
2

Re-Open-Sourcing MS-DOS 1.25 and 2.0

Rich Turner
Rich Turner

In March 2014, Microsoft released the source code to MS-DOS 1.25 and 2.0 via the Computer History Museum. The announcement also contains a brief history of how MS-DOS came to be for those new to the subject, and ends with many links to related articles and resources for those interested in learning more. Today, we're re-open-sourcing MS-DOS on GitHub. Why? Because it's much easier to find, read, and refer to MS-DOS source files if they're in a GitHub repo than in the original downloadable compressed archive file. ** Important: As noted on the repo readme, the source files are being (re)published for histor...

Using WSL in an Enterprise
Sep 7, 2018
0
0

Using WSL in an Enterprise

Craig Loewen
Craig Loewen

Recently, customers in an enterprise environment have asked if there is a way to install WSL without an internet connection. These companies had some machines that would benefit from having WSL, but don't have an internet connection for security, logistics, or other reasons. Enter: The Microsoft Store for Business We (the WSL team) took a look into this issue and found that enterprises could use the Microsoft Store for Business to help deploy WSL distros to their company, including offline distribution! The Microsoft Store for Business is essentially another way to interact with the Microsoft Store, but from an...

Windows Command-Line: Introducing the Windows Pseudo Console (ConPTY)
Aug 2, 2018
14
3

Windows Command-Line: Introducing the Windows Pseudo Console (ConPTY)

Rich Turner
Rich Turner

In this, the fourth post in the Windows Command-Line series, we'll discuss the new Windows Pseudo Console (ConPTY) infrastructure and API - why we built it, what it's for, how it works, how to use it, and more.

Windows Command-Line: Inside the Windows Console
Jul 20, 2018
0
2

Windows Command-Line: Inside the Windows Console

Rich Turner
Rich Turner

Welcome to the third post in the Windows Command-Line series. In this post, we'll start to dig into the internals of the Windows Console and Command-Line, what it is, what it does ... and what it doesn't do!

A Guide to Upgrading your Ubuntu App’s Release
Jul 9, 2018
1
0

A Guide to Upgrading your Ubuntu App’s Release

Tara Raj
Tara Raj

Canonical recently released Ubuntu 18.04 in the Microsoft Store. We received many questions around the various Ubuntu releases in the Store in addition to how best to upgrade your existing releases. With the help of our friends at Canonical, we have created a guide to upgrading your Ubuntu release. We will soon add a short-form version of this guide to the WSL distribution management documentation. First, let’s start with an explanation of the Ubuntu apps in the Store. Ubuntu apps in the Store You’ll notice there are currently three Ubuntu apps in the Store – Ubuntu, Ubuntu 16.04, and Ubuntu 18.04. Ubuntu T...

Windows Command-Line: The Evolution of the Windows Command-Line
Jun 27, 2018
4
3

Windows Command-Line: The Evolution of the Windows Command-Line

Rich Turner
Rich Turner

Welcome to the second post in this "Windows Command-Line" series. In this post we'll discuss some of the background & history behind the Windows Command-Line. Specifically, we’ll explore its humble origins in MS-DOS, to its modern-day incarnation supporting tools like PowerShell and Windows Subsystem for Linux.

Windows Command-Line: Backgrounder
Jun 20, 2018
1
1

Windows Command-Line: Backgrounder

Rich Turner
Rich Turner

This is the first of a series of posts in which we’ll explore all things command-line – from the origins of the command-line and the evolution of the terminal, to what we’re doing to overhaul and modernize the Windows Console & command-line in future Windows releases.

Improved per-directory case sensitivity support in WSL
Jun 14, 2018
2
0

Improved per-directory case sensitivity support in WSL

Sven Groot
Sven Groot

With the Windows Subsystem for Linux, we’ve always allowed you to treat your files as case sensitive, just like Linux does. In the past, if you had files whose name differed only by case, these files could not be accessed by Windows, because Windows applications treat the file system as case insensitive. A while ago, we introduced per-directory case sensitivity. This allows specific directories to be treated as case sensitive by both WSL and Windows applications. Because Linux developers usually expect the file system to be case sensitive, we opted to make new directories created by WSL on your Windows volumes c...