Microsoft 12022 Published by Philipp Esselbach 0

The PowerShell team released three simultaneous servicing updates on August 14, 2026: v7.4.19, v7.5.10, and v7.6.5. All three versions include a one-line engine patch that resolves inconsistent dot-sourcing behavior for signed advanced-function scripts running under Windows Defender Application Control. Notably, v7.6.5 marks the first time PowerShell targets .NET 10, while the older branches remain on .NET 8 and .NET 9 respectively. There are no new CVEs, as the patch addresses a WDAC enforcement inconsistency rather than a security vulnerability, alongside routine updates to the Microsoft.PowerShell.Archive module.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft dropped PowerToys Preview v0.101.2262.0, marking the third preview release in just 48 hours as the team pushes toward a stable v0.101 launch. The update brings highly requested quality-of-life improvements to Shortcut Guide, adding a page-local search box and adjustable Windows-key hold thresholds to prevent accidental activations. File Explorer's Markdown preview now renders local and network-share images behind a Group Policy-controlled opt-in toggle, while Advanced Paste expands compatibility for third-party OpenAI-compatible API backends. Behind the scenes, Microsoft replaced its retired issue triage system with an agentic AI workflow and pinned build dependencies to immutable commit SHAs to harden the supply chain.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft released WinGet v1.30.100-preview on August 13, 2026, leading with a new --ignore-unavailable flag for the install command that enables batch operations to skip missing packages rather than aborting the entire provisioning process. The update resolves a critical 0x8000ffff crash affecting --disable-interactivity with the Resume feature, updates build agents to Visual Studio 2026, and implements an AI-powered agentic workflow to semantically identify duplicate issues in the repository's backlog. Community contributor @CatBraaain introduced the new flag, while maintainers refined the CI infrastructure to support PowerShell 5 for vcpkg port overlays alongside modernized testing with NUnit v4. Users can install the preview immediately via winget upgrade Microsoft.WinGet.Client --source winget --accept-package-agreements.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft has released PowerToys Preview v0.101.2242.0, introducing an opt-in monitor window rotation feature for FancyZones that lets users shift windows between screens using arrow keys. The Command Palette receives a significant search ranking overhaul, replacing outdated heuristics with time-decayed frecency, per-provider weights, and parallel scoring for faster results. Additionally, this build resolves dock band lifecycle issues that previously caused Performance Monitor bands to display incorrectly after a restart. Developers and early adopters can download the new preview from the official GitHub releases page.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft has released PowerToys Preview v0.101.2241.0, a maintenance update landing on August 12, 2026, that resolves four user-facing issues and stabilizes the build pipeline. The headline fix targets Mouse Highlighter, where a hook-chain timing issue caused the ripple effect to stick during rapid input, resolved by moving event capture to a thread-safe ring buffer. Additional patches restore proper localization for File Locksmith context menus, fix disappearing selection highlights in Quick Accent lists, and correct desktop icon positioning in New+ for per-monitor DPI awareness. The preview also pins the CI pipeline to .NET 10 SDK version 10.0.302 to prevent runtime mismatches, with installers available for x64 and ARM64 in both per-user and machine-wide variants.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft released .NET 11 Preview 7, moving NativeAOT to default in the CLI for major startup performance improvements and adding C# 15 features like union patterns and labeled loop control. Simultaneously, security servicing updates for .NET 8, 9, and 10 address ten CVEs, including two critical remote code execution vulnerabilities that demand immediate patching. Developers should prioritize migration from .NET 8 and 9, both of which reach end-of-support on November 10, 2026, just three months away. The preview concludes a dense release window with significant library additions, including IEEE 754 decimal types and ZIP password encryption, ahead of .NET 11's STS target date.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft has raised Windows OEM licensing fees by 7% to 10% effective July 2026, marking a steeper increase than previous annual hikes. This comes as PC makers face a compounding cost crisis, with RAM prices surging 110% and SSD costs jumping roughly 147% since early 2026. Industry analysts expect OEMs to pass these rising expenses to consumers, leading to further price increases for pre-built PCs in the coming quarters. If you are in the market for new hardware, securing a purchase now may help you avoid higher costs later.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft released another PowerToys preview build today, delivering a focused update on stability and quality rather than new features. The release resolves a critical regression in the Settings General page caused by a WinUI style mismatch and eliminates visual artifacts in Quick Accent by implementing DWM cloaking. Developers also improved install path resolution for elevation-aware scenarios and expanded the UI test suite with extensive coverage across x64 and ARM64 architectures. The update highlights rapid community responsiveness, with a bug reported and fixed within hours, and acknowledges Copilot's role as a co-author on several contributed pull requests.

