下載 | 企業版 | 立即購買 | 擷圖 | 改版日誌 | 說明 | 使用方法 | 論壇

How to remove Bandizip items from Windows 11 context menu


win11menu

You may use the following command lines to remove items offered by Bandizip from a context menu in Windows 11.

In PowerShell

get-appxpackage BandizipShellext* | Remove-AppxPackage

In Command Prompt (cmd.exe)

"C:\Program Files\Bandizip\data\RegPackage.x86.exe" /unreg BandizipShellext2

And you may use the following command line to register Bandizip items in the context menu again.

"C:\Program Files\Bandizip\data\RegPackage.x86.exe" /reg "C:\Program Files\Bandizip\data\bzshell.x64.msix"