Category: OS
How to Connect Chromebook to TV Without HDMI
Windows Insider – Using ISOs
[Windows Insider – Using ISOs]
[Windows Insider Preview Downloads]
[VMWare – Connect USB HIDs to a Virtual Machine]
[PowerShell – About Execution Policies]
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
OpenRazer
The [openrazer.github.io] driver is community supported and adds Linux/Mac support for many Razer hardware devices.
AnyDesk
[AnyDesk] is ultra powerful remote desktop tool capable of remote troubleshooting issues in the hands of only people you trust.
StayAwake
[StayAwake] is a useful tool for Windows to keep your machine from auto logging out.
[Cpp_PasteFromClipboardToForegroundApp] can paste text from the clipboard into the foreground app when the clipboard feature might be disabled.
[CSharp_ShareClipboard] is a C# app that can share the clipboard between computers.
Windows API – Grant identity to non-packaged desktop apps
Windows API – [Grant identity to non-packaged desktop apps]
Windows App SDK
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.
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
WSL2 – Windows Subsystem for Linux Installation Guide for Windows 10
Old: [Windows Subsystem for Linux Installation Guide for Windows 10]
WSL2: [Download the Linux kernel update package]
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