Hi all,
I’m working with closing apps for adobe CC, and wonder how to handle
Show-InstallationWelcome -CloseApps "Creative Cloud"
or any process with spaces in their name?
Question 2:
I’m using
$A = Get-Process
$A | Get-Process | Format-Table
ps scrip to get running processes but its failing to close apps with 32bit
example:
get process > the I see
611 29 10036 37388 0.20 16564 9 Creative Cloud Helper
i’m executing
Show-InstallationWelcome -CloseApps ‘Creative Cloud Helper’ but it wont terminate.
Any tips to how to find better process in better format (not to guess how its called) and not try to terminate it via process ID.