powershell

  1. Super God Mode vs God Mode in Windows 11: Searchable Shortcut Index for Hidden Settings

    Microsoft’s old Windows “God Mode” folder still works in Windows 11, but a newer open-source PowerShell project called Super God Mode can generate a much broader searchable folder of shortcuts to Control Panel pages, Settings app links, shell folders, URL protocols, and hidden Windows entry...
  2. Check and Resolve Pending Reboots Before Installing Windows Updates

    Check and Resolve Pending Reboots Before Installing Windows Updates Difficulty: Intermediate | Time Required: 15 minutes Introduction Before installing Windows Updates, it is a good idea to check whether Windows is already waiting for a restart. A “pending reboot” means Windows has installed...
  3. Check Windows Secure Boot Readiness for June 2026 Certificate Expiration

    Windows users can check readiness for the June 2026 Secure Boot certificate expiration by running an elevated PowerShell command that looks for the Windows UEFI CA 2023 certificate, then using Windows Update, OEM firmware updates, or Microsoft’s documented registry-triggered update path if it is...
  4. Get-SecureBootUEFI -Decoded (KB5093574): Read PK KEK DB DBX Certificates in PowerShell

    Microsoft has quietly given Windows administrators a badly needed diagnostic upgrade for the Secure Boot certificate transition: a new -Decoded parameter for the Get-SecureBootUEFI PowerShell cmdlet. Published under KB5093574 on April 28, 2026, the change turns Secure Boot’s normally opaque...
  5. How to Manually Update Microsoft Defender on Windows 10/11 (GUI, PowerShell, MpCmdRun)

    Windows Security can be updated manually in a few different ways on Windows 11 and Windows 10, and Microsoft’s own documentation confirms the most direct route is inside the app itself: open Virus & threat protection, go to Protection updates, and click Check for updates. That matters because...
  6. How PowerShell Beats Windows Settings: Duplicates, App Removal, Startup Audits

    PowerShell keeps proving that Windows’ polished interface is only part of the story. Beneath Settings and File Explorer, there are still meaningful gaps in what the operating system exposes, and PowerShell is often the only built-in tool that can close them cleanly. Three of the clearest...
  7. PowerShell 7.6 Postmortem: LTS Release Delay From Packaging Complexity

    Microsoft’s latest PowerShell postmortem is a quiet but important admission: even one of Windows’ most trusted built-in tools can be slowed by packaging complexity, compliance changes, and fragile release plumbing. The company says PowerShell 7.6, its newest LTS build, slipped beyond its...
  8. Get-ComputerInfo: One PowerShell Command for Full Windows System Inventory

    Windows hides a lot of useful detail behind polished panels and simplified views, and that’s why a single PowerShell command can feel almost unfairly powerful once you know it exists. The command is Get-ComputerInfo, and it turns Windows into its own one-shot inventory report instead of making...
  9. Unlock Windows Terminal: The Modern Hub for PowerShell, WSL, and SSH

    If you’ve never opened Windows Terminal, you’re sitting on one of the most flexible, modern command-line hubs Microsoft has ever shipped—and ignoring it means missing a live, extensible bridge between classic Windows shells, PowerShell’s object model, and the full Linux toolchain via WSL...
  10. Windows 11 Customization with Open Source Tools: ThisIsWin11 Sophia Script Debloat

    If you’ve been frustrated by the rigid defaults, hidden telemetry, and scattered settings that make Windows 11 feel less like “your” PC and more like a machine configured for someone else, a new generation of community scripts and open-source tools promises to put far more control back in the...
  11. Remove Windows AI: A Power User Guide to Debloating Windows 11

    Windows 11 power users have a new, blunt instrument for reclaiming control: a community-built PowerShell project that promises to remove or hide the operating system’s expanding set of AI surfaces — from the Copilot UI to Recall and other Appx/MSIX-based components — with a single, scripted...
  12. Windows 11 KB5078883: Phased Secure Boot Certificate Refresh and Diagnostics

    Microsoft’s March 10, 2026 cumulative update for Windows 11 (KB5078883, OS Build 22631.6783) is deceptively simple in its changelog but consequential in practice: alongside routine security hardening and reliability fixes, Microsoft has accelerated and expanded a coordinated rollout that...
  13. Publish PowerShell Tools as RemoteApp: Launchers, UNC Paths and DPI Fixes

    Running custom PowerShell tools as RemoteApp is a practical way to deliver lightweight utilities to end users, but the technique brings a cluster of real-world surprises: RemoteApp won’t publish .PS1 files natively; the Publish RemoteApp wizard and RDP client behave differently than desktop...
  14. FluentTaskScheduler: A Modern WinUI 3 Frontend for Windows Task Scheduler

    When a community developer rebuilt the Windows Task Scheduler with Fluent Design, WinUI 3 and .NET 8, the result was more than a prettier front end — it exposed how long the platform has been overdue for a modern, approachable automation UX while also reminding power users and admins that beauty...
  15. PowerShell Mastery: 10 Practical Cross Platform Automation Tips

    PowerShell is more than a command line: it’s an extensible, cross‑platform automation engine you can use to shape and secure your environment on Windows, Linux, and macOS — from quick one‑liners to full production tooling. A recent TechRepublic round‑up highlights ten practical, often underused...
  16. PowerShell Troubleshooting Toolkit: Four Quick Copy-Paste Windows Fixes

    PowerShell gives you a scalpel for Windows troubleshooting: four copy‑and‑paste commands that answer the right questions fast, fix the common problems I see on machines I rotate through, and get you from “What’s wrong?” to “Working again” without hunting through a dozen Settings panels...
  17. Microsoft 2026: PowerShell OpenSSH and DSC Modernize Windows Automation

    Microsoft's engineering teams are quietly reshaping the Windows server and automation stack in 2026, directing focused investment into PowerShell, Windows OpenSSH, and Desired State Configuration (DSC) to prioritize security, reliability, and modern authentication—changes that matter to...
  18. Migration Guide: Deprecation of -Credential in Exchange Online PowerShell

    Microsoft’s Exchange Online team is deprecating the long-standing -Credential parameter in Exchange Online PowerShell — a change that administrators must treat as urgent rather than optional. The company’s guidance (and the wider MFA/ROPC narrative) makes clear that the legacy Resource Owner...
  19. PowerShell on Linux: 3 Practical Paths to Windows Script Compatibility

    When your most trusted PowerShell tools are Windows‑centric but your day‑to‑day workstation is Linux, the mismatch isn't theoretical — it’s an operational problem that forces a fork in how you deliver automation. You can try to bend the platform to your scripts, or you can bend the scripts to...
  20. Create a Scheduled PC Cleanup: Temp Files + Recycle Bin Using Task Scheduler (Win10/11)

    Create a Scheduled PC Cleanup: Temp Files + Recycle Bin Using Task Scheduler (Win10/11) Difficulty: Intermediate | Time Required: 20 minutes A PC that’s used daily quietly accumulates clutter: temporary files, leftover update caches, app temp folders, and a Recycle Bin that never gets emptied...