*[PC]Privacy Eraser メモ

・日本語化ファイル(私家版)
https://www.dropbox.com/sh/z1t7nuwdcj1c2km/AADJG7iztwvEKwSx7PfpBMIHa/%E3%81%9D%E3%82%8C%E4%BB%A5%E5%A4%96?dl=0

・Privacy Eraserをコマンドラインで使う

PrivacyEraser.exe|PrivacyEraser64.exe [/Clean [/Restart | /Shutdown] [/Silent | /VerySilent]] [/Export ["folder path"]]

/Clean クリーニングを実行
/Restart クリーニング後に再起動
/Shutdown クリーニング後にシャットダウン
/Silent メインウインドウを表示しない(タスクトレイアイコンのみ表示)
/VerySilent メインウインドウを表示しない(タスクトレイアイコンも表示しない)
/Export ["folder path"] 設定をエキスポート(folder path無指定時はインストールフォルダに保存)<使用例>
PrivacyEraser64.exe /Clean
PrivacyEraser64.exe /Clean /Silent
PrivacyEraser64.exe /Clean /Restart
PrivacyEraser64.exe /Clean /Restart /Silent
PrivacyEraser64.exe /Clean /Shutdown
PrivacyEraser64.exe /Clean /Shutdown /VerySilent
PrivacyEraser64.exe /Export
PrivacyEraser64.exe /Export "C:\My Plug-ins\Test\"

・ゴミ箱のコンテキストメニューに「PrivacyEraserを実行」追加(32bit).reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\PrivacyEraser_Run]
@="Privacy Eraserを実行"
"Icon"="\"C:\\Program Files\\Privacy Eraser\\PrivacyEraser.exe\""

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\PrivacyEraser_Run\command]
@="\"C:\\Program Files\\Privacy Eraser\\PrivacyEraser.exe\" /Clean /Silent"

・ゴミ箱のコンテキストメニューに「PrivacyEraserを実行」追加(64bit).reg

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\PrivacyEraser_Run]
@="Privacy Eraserを実行"
"Icon"="\"C:\\Program Files\\Privacy Eraser\\PrivacyEraser64.exe\""

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\PrivacyEraser_Run\command]
@="\"C:\\Program Files\\Privacy Eraser\\PrivacyEraser64.exe\" /Clean /Silent"

・ゴミ箱のコンテキストメニューの「PrivacyEraserを実行」削除(32&64bit).reg

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\PrivacyEraser_Run]