Why is desktop.ini "Ready to Be Written to the Disc" of any CD or DVD inserted under Windows 7?

93,719

Solution 1

Here is what happened:

  1. In the process of a burning a CD/DVD or preparing to burn a CD/DVD, you entered the special "Burn DVD" folder Windows uses as a staging area and changed the sort order, arrangement, or other layout/view option to be different than the default view.
  2. A hidden "desktop.ini" file is created automatically to hold this new layout information, so the next time you view the folder it will remember your preference. This is normal behavior for any folder on your file system, and if you go looking for it you can find this file all over the place.
  3. After burning the CD, this file was cleared out along with everything else. However, your layout was still non-standard, and so it is recreated when the folder is closed.
  4. You now have a file sitting in the special staging folder, and that trips up the "File waiting to be burned to CD" notice.

Solution 2

The post Desktop.ini file keeps showing up as a file to be written to a blank CD says it is normal behavior. One person suggests hiding system files so you don't see it.

Solution 3

Right click on the following folder: C:\Users\Administrator\AppData\Local\Microsoft\Windows\Burn or C:\Users*[your user name]*\AppData\Local\Microsoft\Windows\Burn

Select Properties > Security TAB > Edit > Click on any user name > CHECK: Deny (to the right of Full Control) > OK > OK

Desktop.ini no longer shows up, I don't know what other consequences this will have other than maybe not directly burning to the disc, but most of us use third party burning software anyway.

Solution 4

Ignore it, it's just a file similar to the thumbs.db file you see. It can also be considered the same as the .DS_STORE file found in Macs. It just contains certain configuration for the current directory.

Share:
93,719

Related videos on Youtube

hippietrail
Author by

hippietrail

big blue box

Updated on September 18, 2022

Comments

  • hippietrail
    hippietrail over 1 year

    I have a netbook with an external CD/DVD burner running Windows 7 Starter. Whenever I put any CD or DVD (doesn't have to be blank) in the drive and navigate to its path in Windows Explorer, it tells me under "Files Currently on the Disc":

    Files Ready to Be Written to the Disc (1) desktop.ini 23/03/2011

    I can't recall ever doing anything that I would've expected would send any files to be written the CD/DVD.

    The contents of the .ini file doesn't look suspicious:

    [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21815

    Is this some Windows 7 feature I didn't know about? A known glitch? Likely the result of some accidental and unnoticed drag and drop? How do I undo it? Is it safe to just delete the desktop.ini via Windows Explorer?

  • hippietrail
    hippietrail about 13 years
    You get the points for revealing I only see it because I have show hidden files enabled.
  • hippietrail
    hippietrail over 12 years
    Hmm I tried the version with [my user name] and when I clicked on a user name it was also mine. After clicking Deny and OK, the two desktop.ini still show up on my desktop.
  • happy
    happy over 10 years
    very good answer quality, I had the same question and it answer it perfectly, thanks you sir :)
  • Travis Heeter
    Travis Heeter over 8 years
    That's great and all, but how do you correct the behavior - i.e. see files that are already on the disk? I tried deleting the ini file and changing the view, neither worked. This is a great explanation but does not solve the problem.
  • Joel Coehoorn
    Joel Coehoorn over 8 years
    So you visit the folder to delete the ini file. At some point, you'll close the folder and the file is recreated again. Try deleting the file via the command line.
  • Vassile
    Vassile about 8 years
    This answer is wrong! Desktop.ini is created by Windows by default and does not require changing View layouts. In OP's example it simply marks the folder as a staging area for caching ready-to-burn files, and localizes its name. It can be used to store custom view settings but not in this case, not here.