#author("2021-05-14T03:41:24+09:00","default:ryuichi","ryuichi")
#author("2021-05-14T04:08:33+09:00","default:ryuichi","ryuichi")
* ExplorerのコンテキストメニューからDropboxに移動を消す [#p5fea916]

** Dropboxに移動 [#p93833c0]

- Dropboxアプリをインストールすると、Explorerのコンテキストメニューに"Dropboxに移動"という項目が加わり、非常に目障り。
- Dropboxアプリの設定画面から削除する機能は用意されていない。Dropboxのウェブサイトに削除する方法は説明されてない。
- こういう悪質な事は止めてもらいたい。

** 旧手順(多分2021年現在では使えない) [#n96eb6d4]

- タスクトレイからDropboxのアイコンをクリック→右上の歯車→Dropboxを終了を選び、Dropboxを終了する。
- デスクトップやスターメニューにある、Dropboxのショートカットアイコンを右クリックして、プロパティを選ぶ。
- リンク先に"-move-to-dropbox=False"という記述を加える。例えば以下のようになる。
-- "C:\Program Files (x86)\Dropbox\Client\Dropbox.exe" /home -move-to-dropbox=False
- そのショートカットアイコンをダブルクリックして、Dropboxを起動する。
- ExplorerのコンテキストメニューからDropboxに移動をが消えているはず。
- 消えてない場合は、エクスプローラーを再起動する。(もしくはサインインしなおす)

** 手順 [#g528327c]

 HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers
 HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers
 HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers
 HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers

- Dropboxを停止する
- レジストリエディタで上の2つのパスを開く
- '''DropboxExt'''というキーがあるので、それを削除する
- エクスプローラーを再起動するか、PCをリスタートする

*** もしくは Regファイルで一括削除するには [#icd3a1d5]

 Windows Registry Editor Version 5.00 
 
 [-HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\DropboxExt]
 
 [-HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\DropboxExt]
 
 [-HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\DropboxExt]
 
 [-HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\DropboxExt]

- メモ帳で上の内容を記述し、適当はファイル名 test.reg などで保存する。
- できたtest.regをダブルクリックする


** 参考 [#e87f7172]
- http://dogancelik.com/2020/how-to-remove-or-restore-send-with-transfer-dropbox/
- https://www.dropboxforum.com/t5/Dropbox-installs-integrations/How-to-Disable-Context-Menus/td-p/374051/page/3
- http://www.intowindows.com/how-to-remove-move-to-dropbox-from-context-menu/

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS