Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 17-11-2007, 12:06 PM   #1 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,719
Default How to delete autorun.inf with command prompt

I used dir/ah to view hidden files on c drive. Autorun.inf files is present there but when i try to delete it using "del autorun.inf " command , i get error file not found. plz help
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga"
CadCrazy is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 17-11-2007, 02:05 PM   #2 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Default Re: How to delete autorun.inf with command prompt

change attribute of autorun.inf & then u can easily delete it.
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 17-11-2007, 02:54 PM   #3 (permalink)
Right Off the Assembly Line
 
tanvi chaturvedi's Avatar
 
Join Date: Apr 2007
Posts: 21
Default Re: How to delete autorun.inf with command prompt

u can change the attribute usin attrib commmand in cmd...

fr more help u cn type in attrib/? in cmd prompt n u'll get a complete list of the symbols whch cn be used wid the attrib command...

try out it will help!!
__________________
my desires are my deservance
tanvi chaturvedi is offline  
Old 17-11-2007, 02:57 PM   #4 (permalink)
TechTin.com
 
ravi_9793's Avatar
 
Join Date: Jun 2005
Location: www.TechTin.com
Posts: 4,082
Default Re: How to delete autorun.inf with command prompt

let us take you want to delete autorun.inf file from D:\ drive
For this type:
del d:\autorun.inf
__________________
www.9zap.com/forums -> Indian Webmaster Forum
whost.in - Web Hosting Offers
thinkdigit.com/forum/showthread.php?t=109137

TechTin.com
ravi_9793 is offline  
Old 17-11-2007, 03:13 PM   #5 (permalink)
Microsoft MVP
 
Vishal Gupta's Avatar
 
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
Default Re: How to delete autorun.inf with command prompt

Give following commands:

Code:
attrib -s -h -r autorun.inf
del autorun.inf
It should work.
__________________
http://www.AskVG.com/
Vishal Gupta is offline  
Old 17-11-2007, 05:59 PM   #6 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2007
Posts: 3
Default Re: How to delete autorun.inf with command prompt

try this it will work

erase aurorun.inf /f /a -r
that will delete file from the disk without asking u
himanshumaker is offline  
Old 16-01-2009, 11:39 AM   #7 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2009
Posts: 1
Default Re: How to delete autorun.inf with command prompt

Thanks it works...
utlnoel is offline  
Old 16-01-2009, 11:13 PM   #8 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2008
Posts: 12
Default Re: How to delete autorun.inf with command prompt

hii everyone. I have the same problem on my pen drive.
I get the attribute command to work.

But when i type 'del autorun.inf',
I get a msg that the file is inaccessible, because it is being used by another program or process.
Can anyone help?
Shash is offline  
Old 17-01-2009, 12:37 AM   #9 (permalink)
In The Zone
 
ashisharya's Avatar
 
Join Date: Jan 2005
Location: Locating....Locating...Access Denied!!!
Posts: 410
Default Re: How to delete autorun.inf with command prompt

attrib -s -h -r autorun.inf
del autorun.inf
__________________
To follow the path:
look to the master,
follow the master,
walk with the master,
see through the master,
become the master. -Zen
ashisharya is offline  
Old 17-01-2009, 08:31 AM   #10 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,164
Default Re: How to delete autorun.inf with command prompt

Quote:
Originally Posted by Shash View Post
hii everyone. I have the same problem on my pen drive.
I get the attribute command to work.

But when i type 'del autorun.inf',
I get a msg that the file is inaccessible, because it is being used by another program or process.
Can anyone help?
Then best thing is to boot into Safe Mode and then goto command prompt and change to that drive and type:

Code:
attrib -a -s -h -r autorun.inf
*then*

Code:
del autorun.inf
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 23-07-2009, 09:25 AM   #11 (permalink)
Right Off the Assembly Line
 
Join Date: Jul 2009
Posts: 1
Default Re: How to delete autorun.inf with command prompt

helo= there. I have tried many things now to remove trojan virus it does not budge to any of it. is there anything else i could do.
loGos is offline  
Old 23-07-2009, 11:56 AM   #12 (permalink)
Om Ma Ni Pä Me Hum
 
phuchungbhutia's Avatar
 
Join Date: Jun 2007
Location: sikkim
Posts: 383
Default Re: How to delete autorun.inf with command prompt

If some process is using it then kill that process and del it . . Unlocker can do that . .
__________________
Om Ma Ni Pä Me Hum: (perfection of-)
Om: generosity,- Ma: pure ethics,-Ni: tolerance n patience.- Pä: perseverance,- Me: concentration,-Hum: wisdom... Using Opera Mini Airtel NOP
phuchungbhutia is offline  
Old 23-07-2009, 01:54 PM   #13 (permalink)
Alpha Geek
 
paroh's Avatar
 
Join Date: Jul 2008
Posts: 759
Default Re: How to delete autorun.inf with command prompt

Quote:
Originally Posted by Shash View Post
hii everyone. I have the same problem on my pen drive.
I get the attribute command to work.

But when i type 'del autorun.inf',
I get a msg that the file is inaccessible, because it is being used by another program or process.
Can anyone help?
I recommened u to install USB Disk Security.
__________________
***********For computer related Problem PM me (If want's Doeacc A Level Project PM Me )************
paroh is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command Prompt Help rishi1 QnA (read only) 2 20-07-2006 11:05 AM
Chat With Command Prompt rakeshishere Tutorials 11 16-07-2006 02:40 PM
Command prompt disabled? rakeshishere QnA (read only) 3 09-07-2006 01:58 AM
command prompt problem bukaida QnA (read only) 2 22-01-2006 08:26 PM
Command prompt in xp suresh4ever QnA (read only) 1 10-01-2005 05:13 PM


All times are GMT +5.5. The time now is 05:33 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2