# Microsoft Store - Sysinternals | Microsoft Learn

Summary — Microsoft Store: Sysinternals Suite

* What it is
  * Sysinternals Suite (version 2025.11.2, updated Nov 17, 2025) is distributed from the Microsoft Store as an MSIX bundle.
  * Link: <https://learn.microsoft.com/en-us/sysinternals/downloads/microsoft-store#sysinternals-suite>
* Installation / usage
  * Installed per-user like other MSIX packages; binaries are stored in a secure, shared location.
  * Graphical tools (e.g., Process Explorer) are added to the Windows Start menu. On Windows 11 these are grouped in a Sysinternals Suite Start menu folder (see VisualGroup property). Windows 10 does not support Start menu folders for MSIX packages.
* Executables / app execution
  * All packaged executables are exposed via Windows app execution aliases under:
    * %LOCALAPPDATA%\Microsoft\WindowsApps
  * The Sysinternals Suite aliases are under:
    * %LOCALAPPDATA%\Microsoft\WindowsApps\Microsoft.SysinternalsSuite\_8wekyb3d8bbwe
  * Viewing that directory is a way to list the package’s app execution aliases; aliases are removed when the MSIX package is uninstalled.
  * The article includes a full listing of bundled executables (examples: procexp.exe, Procmon.exe, PsExec.exe, Autoruns.exe, RAMMap.exe, Sysmon.exe, tcpview\.exe, etc.). (See original for complete list.)
* Processor architecture
  * The MSIX bundle contains separate packages for ARM64, x64, and x86.
  * Only the package matching the OS is downloaded/installed.
  * Packaged executables keep the same names (no architecture suffix); e.g., procexp.exe on x64 corresponds to the unpackaged procexp64.exe.
* Additional resources
  * Related training: "Explore the Windows Package Manager tool - Training" — <https://learn.microsoft.com/en-us/training/modules/explore-windows-package-manager-tool/?source=recommendations>
* Metadata / notes
  * Last updated: 11/17/2025.
  * The page mentions Ask Learn (an AI assistant) and requires sign-in to use it: <https://learn.microsoft.com/en-us/sysinternals/downloads/microsoft-store#>

If you want, I can produce a short checklist for installing and accessing these tools, or extract the full executable list into a code block for quick reference. Which would you prefer?