Microsoft 12022 Published by Philipp Esselbach 2

Microsoft PowerToys Preview v0.101.2211.0 has been released today, headlined by Advanced Paste's new on-device AI provider powered by Phi Silica, which runs locally without requiring cloud API keys or sending data off-machine. The release wraps up a long-running architectural shift by migrating Mouse Jump from WinForms to WinUI 3, unlocking multi-device support for future Mouse Without Borders integration, while 15 Command Palette PRs tackle memory retention issues and responsiveness bottlenecks. Additional improvements include IPC pipe hardening that resolves stale-state crashes, a guided Bug Report flow with direct GitHub shortcuts, and a new Stable/Insider update channel selector in Settings. 

Microsoft 12022 Published by Philipp Esselbach 1

Microsoft Edge is accelerating its deprecation of Manifest V2 extensions, targeting full removal by the end of 2026 to align with Google Chrome's Chromium standards. The transition replaces persistent background pages with service workers, caps filter rules at 30,000, and bans remote code execution, effectively killing uBlock Origin and forcing ad blockers into reduced-functionality modes. While Microsoft defends the move as a security upgrade, privacy advocates argue it creates a backdoor for trackers and strips users of browsing control, leaving those who rely on legacy tools with no choice but to switch to Firefox, Brave, or Vivaldi.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft released the fourth preview build of its WinGet v1.30 train, packing in manifest schema updates, admin uninstall security hardening, and critical crash fixes for unattended installs. The build specifically targets automation workflows by resolving an HRESULT 0x8000ffff error that broke the combination of --disable-interactivity and the experimental Resume feature across three consecutive previews. Behind the scenes, Microsoft is finalizing test infrastructure upgrades, migrating NUnit to v4, and enforcing stricter per-user versus machine-wide package boundaries ahead of the stable release. Enthusiasts can test the preview immediately via the winget source, though Microsoft cautions that the Resume feature remains too unstable for production environments.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft's July 2026 Azure SDK update drops the azure_storage_sas crate for Rust, giving developers the first real client capability to build scoped Shared Access Signatures without exposing account keys. Python takes center stage with ten new libraries, including four stable releases for domain registration, certificate management, resource health, and data boundaries to streamline enterprise compliance and TLS automation. Beta access also arrives for resilience management across both Python and Java, signaling a push toward cross-language service reliability operations alongside broader coverage for billing, marketplace, and Power Platform tooling. The package updates land on PyPI, crates.io, and Maven Central now, though Rust developers will need to wait a bit longer for client libraries beyond storage to keep pace with the foundation stack.

Microsoft 12022 Published by Philipp Esselbach 0

Windows Package Manager v1.30.80-preview arrived on July 29, 2026, with a new optional telemetry event that tracks Microsoft Store catalog installs flowing through the winget CLI. The dedicated ETW event logs only Store product IDs and install sources, while fully respecting existing user opt-out settings and avoiding personal data. The preview also finishes two major internal refactors, upgrading the test suite to NUnit v4 and standardizing CppWinRT coroutines with /await:strict. This third drop in the v1.30 cycle includes dependabot security updates and stable regression patches, with Microsoft continuing its accelerated preview cadence ahead of the stable release.

