Windows PC Health Check Silent Install (How-To Guide)

The Windows PC Health Check application provides the latest information about the health of your Windows device. It assists you in enhancing your device’s performance and addressing performance issues. This application is regularly updated using customer feedback, ensuring that you can optimize the performance of your Windows PC to the fullest extent. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of Windows PC Health Check from the command line using the MSI installer.

How to Install Windows PC Health Check Silently

Windows PC Health Check Silent Install (MSI)

  1. Navigate to: https://aka.ms/GetPCHealthCheckApp
  2. Download the WindowsPCHealthCheckSetup.msi to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command: MsiExec.exe /i WindowsPCHealthCheckSetup.msi /qn
  6. Press Enter

After a few moments you will find PC Health Check entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:Windows PC Health Check
Vendor:Microsoft Corporation
Architecture:x86_x64
Installer Type:MSI
Silent Install Switch:MsiExec.exe /i WindowsPCHealthCheckSetup.msi /qn
Silent Uninstall Switch:MsiExec.exe /x WindowsPCHealthCheckSetup.msi /qn
Repair Command:MsiExec.exe /fa WindowsPCHealthCheckSetup.msi /qn
Download Link:Windows PC Health Check Download
PowerShell Script:Windows PC Health Check | PowerShell Script
Detection Script:Windows PC Health Check | Custom Detection Script

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Create a Windows PC Health Check Installation Log File

The Windows PC Health Check installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a verbose log file with details about the installation.

Windows PC Health Check Silent Install (MSI) with Logging

MsiExec.exe /i WindowsPCHealthCheckSetup.msi /qn /L*v "%WINDIR%\Temp\WindowsPCHealthCheck-Install.log"

Prevent PC Health Check From Launching Automatically After Silent Install

Create a Transform File to Prevent PC Health Check From Launching Automatically After Install

  • Download & Install InstEd or your favorite MSI Editor
  • Right-Click on the WindowsPCHealthCheckSetup.msi and select InstEd It!
  • Select Transform-> New Transform
  • Name the file WindowsPCHealthCheckSetup.mst and Save it to C:\Downloads
  • Under the CustomAction Table, Right-Click the LaunchApplicationNoUpdate Action & select Delete Row
  • Go to File-> Save-> Click OK
  • Close InstEd
  • Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  • Navigate to the C:\Downloads folder
  • Enter the following command:
MsiExec.exe /i WindowsPCHealthCheckSetup.msi TRANSFORMS=WindowsPCHealthCheckSetup.mst /qn

How to Uninstall Windows PC Health Check Silently

Check out the following posts for a scripted solution:

Windows PC Health Check Install and Uninstall (PowerShell)
Windows PC Health Check Silent Uninstall (PowerShell)
  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Enter one of the following commands:
VersionWindows PC Health Check Silent Uninstall String
3.7.2204.15001MsiExec.exe /x {804A0628-543B-4984-896C-F58BF6A54832} /qn
3.5.2204.04001MsiExec.exe /x {BCA59500-933F-4608-A295-104635925BE0} /qn
3.3.2110.22002MsiExec.exe /x {014B7442-C784-45D3-A152-F7D2C651F28A} /qn
3.1.2109.29003MsiExec.exe /x {77ACFAF7-E5AB-410D-BA14-BBEBF89422DE} /qn
3.0.2109.14001MsiExec.exe /x {3118F02F-61BE-4B8B-AA53-C5F81960936A} /qn

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts