Desktop.ini files are files that contain information about your computer’s settings. They can be found in the same directory as the executable file for your computer, or they may be located in a different directory depending on your computer’s configuration. The contents of a desktop.ini file can vary depending on your computer’s operating system and hardware, but most of the time it will contain information about how your computer behaves when you start up and access specific programs and features. If you want to change some of the settings in your desktop.ini file, you can do so by editing it using a text editor such as Notepad or WordPad. However, if you want to completely uninstall a program or change some of the default settings for your computer, you may need to use a more advanced tool such as Windows Update or System Restore to do so.


Have you ever seen those weird desktop.ini files that seem to pop-up everywhere? The truth is that they do serve a purpose and Windows uses them to identify how a folder should be displayed, much like the .DS_Store files used in OS X.

When you create a new folder in Windows it is created with the standard folder icon, one common use of the desktop.ini file is to use to it set a custom icon for a folder, however this is not the only thing that it is used for. A typical desktop.ini will look like something like this:

The desktop.ini file can contain alot of attributes but the following custom attributes are the most common:

ConfirmFileOp IconFile IconIndex InfoTip

ConfirmFileOp If set to 0, avoids the “You Are Deleting a System Folder” when deleting or moving a folder.

IconFile Specify a custom icon file. You can use either a .ico, .exe or .dll file.

IconIndex Specify the index for a custom icon. If the file assigned to IconFile only contains a single icon, the IconIndex should be set to 0.

InfoTip A string of text that will be displayed when you hover over the folder.

As you can see the desktop.ini file holds folder customization information. They are hidden by default and will only be displayed if you choose to Display Protected Operating System Files by unchecking the checkbox.

You can customize your folders by creating your own desktop.ini folder in Notepad. Make sure to change the type to Unicode before saving though.