Microsoft 12022 Published by Philipp Esselbach 0

Windows Package Manager v1.30.70-preview arrived on July 22, 2026, as a maintenance build that addresses two significant regressions without introducing new features. The release targets a catastrophic crash affecting --disable-interactivity when paired with the Resume experimental feature, a critical issue for enterprise automation pipelines, alongside a configuration elevation bug that broke DSC operations via app execution aliases. The 15 merged pull requests also cover infrastructure improvements, including certificate rotation, an NUnit v4 upgrade, and dependency updates for the WinGetLogViewer tooling. These stabilization patches have already been backported to the v1.29 stable branch, ensuring existing users can resolve the regressions without waiting for the next major milestone.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft has dropped the first preview build for Windows Package Manager v1.30, but this release is strictly a stabilization window with zero new features. The only reason to pay attention right now is a high-severity patch that fixes a crash breaking --disable-interactivity workflows when paired with the experimental Resume checkpoint system. Alongside that critical fix, the preview delivers medium-severity validation corrections, build compatibility tweaks for Visual Studio 2026, and repository line-ending normalization. Standard users should ignore this update and stick to the stable WinGet 1.29.280 release, as only automation testers and preview channel consumers will actually benefit from the changes.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft has released Windows Terminal 1.24.11911.0 and Preview 1.25.1912.0 to address critical issues while delaying the upcoming version 1.26 release. Key fixes include resolving a tab-dragging crash, preventing an NVIDIA driver deadlock, and patching memory corruption within the DRCS font subsystem. These servicing updates also carry over earlier improvements like Kitty Keyboard Protocol support and disabled store licensing checks to ensure stability. Users can update immediately via the Microsoft Store, WinGet, or GitHub releases to apply these fixes.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft has released simultaneous servicing updates for .NET 8, .NET 9, and .NET 10, alongside the sixth preview of .NET 11, all patching 17 critical vulnerabilities. .NET 11 Preview 6 ships C# unions, OpenAPI 3.2 defaults, and CoreCLR for MAUI, while the current platforms sprint toward their November 10 end-of-support date. Developers running .NET 8 or 9 have roughly four months to apply patches and migrate before security updates dry up. .NET 10 remains the recommended LTS path for production, extending support through November 2028 with significant JIT and post-quantum cryptography improvements.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft has confirmed it will retire nearly 70 products and services throughout 2026, marking the most aggressive end-of-support push in recent memory. From Windows 11 24H2 and Office 2021 to legacy SQL Server and on-prem Dynamics suites, the cutoff dates are already locked in. The company is doubling down on Microsoft 365 and Azure, leaving perpetual licenses and legacy infrastructure with a strict expiration date. Keep your infrastructure team on the clock and map your migrations to July and October deadlines before the support taps run dry.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft has officially released TypeScript 7.0, replacing the JavaScript-based compiler with a complete rewrite in Go. The new architecture unlocks true multi-threaded compilation and delivers roughly 10x faster build times across typical workloads. As part of this overhaul, older module resolutions and deprecated flags are gone, while defaults like strict and esnext are now hard requirements for all projects. Teams can run old and new versions side-by-side using the @typescript/typescript6 compatibility package while waiting for stable programmatic APIs in TypeScript 7.1.

Microsoft 12022 Published by Philipp Esselbach 0

Microsoft's June 2026 Azure SDK update stabilizes the Rust ecosystem at version 1.0.0, locking seven core crates with semver guarantees and production-grade observability. Python developers gain their first stable AI Transcription client alongside Planetary Computer Pro, which brings richer response models and a notable breaking change for existing collectors. The Azure Functions MCP extension ships its full native primitive set with Entra ID authentication, while the azd CLI delivers nine releases adding Go Functions support and safer multi-layer provisioning. Finally, infrastructure performance gets a real boost from direct Blob-to-GPU streaming that cuts model load times by 6x, paired with a critical Java Cosmos DB deserialization patch before Node.js 20.x drops out of support on July 9.