Disable specific software from startup

are there any fixlet or task to disable a specific software from startup?

You can just remove the entries from the Run key in the registry and call it a day. I have used something like below in the past. You just need the name of the value that you are trying to remove.

I used the below relevance to find the machines

exists value “TlogonPath” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run” of native registry

Then, I used the below to get rid of the Value

regdelete “[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]” “TlogonPath”

2 Likes

Yes, but it depends on how the software is being invoked.

Examples: