Remove Sortcut from USB Pendrive:
Is there anyway to access an external usb drive when running a command prompt from the Window7 recovery disk.
When your pendrive sortcut than you do the system remove step by setp. and command this:
Step 1:
Open Command promote for write on Run...CMD than Enter
Step 2:
you write #>H: press Enter (H: that Drive Letter)
#>attrib -h -r -s /s /d you press Enter
you are OK..
Asraful computer flow the easy system :
or
The word “Virus” is a threat to users of Windows. Users feel uneasy to connect others USB or pen drive to their Computer for the inflections made by Virus. Viruses spread in Computer to Computer through the pen drive or any removable disk drive. Mainly Autorun.inf or many .exe files like newfolder.exe, ravmon.exe etc affect the documents of your computer. If you try to delete the file from the directory they come back automatically every time and it easily spreads in the computer.
Or ,
First click the “Start” button and go to “Run“. You can also press “Windows+R“. Type “cmd” there
Type the following commands in the Command Prompt
Is there anyway to access an external usb drive when running a command prompt from the Window7 recovery disk.
When your pendrive sortcut than you do the system remove step by setp. and command this:
Step 1:
Open Command promote for write on Run...CMD than Enter
Step 2:
you write #>H: press Enter (H: that Drive Letter)
#>attrib -h -r -s /s /d you press Enter
you are OK..
Asraful computer flow the easy system :
or
The word “Virus” is a threat to users of Windows. Users feel uneasy to connect others USB or pen drive to their Computer for the inflections made by Virus. Viruses spread in Computer to Computer through the pen drive or any removable disk drive. Mainly Autorun.inf or many .exe files like newfolder.exe, ravmon.exe etc affect the documents of your computer. If you try to delete the file from the directory they come back automatically every time and it easily spreads in the computer.
Or ,
First click the “Start” button and go to “Run“. You can also press “Windows+R“. Type “cmd” there
Type the following commands in the Command Prompt
- Type “<Drive_name>:” in the command prompt and hit “Enter“. (“Drive_name” is where the problem occurs, it may be any USB drive)
- Type “attrib” and hit “Enter“. (This shows the files that are present in the currently working directory. You can also use the command “dir/w/o/a/p“)
- If there are any file named autorun.inf then go for next steps else the drive is not affected with any autorun.inf file.
- Type “attrib -h -r -s -a *.* ” then hit “Enter“. (This command removes the Hidden, Read Only, System and Archive attributes over any file)
- After unhiding and removing attributes you can see the files. So you can delete the file now.
- Type “del <filename>” in the Command Prompt and hit “Enter“. (As for example del autorun.inf)
Post a Comment