Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Winzip Start Menu, Taskbar Tray, Desktop Icons

Featured Replies

Is there a way, a registry tweak to not install the Start menu, Taskbar tray and Desktop links of WinZip 9.0, because it is impossible to delete them with a *.cmd


Is there a way, a registry tweak to not install the Start menu, Taskbar tray and Desktop links of WinZip 9.0, because it is impossible to delete them with a *.cmd

why not use WinRAR instead? and anyway, it's not impossible:

====CALL THIS AFTER THE FINISHED INSTALLATION OF WINZIP====

cmdow @ /hid

@echo off

del /s/q "%userprofile%\desktop\winzip 9.0.lnk"

del /s/q "%allusersprofile%\desktop\winzip 9.0.lnk"

del /s/q "%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Winzip 9.0.lnk"

del /s/q "%allusersprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Winzip 9.0.lnk"

rmdir /s/q "%userprofile%\Start Menu\Programs\Winzip 9.0"

rmdir /s/q "%allusersprofile%\Start Menu\Programs\Winzip 9.0"

exit

=====================END=======================

I don't know what the exact locations for winzip 9.0 are, or what the exact shortcuts are called, but that's the general idea... replace winzip 9.0.lnk with whatever the real shortcut name is... and change the directory entry to match whatever it really is... if you don't want the little winzip icon showing up on startup, remove it's registry entry:

====CALL THIS AFTER THE FINISHED INSTALLATION OF WINZIP====

cmdow @ /hid

@echo off

pskill winziptray.exe

REG DELETE HKLM\Software\Microsoft\Windows\CurrentVersion\Run\ /v "Winzip Tray Icon" /f

REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run\ /v "Winzip Tray Icon" /f

exit

=====================END=======================

again that's not the exact script, but that's the general idea... winziptray.exe is defenitely not the right thing, and i don't think it's aclled "winzip tray icon" in the registry... but I stopped using WinZIP like 3 years ago hehe... good luck to you, and I hope you get it to do what you want it to do! Cheers - TruRomeo4Juliet

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.