The [Windows App SDK] is a set of new developer components and tools that represent the next evolution in the Windows app development platform. The Windows App SDK provides a unified set of APIs and tools that can be used in a consistent way by any desktop app on Windows 11 and downlevel to Windows 10, version 1809.
Category: OS
Apple just killed M1 – WWDC 2022
Windows Monitor Align Utility
[ChangeDisplaySettingsExA function (winuser.h)]
I need this function to align my monitor windows. If it’s not perfectly aligned I have to fight with the mouse to cross the monitor boundary.
I created a Win32 application to fix this issue. [Win32_MonitorAlign]
How to Use BitLocker Without a Trusted Platform Module (TPM)
Introducing Android™ Apps on Windows 11 to Windows Insiders
Increase the Windows File Path Max Length to 32k from 255 chars
Gaming on Linux is NOT Ready… – Daily Driver Challenge Finale
Trying to do Simple Tasks on Linux lol
Linux HATES Me – Daily Driver CHALLENGE Pt.1
DON’T buy a new PC for Windows 11! – How to install
Windows Paste with Formatting Removed: CONTROL + SHIFT +V
CONTROL + SHIFT + V pastes with the formatting removed.
Microsoft Windows 11 Launch Event – Watch the LIVE Stream!
Apple won’t like this… – Run MacOS on ANY PC
Customize Linux Terminal Colors to be Readable
rwxrob taught me this nice trick to make the blue on black directory colors readable in the Linux terminal.
Create this file in your home directory and add the following content to set directory colors.
~/.dircolors
DIR 01;36 # directory
WSL2 – Windows Subsystem for Linux Installation Guide for Windows 10
Old: [Windows Subsystem for Linux Installation Guide for Windows 10]
Hyper-V needs to be [enabled in the BIOS] otherwise you may see an error.Installing, this may take a few minutes…
WslRegisterDistribution failed with error: 0x80370102
Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS.
For information please visit https://aka.ms/enablevirtualization
First open PowerShell Admin console to enable the Windows Subsystem for Linux.
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
In the PowerShell Admin console, enable the Virtual Machine feature.
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Reboot.
WSL2: [Download the Linux kernel update package]
In the PowerShell Admin console, set WSL2 as your default version.
wsl --set-default-version 2
Reboot
Install your Linux version from the Microsoft Store.
In the terminal check that the version is WSL2.
PS C:\WINDOWS\system32> wsl --list --verbose NAME STATE VERSION * Ubuntu-20.04 Running 2
[Get started using Python for web development on Windows]
Open a WSL terminal in VS Code by opening Terminal->New Terminal and enter wsl
in the terminal.
[Configure WSL for C/C++ Debugging]
Enable libc debugging in VS Code.
sudo mkdir /build sudo mkdir /build/glibc-ZN95T4 sudo cd /build/glibc-ZN95T4 sudo tar xvf /usr/src/glibc/glibc-2.31.tar.xz
What’s new in Office 365
Linux File System/Structure Explained!
How to change the priority order of network adapters on Windows 10
EVERYONE needs to learn LINUX – ft. Raspberry Pi 4
Beyond App Containers: Gaining privileged access to hardware inside your Windows app using custom capabilities
Downgrade Game Bar
The steps from the [uninstall Windows Game Bar from the PowerShell] GitHub Gist worked for me in order to downgrade.
Blocking Steam Traffic with your router
What’s new in Windows 10, version 1809 for IT Pros
Manage Windows 10 Network Adapter Priority
The ‘Adapters and Bindings’ Tab in Windows 10 is no longer available as shown in [How to change network connection priority in Windows 10].
Here’s a workaround so that the network adapter priority can be controlled. In my case I wanted to use Wifi for network connectivity while also connecting to a wired router.
1. Goto Control Panel > Network and Internet > Network Connections 2. Right click the desired connection (Higher Priority Connection) 3. Click Properties > Internet Protocol Version 4 4. Click Properties > Advanced 5. Uncheck 'Automatic Metric' 6. Enter 10 in 'Interface Metric' 7. Click OK