You are on page 1of 5

5/16/2010 How to delete autorun.

inf with comman…

Forum Reviews News Features


Iron Man 2 [movie Acer to release Thoughts on
Forum Search review ] Chrome OS devices ‘Thoughts on Flash’
in tw o w eeks (cutting through
Super Street Fighter Steve Jobs’
IV [Review ] It's a smartphone, it's
a netbook...no, it's AMD's latest best -
the Sharp IS01 Phenom II X6 1090T
processor and
890FX c

Laptops & PCs / Mobiles & PDAs / Portable Players / Digital Cameras / Audio / TVs / CPUs & Motherboards / Tips &
Tricks / Agent 001 / Q&A / General / Dow nloads

Digit's Technology Discussion Forum > Software > Software Q&A User Name User Name Remember Me?
How to delete autorun.inf with command prompt Password Log in

Register FAQ Community Calendar Today's Posts Search

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

Thread Tools Search this Thread Display Modes

17-11-2007, 12:06 PM #1

Join Date: Sep 2006


CadCrazy Location: Gurgaon
Posts: 1,731
in search of myself

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"

17-11-2007, 02:05 PM #2

Join Date: Sep 2006


Posts: 1,394
vish786
"The Gentleman"

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 Upc oming Events

17-11-2007, 02:54 PM #3

Join Date: Apr 2007


tanvi chaturvedi Posts: 22
Right Off the Assembly Line

Re: How to delete autorun.inf with command prompt


u c an 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!!


__________________

thinkdigit.com/forum/showthread.php?t… 1/5
5/16/2010 How to delete autorun.inf with comman…
my desires are my deservance

17-11-2007, 02:57 PM #4

Join Date: Jun 2005


Location: www.TechTin.com
ravi_9793 Posts: 3,989
www.TechHunt.org

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.c om

17-11-2007, 03:13 PM #5

Join Date: Jul 2005


Location: AskVG.com
Vishal Gupta Posts: 5,124
Microsoft MVP

Re: How to delete autorun.inf with command prompt


Give following commands:

C ode:
attrib -s -h -r autorun.inf
del autorun.inf

It should work.
__________________
http://www.AskVG.com/

17-11-2007, 05:59 PM #6

Join Date: Nov 2007


himanshumaker Posts: 3
Right Off the Assembly Line

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

16-01-2009, 11:39 AM #7

Join Date: Jan 2009


utlnoel Posts: 1
Right Off the Assembly Line

Re: How to delete autorun.inf with command prompt


Thanks it works...

16-01-2009, 11:13 PM #8

Join Date: Dec 2008


Shash Posts: 4
Right Off the Assembly Line

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.

thinkdigit.com/forum/showthread.php?t… 2/5
5/16/2010 How to delete autorun.inf with comman…

But when i type 'del autorun.inf',


I get a msg that the file is inaccessible, bec ause it is being used by another program or process.
Can anyone help?

17-01-2009, 12:37 AM #9

Join Date: Jan 2005


Location: Locating....Locating...Access Denied!!!
ashisharya Posts: 400
In The Zone

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

17-01-2009, 08:31 AM #10

Join Date: Nov 2003


Posts: 6,082
infra_red_dude
Wire muncher!

Re: How to delete autorun.inf with command prompt


Quote:
Originally Posted by Shash
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, bec ause 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 c hange to that drive
and type:

C ode:
attrib -a -s -h -r autorun.inf

*then*

C ode:
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.c om

23-07-2009, 09:25 AM #11

Join Date: Jul 2009


loGos Posts: 1
Right Off the Assembly Line

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.

thinkdigit.com/forum/showthread.php?t… 3/5
5/16/2010 How to delete autorun.inf with comman…
23-07-2009, 11:56 AM #12

Join Date: Jun 2007


Location: sikkim
phuchungbhutia Posts: 354
Om Ma Ni Pä Me Hum

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

23-07-2009, 01:54 PM #13

Join Date: Jul 2008


Posts: 627
paroh
Alpha Geek

Re: How to delete autorun.inf with command prompt

Quote:
Originally Posted by Shash
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, bec ause it is being used by another program or
process.
Can anyone help?

I rec ommened u to install USB Disk Security.


__________________
***********For computer related Problem PM me (If want's Doeacc A Level Project PM Me
)************

Bookmarks

Digg del.icio.us StumbleUpon Google

« Previous Thread | Next Thread »

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 Forum Jump
Forum Rules Software Q&A Go

Similar Threads
Thread Thread Starter Forum Replies Last Post
C ommand Prompt Help rishi1 QnA (read only) 2 20-07-2006 11:05 AM
C hat With C ommand Prompt rakeshishere Tutorials 11 16-07-2006 02:40 PM
C ommand 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
C ommand prompt in xp suresh4ever Reviews 1 10-01-2005 05:13 PM

ThinkDigit.com Popular Categories Popular Topics Community Discussions

About us Laptops & PCs Watch out, Google Earth! ISRO ... CPU for 40k
Subscribe to Digit Magazine Mobiles & PDAs Don't w ait for Chrome, Google ... 7 Best Free and Open Source Co...
Send us your f eedback Portable Media Players Flash vs. Silverlight Episode ... Reported Post by a_rahim
Advertise w ith us Digital Cameras Altec Lansing FX3022 Graphics Confusion ??

thinkdigit.com/forum/showthread.php?t… 4/5
5/16/2010 How to delete autorun.inf with comman…
Contact us Audio Devices Nokia launches 5230, 5530 and ... V3242AU compaq problems
Site map TVs Welcome HTC Hero Anuj on Air 014
Customer service CPUs & Motherboards Panda Cloud Antivirus: Let you... help needed on xbox 360...plea...
Digit in the new s Storage Nokia's new 8MP N86 Need Help to buy i7 or i5 15.6...

Review s / New s / Dow nloads / Videos / Forum / Digit Store / Classifieds / Subscribe

Powered by vBulletin® Version 3.8.4


C opyright ©2000 - 2010, Jelsoft Enterprises Ltd.

thinkdigit.com/forum/showthread.php?t… 5/5

You might also like