0

I want to remove autorun.ini file from my USB storage but unable to remove and I've tried many times by following procedure:

I:\> attrib autorun.ini -r -a -s -h 

and I always get "access denied" message.

I've also tried using windows "cacls" command, but this is not working for FAT32 file system.

In windows 8.1, security tab is not available for autorun.ini file in USB storage, so that this is impossible to gain access control.

maruf
  • 131

1 Answers1

1

FAT32 does not have any permissions so that is why the security tab is not shown.

The most likely answer for access denied is that the file is in use. Try disabling autorun on your PC and then deleting the file.

Alternatively it could be being protected by malware. It is worth running an antivirus scan to rule that out if you don't already regularly run one.

Least likely but also possible is that the file is being protected at a hardware level, this can happen due to corruption or where a manufacturer has some default files that they don't want you to change.

JamesRyan
  • 1,681