Silently run Microsoft Program Install and Uninstall troubleshooter

Trevor Simpson 1 Reputation point
2023-03-23T03:06:23.87+00:00

I have an app on a number of machines that I need to uninstall silently, it doesn't show up in control panel 'uninstall programs'

This tool does find it and uninstalls it.

https://support.microsoft.com/en-us/topic/fix-problems-that-block-programs-from-being-installed-or-removed-cca7d1b6-65a9-3d98-426b-e9f927e1eb4d

I need to run it on multiple computers, I can't find any logs as to what changes it made, just a ps1 file and xml on how to restore the registry.

no logs at @temp@ either.

Any help would be great.

Thanks!

Windows for business Windows Server User experience PowerShell
Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,746 Reputation points
    2023-03-23T16:09:43.07+00:00

    Hello there,

    If you cannot find the logs in Event viewer you can use other Windows tools to find the necessary logs.

    Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. You can get the tool from here https://docs.microsoft.com/en-us/sysinternals/downloads/procmon

    System Monitor (Sysmon) is a Windows system service and device driver that, once installed on a system, remains resident across system reboots to monitor and log system activity to the Windows event log.You can get the tool from here https://docs.microsoft.com/en-us/sysinternals/downloads/sysmon

    How to Determine What Just Ran on Windows Console https://devblogs.microsoft.com/commandline/how-to-determine-what-just-ran-on-windows-console/

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.