Showing category results for Windows 10

May 8, 2018
Post comments count0
Post likes count0

Join us for a hot cup o Chocolatey!

Yosef Durr

Setting up a dev box should be easy and fast.  At BUILD 2018 we announced a collaboration with Chocolatey and Boxstarter.  The project founders discuss the collaboration in the following video. Improving Machine Setup Have you set up a new dev machine and found it was frustrating or time consuming?  It's important to have a repeatable, fast way...

Command-LineWindows ConsoleWindows 10
May 8, 2018
Post comments count5
Post likes count1

Introducing extended line endings support in Notepad

Michel Lopez [MSFT]

For many years, Windows Notepad only supported text documents containing Windows End of Line (EOL) characters - Carriage Return (CR) & Line Feed (LF). This means that Notepad was unable to correctly display the contents of text files created in Unix, Linux and macOS. For example, here’s a screenshot of Notepad trying to display the contents of...

Windows 10
Apr 13, 2018
Post comments count2
Post likes count0

Tabbed Console starts here

Rich Turner

[2018-06-29: Important Note: As announced in the release notes for Windows 10 Insider build 17704, Sets and Tabs will NOT ship in the next mainstream release of Windows (codenamed RS5). Please read the first bullet under the heading "General changes, improvements, and fixes for PC" for more details.]   [2018-04-16: Updated to better reflect "Sets...

Command-LineWindows ConsoleWindows 10
Apr 13, 2018
Post comments count6
Post likes count1

Copy and Paste arrives for Linux/WSL Consoles

Rich Turner

As of Windows 10 Insider build #17643, you can copy/paste text from/to Linux/WSL Consoles!!! We know that this is a feature MANY of you have been waiting for - our sincerest thanks for your patience & continued support while we untangled the Console's internals, allowing us to implement this feature. To ensure that we don't break any existing...

Windows Subsystem for Linux (WSL)Windows ConsoleWindows 10
Mar 26, 2018
Post comments count0
Post likes count0

Open Sourcing a WSL Sample for Linux Distribution Maintainers and Sideloading Custom Linux Distributions

Tara Raj

We are happy to announce that we have open sourced a WSL (Windows Subsystem for Linux) sample  for Linux distribution maintainers.  This sample allows distro maintainers to build WSL distro packages for the Microsoft Store and developers to create custom Linux distro packages for sideloading.  You can find the distro launcher repo on GitHub. This ...

Windows Subsystem for Linux (WSL)Windows 10Linux tools
Mar 7, 2018
Post comments count0
Post likes count0

What’s new for the Command Line in Windows 10 version 1803

Yosef Durr

The next Windows 10 update includes many new features for Command Line developers. In this post we'll review WSL, Hyper-V, new tools, and UWP Console applications coming to the Microsoft Store.  We want to thank everyone who tried these updates via the Insiders program and provided feedback.  We really appreciate hearing from you both when we get s...

Windows Subsystem for Linux (WSL)Command-LineWindows Console
Jan 22, 2018
Post comments count0
Post likes count0

OpenSSH in Windows 10!

Rich Turner

SSH is one of the most important tools in the *NIX world, through which users communicate with shells, applications, and services running on remote machines, devices, VM's and containers. Windows users most often remotely access Windows machines, devices, VM's and Containers via the amazingly powerful Remote Desktop Protocol (RDP) which, as the nam...

Windows Subsystem for Linux (WSL)Windows ConsoleWindows 10
Dec 22, 2017
Post comments count2
Post likes count3

Share Environment Vars between WSL and Windows

Craig Wilhite

Hey WSL users—we have more features to share with you! Our latest Windows Insider build lets you share environment variables between WSL and Windows. Starting with Build 17063, let’s look at how you can leverage the new “WSLENV” to enhance environmental variable interop between Win32/WSL. Summary For the pros who’ve already heard about WSLENV and...

Windows Subsystem for Linux (WSL)Command-LineWindows 10
Dec 19, 2017
Post comments count5
Post likes count4

AF_UNIX comes to Windows

sarah_cooley[msft]

Introduction:  Beginning in Insider Build 17063, you’ll be able to use the unix socket (AF_UNIX) address family on Windows to communicate between Win32 processes. Unix sockets allow inter-process communication (IPC) between processes on the same machine.  Overview:  Support for the unix socket has existed both in BSD and Linux for the longest ti...

Windows Subsystem for Linux (WSL)Windows 10Linux tools
Dec 4, 2017
Post comments count1
Post likes count2

Background Task Support in WSL

Tara Raj

Starting in Windows Insiders Build 17046, WSL supports background tasks (including daemons). In the past, if you opened WSL and started sshd, httpd, screen, or tmux  you needed to have a console window open to keep those tools running. But, starting with 17046, these processes will continue running in the background even after the last console wind...

Windows Subsystem for Linux (WSL)Windows 10