Skip to main content

How to Remove Shortcut Virus from USB Drives & PC


    

How to Remove Shortcut Virus from USB Drives & PC

Today i am going to share an easy trick on how to remove the stubborn shortcut virus from your Usb Drive & Pc.


USB Drives, especially those which we used on public computers such as in schools, Internet cafes, hotels etc, are very susceptible to contamination by viruses present on other users of the machine devices. One of the most common is the “shortcut virus” that creates many unwanted icons on your USB device while hidden files that really matter; hindering or even preventing, the access to them.


The first thing to notice if you had installed the shortcut virus in your system is that it will be not get removed by your normal antivirus scanning it’s somehow stubborn. Shortcut virus usually creates the shortcut files, for example, Notepad.shortcut etc. So if you see such shortcut files in you Computer or Pendrive then this are the sure signs that you computer or pen drive contains the stubborn Shortcut virus. This is a kind of virus which will not get detected by normal antivirus.


How to Remove Shortcut Virus from USB Drives & PC

Today I am going to share you 3 simple tricks to remove the shortcut virus from your computer or Pen drive automatically. You can remove Shortvirus by using you command prompt or by installing a software.


#1 Method: Using CMD To Remove Shortcut Virus

1. In order to remove your shortcut virus with the help of your command prompt system, you need to follow the steps ahead.

2. Open Command Prompt by pressing Windows + R and Enter “CMD” in the box and hit enter.

How to Remove Shortcut Virus from USB Drives & PC

3. Now enter the following in your Command Prompt “attrib <Your USB drive>:*.* /d /s -h -r -s” without quotes ‘Your USB drive letter‘ must be replaced with your own drive letter. Suppose your flash drive is on Drive F so you must imply the following command “attrib f:*.* /d /s -h -r -s” without quotes and hit enter.

How to Remove Shortcut Virus from USB Drives & PC

4. Now wait for some time until CMD finishes the command, once it’s completed successfully the shortcut virus will be removed from your PC.

Also Read: How to View Hidden Files and Folders In Android


#2 Method: Using Software To Remove Shortcut Virus

If you decided to remove your shortcut virus from your Pendrive or Harddisk with the help of a Software then you need to Download the software Named UsbFix in your computer.


Key features Of UsbFix

Cleaning- As we all know USB Devices are essential for performing daily tasks, and they are more prone to be infected. So UsbFix is the software used to cleaning junk files and shortcut virus from your external USB drives.Repair- It can repair the files that are already damaged by some virus or malware. UsbFix manages to restore the registry features and also repairs security features.it makes an autorun.if files in the USB Drive to protect against other infections that may occur in the future.Backup- Incase UsbFix had deleted the files that are already damaged it automatically makes a backup in the C:\UsbFix\Quarantine. which gives users an option to take back the deleted files.Prevention- UsbFix not only cleans the viruses and malware from your USB device it

How to use UsbFix to Remove the Shortcut virus from Your USB storage device.

1. Download UsbFix Software in your computer you can download the software by clicking HERE.

How to Remove Shortcut Virus from USB Drives & PC

2. Install and restart your computer.

3. Connect Your USB Device which contains the shortcut or any other stubborn virus and then Run the Software.

4. Then click on Clean button.

How to Remove Shortcut Virus from USB Drives & PC

5. After you clicked on Clean button wait until it cleans your shortcut virus from your USB Storage.

How to Remove Shortcut Virus from USB Drives & Pen drive
After the completion Restart your computer again. It’s necessary to restart after the cleaning process because this tool makes some changes in the windows directory, which needs a restart. After that reinsert your USB Device again and you can see there will be no shortcut virus all are gone.

Comments

Popular posts from this blog

Wordpress hacking - How to install / run wpscan on windows xp / windows 7 / windows 10

HOW TO RUN WPSCAN ON WINDOWS Byrockstardevil Requirements: rubyinstaller Development Kit for rubyinstaller curl DLL for windows : libcurl.dll 1 - install rubyinstaller you must have Ruby 2.2.3 version . download links here : http://rubyinstaller.org/downloads/ for more info : https://github.com/oneclick/rubyinstaller/wiki 2 - install Development Kit for rubyinstaller download link : http://rubyinstaller.org/downloads/ how to install : https://github.com/oneclick/rubyinstaller/wiki/Development-Kit if you face that problem  "unknown encoding name -  (ArgumentError)" just type "chcp 1252" in cmd and hit enter 3 - install libcurl.dll A - Download libcurl.dll from : http://www.confusedbycode.com/curl/ B - copy libcurl.dll copy  libcurl.dll into ruby bin folder or wpscan folder and make sure to add it to your PATH. I also added .DLL to PATHEXT ex : C:\Ruby21-x64\bin\ you can visit : http://www.computerhope.com/issues/ch000549.htm to know to set the p

How To Generate Random IP Address Using JAVA ?

Today I'll Show You How To Generate Random IP Address... But First Why I Want This...Right...? Ans : If You Want Test Your Code That Whether It Is Recognizing The Machine By It’s IP Address Then You Had To Use This Code To Generate Random IP Address. So Here We Goooo.... private String generateIPAddress ( int p1 , int p2 , int p3 ) { StringBuilder sb = null ; Random r1 = new Random (); Random r2 = new Random (); Random r3 = new Random (); Random r4 = new Random (); String ip1 = Integer . toString ( b1 ); String ip2 = Integer . toString ( b2 ); String ip3 = Integer . toString ( b3 ); String ip4 = Integer . toString ( b4 ); String b1 = IpConverter . longToIp ( r1 . nextLong ()); String b2 = IpConverter . longToIp ( r2 . nextLong ()); String b3 = IpConverter . longToIp ( r3 . nextLong ()); String b4 = IpConverter . longToIp ( r4 . nextLong ()); //Now the I

3 Ways to Root Android 7.0 Nougat on Nexus Running Official AOSP [Update: Root Android 7.1]

3 Ways to Root Android 7.0 Nougat on Nexus Running Official AOSP [Update: Root Android 7.1] If you own a Nexus phone then chances are you have already updated your device with the latest official Android 7.0 Nougat firmware. This brings the newer firmware build number NRD90M to the Nexus range including the Nexus 5X, 6P, 9, 6, Nexus Player, and the Pixel C. Unfortunately, Nexus 5 and 7 were left behind. This has been a game-changing week for the Android community as you can now expect the new software for your Android device soon enough. It may either come officially from a manufacturer or unofficially from developers like CyanogenMod. Just like we saw the unofficial support for the  Nexus 5 and the Nexus 7  today. As the new AOSP source code is now available to developers, soon you may find Cyanogen 14 based custom ROMS releasing for several devices. Hence, to be ready, you may need to be rooted and also setup a custom recovery like TWRP on your device. So that once the CM 14 bas