PowerShell 7.7: transition to MSIX instead of MSI https://sudonull.com/powershell-7-7-transition-to-msix-instead-of-msi
Microsoft is abandoning MSI in PowerShell 7.7 in favor of MSIX for predictable deployment. Differential updates, availability, and enterprise support. Learn the details of the changes.
Running LLM without GPU: guide for developers | 2024 https://sudonull.com/running-llm-without-gpu-guide-for-developers-2024
How to set up client-server architecture for local AI models on Linux and Windows. Step-by-step instructions with CPU optimization.
Window protection from screenshots: Windows, macOS, Linux https://sudonull.com/window-protection-from-screenshots-windows-macos-linux
How Netflix and other apps hide content from screen capture. Analysis of API SetWindowDisplayAffinity, ScreenCaptureKit and Linux features. Learn where protection works and where it's broken.
Windows Search Improvements: Speed and Local Priority https://sudonull.com/windows-search-improvements-speed-and-local-priority
Microsoft is refining search in Windows 11: accelerating indexing, priority to local files, less Bing and recommendations. Details of changes for developers.
Windows 11 Keyboard Layout Switching AutoHotkey https://sudonull.com/windows-11-keyboard-layout-switching-autohotkey
Set up stable Alt+Shift in Windows 11 with AutoHotkey v2 script. Bypassing the standard mechanism, code with debounce and API. Instructions for developers.