/build/static/layout/Breadcrumb_cap_w.png

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
  • Thx Desktop Jockey but I'm actually trying to delete the entry for "Startup". The Winzip Notifier is there which is different from the update checker. Also, it is not in the Registry - mafflitto 6 years ago
  • Then I would try something like this in a bat:
    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 6 years ago

Answers (2)

Posted by: Desktop Jockey 6 years ago
Second Degree Green Belt
0
This should get you going in the right direction.
http://kb.winzip.com/kb/entry/159/

Also You can check if there is an entry under:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run


Posted by: anonymous_9363 6 years ago
Red Belt
0
- Pre-Windows 8
Run MSCONFIG and select the 'Startup' tab.

- Windows 8 and up:
Run Task Manager and select the 'Startup' tab. 

That tells you where processes are set to start up.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