Secure Shred Individual Files Using Send to With Ccleaner
by ee0u30eb in Circuits > Software
1868 Views, 5 Favorites, 0 Comments
Secure Shred Individual Files Using Send to With Ccleaner
This Instructable will show you have to add a Send To option to your right click which will enable you to delete file with CCleaner.
Create the Batch File
We will be using a batch file to execute the command call to CCleaner's internal deletion command. Open notepad and paste the following command:
c:\progra~1\ccleaner\ccleaner.exe /delete "%1"
Show Hidden Folders
In the next step you will save the batch file in your send to folder, this folder is hidden. If you know how to show hidden files then proceed to the next step, otherwise:
XP - In an explorer window (open my computer), goto Tools, Folder Option, View, Show Hidden files and folder
Vista - In an explorer window (open my computer), goto Organize, Folder and Search options, View, Show Hidden files
Save the File in Send To
You now need to save the file as a batch file in yours sendto folder.
For XP users this is:
c:\documents and settings\USERNAME\SendTo
(substitute your account name where it says USERNAME)
For vista users this is:
C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\SendTo
(substitute your account name where it says USERNAME)
Make sure you save it as a .bat file.... to do this enter the name with .bat in quotations. E.g
"FileShredder.bat"
For XP users this is:
c:\documents and settings\USERNAME\SendTo
(substitute your account name where it says USERNAME)
For vista users this is:
C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\SendTo
(substitute your account name where it says USERNAME)
Make sure you save it as a .bat file.... to do this enter the name with .bat in quotations. E.g
"FileShredder.bat"
All Done! - Nearly
Now you need to enable the secure deletion option in CCleaner, this will ensure files are shredded and not just delted (which is recoverable).
Open CCleaner and goto Options, Settings, Secure Deletion.
Choose the number of passes you would like.... the more passes the longer it will take.
Now when you right click a file, you will have a Send To option with the name of your batch file. Click it to shred your file!