A useful freeware tool to find silent switches for a exe install program. USSF https://www.capstanservices.com/tools-blog/2018/4/4/the-ultimate-silent-switch-finder-ussf
Tag: exe
Find Location of Executable in Windows
To find the location of a built in exe for example notepad.exe in Windows use the Powershell Get-Command tool(gcm) to display the path.
Windows Command End Process
To view all processes run tasklist with elevated privileges To filter/search for a process name e.g. Notepad.exe To force end a process e.g. Notepad.exe