Remove autorun.inf Using Command Prompt
Here is a simple way to delete autorun.inf using command prompt using windows. The function attrib is used to check whether autorun.inf is present in the drive.
Try the following in command prompt.
Open command prompt
Go to the destination drive using cd destination path and press enter
Type the following code
1. attrib -a -s -h -r autorun.inf
and press enter.
Now delete autorun.inf.
2.del autorun.inf.
Now you can see that autorun.inf has been deleted.
0 comments:
Post a Comment