Wingetlywingetly
← All apps

Process Prompt

by Cjwdevv1.1.0

Last updated

Prompt users to terminate specified processes before a software deployment task is executed

Install with winget

$ winget install --id Cjwdev.ProcessPrompt --exact --version 1.1.0

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

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

When deploying software installations or updates, sometimes certain programs need to be closed first before the install/upgrade can complete successfully. However, most automated software deployment tools such as Microsoft SCCM (and other similar tools) have no option to take this in to account and so the deployment task will simply fail if a particular process was running at the time. Process Prompt was designed to be used with your existing deployment tool and will check to see if specified processes are running before attempting to run your software deployment task - if any of the specified processes are running then it will prompt users to close those programs and will wait until they have done so before it executes the software deployment task.

Features

- Check for any number of running processes before executing a specified installer or script

- Set user friendly display names for each process so that the end user knows which programs they need to close

- Specify a time limit that the end user must close the programs within (optionally force them to terminate if they have not been closed by this point)

- Complete control over return codes from the process prompt executable for various scenarios

- Choose whether or not the end user sees a progress window while the deployment task is executing and is notified when it has completed

- All options are specified via XML file which is generated by the easy to use GUI config editor, which has detailed explanations of each setting

Installers · v1.1.0

ArchitectureTypeScopeInstallDownload
x86ZIP
archive
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 Process Prompt.

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

  • A
    AD InfoCjwdev
    Cjwdev.ADInfo.Freev1.8.2

    Query your Active Directory domain for information on several different types of objects (Users, Computers, Groups, Printers etc) using this flexible and user friendly Active Directory reporting tool.

  • Group Manager Free EditionCjwdev
    Cjwdev.GroupManager.Freev3.0.1

    A user friendly application that lets end users edit the members of any groups that they are assigned as the manager of in Active Directory.

  • AD Account Reset ToolCjwdev
    Cjwdev.ADAccountResetToolv1.4.6

    A simple tool that allows helpdesk technicians or non admin users to quickly unlock and reset passwords for user accounts without having to use the full AD Users & Computers MMC tool (assuming they have been delegated the required permissions).

  • NTFS Permissions Reporter Free EditionCjwdev
    Cjwdev.NTFSPermissionsReporter.Freev3.1.1

    A tool for reporting on NTFS permissions across multiple directories and servers. Produce a report of all permissions or filter results to show only locations that match specific criteria, such as locations that only a specific user or group has access to.

  • AD Photo Edit Free EditionCjwdev
    Cjwdev.ADPhotoEdit.Freev2.6.1

    A user friendly program for uploading photos into a user's (or contact's) thumbnailPhoto attribute in Active Directory. The images in this attribute are used by Outlook 2010 and several other new Microsoft products to display images of users.

  • AD Permissions ReporterCjwdev
    Cjwdev.ADPermissionsReporter.Freev1.1.0

    Easily report on delegated permissions in your Active Directory domain structure

More from Cjwdev or browse deploy, deployment, intune.

Frequently asked questions

How do I install Process Prompt on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Cjwdev.ProcessPrompt --exact --version 1.1.0. winget downloads the installer from Cjwdev and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Process Prompt silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Cjwdev.ProcessPrompt --exact 1.1.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Process Prompt via winget?
Run: winget uninstall --id Cjwdev.ProcessPrompt --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Process Prompt's Apps & Features entry.
Is Process Prompt free?
Process Prompt is distributed under Freeware. Refer to the publisher (https://cjwdev.com/Software/ProcPrompt/Info.html) for the full license terms - Wingetly itself does not charge for installation.
Does Process Prompt 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 Process Prompt directly from the publisher.
How do I keep Process Prompt up to date?
Run winget upgrade --id Cjwdev.ProcessPrompt --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Process Prompt from microsoft/winget-pkgs.