
Sunday, 1 February 2015
Disk - Clean and Clean All with Diskpart Command for Pendrive and Hard Disk
Posted by Nikulsinh On Sunday, February 01, 2015 3 comments
Disk - Clean and Clean All with Diskpart Command
Information
This will show you how to use the clean or clean all command on a selected disk to delete all of it's MBR or GPT partitions, volumes, and any hidden sector information on MBR disks is overwritten.
The data on the HDD is not written over using the clean command like it does with the clean all command below. With the clean command, the data on the HDD is only marked as being deleted instead...
How to Remove Shortcut Virus from Pendrive using CMD
Posted by Nikulsinh On Sunday, February 01, 2015 1 comment
Solution for "Shortcut" Virus Affecting Your Pen-drive
Click on "Start"
Run
Type CMD
And click on OK.
Here I assume your Pendrive letter as K:
Enter this command.
attrib -h -r -s /s /d K:\*.*
Or
attrib K:\*.* /d /s -h -r -s
You can copy the above command Right-click in the Command Prompt and Paste it.
Note : Don't forget to replace the letter G with...