다운로드 | 엔터프라이즈 | 구매하기 | 스크린샷 | 변경사항 | 도움말 | 하우투 | 게시판

Windows 11 우클릭 메뉴에서 반디집 항목 제거하기


win11menu

Windows 11의 탐색기에서 반디집의 우클릭 메뉴를 제거하기 위해 다음과 같은 방법들을 사용할 수 있습니다.

PowerShell로 제거하기

get-appxpackage BandizipShellext* | Remove-AppxPackage

명령 프롬프트(cmd.exe)로 제거하기

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

제거한 우클릭 메뉴를 다시 등록하려면 다음 명령 줄을 입력합니다.

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