answersLogoWhite

0

How do you attrib autorun inf in my flash drive?

Updated: 9/17/2019
User Avatar

Wiki User

11y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you attrib autorun inf in my flash drive?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which mac application should you use to open autorun inf?

A autorun.inf file is component of the Windows operating system and has no relevance on a Mac.


Can I place an exe file on a music CD so that the exe runs via the autorun inf in a computer CD Rom and for it to be a normal audio CD when placed in a audio CD Player and play CDA tracks possible?

put the audiotracks first, then datatrack with the autorun and exe files as the last track on the CD


What is a inf file?

.inf file


SETUP INF is a virus?

depends where the file is located and what is in the .inf file


What is the range of y3x 6?

Assuming "y3x 6" is "y=3x+6"The range of 3x+6 is -inf < y < inf.Proof below, a little technicallim(x -> inf)(3x+6)=+inflim(x -> - inf)(3x+6)=-infTherefore, the range is -inf < y < inf.


How can you open a auto run inf on your Mac?

an auto run inf on your mac*


How to find a virus from the run command?

Microsoft Command Prompt "attrib" is a very useful tool to check if your hard drives even your flashdisks have been infected by a virus.You will know if a Malware is inside your hard drive just by looking at the attributes of each files and the file that has the attributes of +s +h +rThe function of attrib is to set and remove file attributes (read-only, archive, system and hidden).Launch attribTo start attrib1. Go to Start Menu > Run2. Type cmd (cmd stands for command prompt)3. Press Enter keyThe Command Prompt will appear showing us where is our location in the directory.command prompt showing the current location in the directoryUsing attribTo use attrib1. Go to the root directory first by typing CD\(because this is always the target of Malware / Virus)2. Type attrib and press Enter keyafter typing attrib, all the attributes of all the files (excluding folders) will be shownIn this example, I have two files that are considered as malware.Note that there are two files which I outlined in red (SilentSoftech.exe and autorun.inf). Since you cannot see this file nor delete it (because the attributes that was set on these files are +s +h +r)1. +s - meaning it is a system file (which also means that you cannot delete it just by using the delete command)2. +h - means it is hidden (so you cannot delete it)3. +r - means it is a read only file ( which also means that you cannot delete it just by using the delete command)Now we need to set the attributes of autorun.inf to -s -h -r (so that we can manually delete it)1. Type attrib -s -h -r autorun.inf ( be sure to include -s -h -r because you cannot change the attributes using only -s or -h or -r alone)2. Type attrib again to check if your changes have been commited3. If the autorun.inf file has no more attributes, you can now delete it by typing del autorun.inf4. Since SilentSoftech.exe is a malware you can remove its attributes by doing step 1 and step 3(just change the filename) ex. attrib -s -h -r silentsoftech.exea) I typed the attrib command with the -s -h -r setting b) the result after I pressed enter - autorun.inf has no attributes leftThere you have it!!!!NOTE : when autorun.inf keeps coming back even if you already deleted it, be sure to check your Task Manager by pressing CTRL + ALT + DELETE ( a virus is still running as a process that's why you cannot delete it. KILL the process first by selecting it and clicking End Process.NOTE: You can also apply the attrib -s -h -r command to all the partition of your computer, drive D: drive E: drive F: (all of your drives). For example. for drive D, just type "D:" (minus the double quote) then you can see that your current drive is D.. type there the command "attrib -s -h -r *.exe" for exe files and "attrib -s -h -r *.inf" and then delete the file by "del autorun.inf".


What is the opposite of loyalty beginning with inf?

There is no antonym of the word "loyalty" that begin with "inf". You may be thinking of "infamy" but this an not an opposite of loyalty.


What does the abbreviation INF stand for?

INF is an abbreviation which stands for multiple things. INF could refer to an INF file, in which the INF stands for information. INF files are most commonly used on computers to install device drivers for hardware components. INF may also stand for the International Nepal Fellowship, which is a Christian mission that serves the people of Nepal through health and developmental work. INF may also stand for the International Naturist Federation, a group of people who believe in respecting the environment and being in harmony with nature through socialized nudity.


What type of data is contained in the files that have an .ini or .inf?

The data that have .ini or .inf files are the images.


How do you say transporting in Spanish?

Transporting is: transportando (inf. transportar) or acarreando (inf: acarrear).


How do you Launch INF File from a batch file?

I would suggest typing in: start &lt;nameofthefile&gt;.INF and make sure that you have a program that is set up to defaultly open INF files.