🔒 Closed How to delete an auto run file on a usb/drive

Status
Not open for further replies.

misterayx

Journeyman
First, open notepad and copy code below:

Code:
@echo off
echo
ECHO ENTER THE USB\DRIVE LETTER TO
REMOVE AUTORUN
echo
SET /P X=
attrib -h -r -s %X%:\autorun.inf
DEL %X%:\autorun.inf
pause

save it as auto.bat, then double click.
 
Status
Not open for further replies.

About this Thread

  • 7
    Replies
  • 136
    Views
  • 8
    Participants
Last reply from:
don8681

Trending Topics

Online now

Members online
649
Guests online
4,597
Total visitors
5,246

Forum statistics

Threads
2,311,848
Posts
29,164,963
Members
1,186,923
Latest member
djathos
Back
Top