Wingetlywingetly
← All apps

NoKill

by Mstrxv0.1.0

Last updated

Freeze rescue that never kills - detects hung Windows apps, finds blockers, preserves evidence.

Install with winget

$ winget install --id Mstrx.NoKill --exact --version 0.1.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for NoKill

NoKill uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i NoKill-0.1.0-win-x64.msi /quiet /norestart

See the full silent install reference for NoKill

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

NoKill is a rescue tool for Windows applications that freeze or go "Not

Responding", built on the principle that killing the process is the last

resort. It detects hung apps with conservative multi-signal scoring,

reveals hidden modal dialogs that block apps, diagnoses freezes with Wait

Chain Traversal (including deadlock detection), and preserves rescue

evidence - reports, screenshots, wait chains, minidumps, and app recovery

artifacts - into a local Recovery Vault before anything touches the

process. A background watchdog with a tray guardian mode preserves

evidence automatically the moment an app is confirmed frozen, and a local

freeze history tracks which apps freeze the most. Local-first: no

telemetry; the only outbound call is the optional update check.

Installers · v0.1.0

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for NoKill.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • Wondershare RecoveritWondershare Software Co.,Ltd.
    Wondershare.Recoveritv14.5.2.6

    Quickly restore precious documents, emails, and other files.

  • Find and MountA-FF Data Recovery
    Atola.FindandMountv2.32

    Recover deleted partitions

  • HonorSuiteHonor Device Co., Ltd.
    Honor.HonorSuitev11.0.0.736

    New intelligent manager for Android devices

  • NetSentinelNetSentinel Project
    NetSentinel.NetSentinelv2.3.0

    Network security scanner — rogue device detector, STP monitor, and connectivity analyser

  • 应用宝腾讯公司
    Tencent.YingYongBaov5.8.3

    Smartphone management tool

  • Process ExplorerSysinternals
    Microsoft.Sysinternals.ProcessExplorerv17.14

    Process Explorer shows you information about which handles and DLLs processes have opened or loaded.

More from Mstrx or browse diagnostics, freeze, hang.

Frequently asked questions

How do I install NoKill on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Mstrx.NoKill --exact --version 0.1.0. winget downloads the installer from Mstrx and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install NoKill silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Mstrx.NoKill --exact 0.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for NoKill?
NoKill uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i NoKill-0.1.0-win-x64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall NoKill via winget?
Run: winget uninstall --id Mstrx.NoKill --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from NoKill's Apps & Features entry.
Is NoKill free?
NoKill is distributed under Freeware. Refer to the publisher (https://github.com/MstrxDev/NoKill) for the full license terms - Wingetly itself does not charge for installation.
Does NoKill work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls NoKill directly from the publisher.
How do I keep NoKill up to date?
Run winget upgrade --id Mstrx.NoKill --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of NoKill from microsoft/winget-pkgs.