BAT Version File Shredder _dos/bat

Source: Internet
Author: User

BAT version File shredder

Copy Code code as follows:

@echo off
For%%f in (% 1) do (
echo Deleting%%f ...
Copy nul%%f/y>nul
Del%%f/q/F
)

The above content is saved to C:\windows\system32\kill.bat.

Edit VBS script File

Copy Code code as follows:

Set Ws=createobject ("Wscript.Shell")
Ws.regwrite "hkcr\*\shell\\ Smash file \command\", "Kill%1"

After running the VBS file, a smash file item appears in the file's right Build menu and you can delete the file completely after clicking

Copy Code code as follows:

@echo off
REM File Shredding Tool
Echo, watch out for dangerous operations!
Pause
for/f "tokens=3*"%%a in (' dir/-c%1^|find file ') do fsutil file Setzerodata offset=0 length=%%a%1
Del%1
The echo file has been completely crushed!
Pause

Bat Force Removal Tool is ash often useful, easy and convenient and technical content, can help you delete some things you can't erase.

BAT Force Removal Tool use violence Delete, according to VirScan Point org website killing report, restart Delete and function Daquan, network detection, even if no networking can also use, batch processing risk action analysis, automatic update display information error. The Trojan scan speed is brisk, let your computer quickly regain vigor.

BAT Force Removal Tool main function
General Delete violence Delete reboot Delete backup Delete
Secure mode Repair network connection Repair folder Masquerade Repair
Virus immunization master Boot record backup/restore HOSTS file Repair
File association repair system time correction system reinforcement Scan Registry Scan Repair
IEFO hijacking scan System Key files Snapshot Cleanup system garbage Cleanup registry

Tip: Bat force Removal Tool if you use the "Batch Risk Action analysis" analysis "Force deletion tool" there will be false positives. Because the force removal tool performs a number of deletion commands, plus the role of the functional encyclopedia for the repair of the system and the modification of permissions, the occurrence of false positives is a normal phenomenon.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.