Завантажити | Enterprise | Придбати | Знімки | Історія | Допомога | How-to | Forum
How to merge a split ZIP archive manually
How to open a Z01 file
How to open a haozip01.zip file
How to disable the automatic data sending
How to encrypt filenames in archives
How to extract only files without subfolders from an archive
How to remove Bandizip items from Windows 11 context menu




How to disable the automatic data sending

When you install Bandizip for the first time, the checkbox is selected by default as shown below and Bandizip will automatically send usage statistics and crash reports.



If Bandizip already has been installed and you want to disable the sending function, perform one of the following.


Use the Registry Editor.

  1. Open the Registry Editor and go to the following registry key.
  2. HKEY_LOCAL_MACHINE\SOFTWARE\Bandizip

  3. Set the value below as 0.
  4. AutoReport



Use the command line parameters.

Run the following commands via the Command Prompt or batch files. (Need to run as administrator.)

REG ADD HKLM\SOFTWARE\Bandizip /v AutoReport /t REG_DWORD /f /d 0