Microsoft Ignite starts today and runs until March 4. Once again this is a virtual event and registration will remain open during the duration of the event. You can register at https://register.ignite.microsoft.com/
As typical Microsoft provides a Book of News for the event. What is the Book of News? The Microsoft Ignite 2021 Book of News is your guide to the key news items that are announced at Ignite 2021.
If you missed out on Microsoft Ignite 2020 or want to quickly see what was announced, checkout the Microsoft Ignite 2020 Book of News for what was announced at that event.
At Microsoft Build 2019 conference, Microsoft announced and showed off the new Windows Terminal application. It quickly was released as a preview and has been updated regularly over the last 12 months.
In this video, Gregor Suttie aka “Azure Greg” shows you how to install and customize the Windows Terminal. If you haven’t tried the Windows Terminal or are curious on how it can be customized then check out this video.
I just reset my Windows 10 PC and attached to the domain and forgot that the Windows 10 Hello login features are off by default. Thankfully I wrote an article on this which still applies with the latest Windows 10 build 1909.
This will enable you to configure sign-in options for Windows Hello Face, Windows Hello Fingerprint, and Windows Hello PIN. Check it out.
The Windows Terminal was announced at Build 2019 and is open source and free. In this article I’ll show you how to add a new shell profile for the Developer Command Prompt for VS2019.
The Windows Terminal settings is stored in a “Profiles.json” file. You can access this file from the Settings menu located in the dropdown menu to the right of the add new shell button as shown below.
Alternatively this file is located in the following path:
A couple things to note about the above profile that you might need to change based on your local system.
For the “commandline” line, you will want to change “Enterprise” to the Visual Studio 2019 SKU you have, like “Professional” or “Community”.
For the “icon” line, I downloaded a VS 2019 icon from https://visualstudio.microsoft.com/vs/ and resized it to 32×32 and saved it in my RoamingState folder %USERPROFILE%\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState
For the “guid” line, you need to generate a new GUID and enter it in here.
Once you’ve saved these changes restart the Windows Terminal app and your new Developer Command Prompt for VS 2019 will be listed.
There are a number of other consoles you can add like “Python”, “Linux Bash”, “PowerShell Core, “Ubuntu”, and many more.
During Rajesh Jha’s keynote, Kevin Gallo announced the new Windows Terminal and showed the following “sizzle video” that showcases that the team wants to aspire for v1.0:
Windows Terminal Session
Rich Turner (Senior Program Manager) and Michael Niksa (Senior Software Engineer) delivered a deep-dive session into the Windows Terminal, its architecture, and its code.
What’s new with the Windows Command Line
See Scott Hanselman interview the Windows Terminal team and discuss several aspects of the new Terminal capabilities, the process of opening sourcing Terminal and looking at some of its features:
The new Windows Terminal will run alongside Console and will not replace it. They are looking to target a preview download from the Microsoft Store by Summer 2019, and to deliver v1.0 release by end of 2019.
You can go try it now if you like by cloning the repository. This is pretty exciting and I can’t wait to download, compile and give it a try.
Today Microsoft is rolling out an update to its Mail and Calendar app and has finally added a complete dark mode to which the reading pane is now dark (previously the reading pane or email body was white). Microsoft has also added a toggle button to switch between light and dark which sits between the Forward and Archive buttons.
Have you ever wondered where you can find the Windows 10 Spotlight Lock Screen images? Well the following post explains How to Find Windows Spotlight Lock Screen Images in Windows 10 and the extract them for using as your Windows 10 desktop background.
Windows 10 has some very handy sign-in options for unlocking your computer including using a fingerprint, a picture or a numeric PIN. I’ve used all three and by far my favorite is the PIN option.
Recently I reformatted my Surface Pro 3 and after installing Windows 10 Anniversary edition (build 1607), I noticed that as soon as I joined my work domain, the PIN option for sign-in was disabled. This was strange since hours earlier I was using this sign-in option with Windows 10 Anniversary edition prior to reformatting my device. I decided to try signing in to my device using a local profile and the PIN sign-on option was now available, but strangely on my Windows Domain account it was not.
After doing some research online I found that with Windows 10 Anniversary edition, this feature has reverted back to how it functioned in Windows 8, which requires it to be authorized before you can use it when on a Windows Domain.
Here is what you need to do to enable it.
Steps to Enable PIN Sign-In Option for Windows 10
Open up regedit.exe
Browse to [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
Add a new DWORD key named “AllowDomainPINLogon” and set its value to “1”
Restart your computer
After logging back in to your computer, go to SETTINGS, ACCOUNTS, SIGN-IN OPTIONS and you should see that the PIN option is now available to be set
Today I received my Starter Pack for Windows 10 IoT Core on Raspberry Pi 2. I purchased it from Adafruit, which you can order from here.
“Windows 10 IoT Core is a new edition of Windows targeted towards small embedded devices and maker boards such as Raspberry Pi2. IoT core is designed to work with low-level bus interfaces such as I2C, SPI, USB. You can write a Universal Windows Application using a variety of programming languages in Visual Studio to rapidly create maker projects.
You can use Windows 10 IoT Core to read sensor data, control actuators, connect to the cloud, create IoT applications and much more. The Starter Pack from Adafruit includes parts to get you started.”
Let’s get started!
Unboxing
The Parts
Essentials
Item
Quantity
Raspberry Pi 2 Board (Included in some versions of the Adafruit Starter Kit)
1
Adafruit Raspberry Pi Case
1
8GB SD card with Windows IoT Core
1
5V 2A Power Supply with MicroUSB Cable
1
USB WiFi Module
1
Ethernet Cable
1
Full Size Breadboard
1
Components
Item
Quantity
Premium Male/Male Jumper Wires
1
Premium Female/Male Jumper Wires
1
MCP3008 – 8-Channel 10-Bit ADC
1
Assorted LEDs
6
Potentiometers
2
Tactile Switches
3
Resistors
10
Capacitor
1
Sensors
Item
Quantity
Photocell
1
Adafruit BMP280 Temperature + Barometric Sensor
1
Adafruit TCS34725 Color Sensor
1
Setup
Plug in the HDMI and Ethernet cables and then plug in the power source. It was too late at night to setup the wifi, so I’ll leave that for another day.
It took about 5 minutes for the Raspberry Pi to boot up the first time.
Once it was booted up you see the following screen which allows you to interact with the device.
Next Steps
Now that you’ve connected your Raspberry Pi, you need to configure your PC and Raspberry Pi before your can start development.