Removal of traces. [C#]
A.M.Soft
Support
Please contact me here.
Privacy Policy
Description
- When started, a dialog will be displayed.
- If you drag and drop the target file from Explorer, the target data will be deleted.
- A ring-shaped button is displayed during the process. If you want to cancel, please press.
- If the target data is not included, a warning message will be displayed.
- You can delete it by selecting it from Explorer and selecting "Send to" and then "Removal of traces".
- Launch Removal of traces. cmd.exe /c start removal-traces:
- It can also be processed by specifying the following arguments in the executable file. cmd.exe /c start removal-traces:"C:\Users\[username]\Downloads\*.jpg"
- If the path name contains a space, enclose the path name in "".
⇒ Process all jpg in the download folder.
cmd.exe /c start removal-traces:"C:\Users\[username]\Downloads\*.jpg /sub"
⇒ Process all jpgs in the download folder (subfolders).
cmd.exe /c start removal-traces:"C:\Users\[username]\Downloads\*.jpg /end"
⇒ Process all jpg in the download folder and exit.
- The ADS that is deleted is limited to 'Zone.Identifier'. (Can be specified with /key)
- The conversion list will be automatically deleted after 3 seconds. Click the frame to keep it.
- Press the Enter key to return to the initial screen.
History
- Improved the number of files to "Send to" from Explorer.
- Removed Windows 8 from supported models.
- Changed the version of .NET Framework to 4.8.
- The conversion list can be displayed with the Back key.
- Added support for dark mode switching on Windows 10 and later.
- After converting with "Send to", the end time is displayed.
- Changed the design of the frame.
- Added support for dark mode frame colors.
- The ADS key can now be specified from the argument.
- Added an operation that does not automatically reset the display of the conversion list.
- First edition released.
痕跡の削除 [C#]
A.M.Soft
サポート
こちらまで、ご連絡ください。
プライバシー ポリシー
詳細
- 起動すると、ダイアログが表示されます。
- エクスプローラから対象のファイルをドラッグ&ドロップすると、対象データが削除されます。
- 処理中はリング状のボタンが表示されます。中止したい場合は押してください。
- 対象データが含まれない場合は、警告メッセージが表示されます。
- エクスプローラーから選択して「送る」から「痕跡の削除」でも削除できます。
- 痕跡の削除の起動 cmd.exe /c start removal-traces:
- 実行ファイルに下記の引数を指定しても処理できます。 cmd.exe /c start removal-traces:"C:\Users\[ユーザー名]\Downloads\*.jpg"
- パス名に半角スペースが含まれる場合は、パス名を""で囲ってください。
⇒ダウンロードフォルダのjpgすべてを処理します。
cmd.exe /c start removal-traces:"C:\Users\[ユーザー名]\Downloads\*.jpg /sub"
⇒ダウンロードフォルダのjpgすべて(サブフォルダ対象)を処理します。
cmd.exe /c start removal-traces:"C:\Users\[ユーザー名]\Downloads\*.jpg /end"
⇒ダウンロードフォルダのjpgすべてを処理して終了します。
- 削除されるADSはZone.Identifierに限定されます。(/key で指定は可能)
- 変換リストは3秒後に自動消去されます。残す場合はフレームをクリックします。
- Enterキーで初期画面に戻ります。
履歴
- エクスプローラからの「送る」ファイル数を改善しました。
- 対応機種からWindows 8を除外しました。
- .NET Frameworkのバージョンを4.8に変更しました。
- 変換リストをBackキーで表示できるようにしました。
- Windows10以降のダークモード切り替えに対応しました。
- 「送る」で変換したあとに終了カウントを表示するようにしました。
- フレームのデザインを変更しました。
- ダークモードのフレーム色に対応しました。
- ADSキーを引数から指定できるようにしました。
- 変換リストの表示を自動リセットしない操作を追加しました。
- 初版公開