Remove .exe Startup
I need a script that will remove the Winzip Update Notifier from Startup on Windows machines. Does an existing script exist ?
2 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
Desktop Jockey
7 years ago
Posted by:
anonymous_9363
7 years ago
DEL C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\FILENAME.exe /F
You may need to kill the notifier task before deleting with this:
taskkill /F /IM FILENAME.exe - Desktop Jockey 7 years ago