DON'T DELETE THEM !!
There are too many so-called experts out there offering the wrong advice.
YES, the files that you mention CAN be infected and overwritten by a virus, and the reason for this is that they hold settings which can allow a virus to change the way your "system folders" behave, and can be useful to virus writers.
An .INI file is one that "initialises" some programme or process when it is run. Many programmes on your system save settings to their own .ini file such as the preferences you set in the user options menu, the window placement and size, etc.
Desktop .ini is found in several different folders on your computer that are registered as "System Folders". Do a Start > Find > Files or Folders and type desktop.ini.
Take the example of the "desktop.ini" file in your "C:\Windows\Favorites" system folder. It contains something like:
[.ShellClassInfo]
CLSID={1A9BA3A0-143A-11CF-
[ExtShellFolderViews]
{5984FFE0-28D4-11CF-AE66-0
These are the unique references to your Registry where the settings for the behaviour of the folder are stored. The 2nd line on mine says that the web page that should load to display my "favorites" in the left pane of Internet Explorer is at C:\Windows\web\favorite.ht
An .htt file is the file that will allow the folder it is placed in to display a certain way. eg. the one at C:\Windows\web, contains the code that makes up a web page (HTML) like this:
<html>
<style>
body {font: 8pt/10pt verdana; margin: 0}
#FileList {position: absolute; left: 30%; width: 70%; height: 100%}
#Media {margin-left: 15px}
#Panel {position: absolute; width: 30%; height: 100%; overflow: auto}
#PieChart {width: 100px; height: 50px; margin-top: 10px}
#Thumbnail {width: 160px; height: 160px; margin-top: 0px}
#Status {margin-left: 15px}
#Brand {position: absolute; left: 30%; width: 70%; height: 100%; overflow: auto}
p {margin-left: 15px; margin-top: 15px; margin-right: 15px}
p.Title {font: 16pt; font-weight: bold; margin-top: 5px}
p.LogoLine {margin-left: 0; margin-top: -5px; margin-right: 0; margin-bottom: 20px}
p.Warning {font-weight: bold; color: red}
p.Links {margin-top: 5px}
a.Command {font-weight: bold}
div.Release {width: 160px; text-align: right; background: buttonface; padding: 0px, 8px, 4px, 8px}
</style>
etc.
DON'T tamper with these files unless a Virus Scan identifies them as being infected.
If you don't want to see them, then do as Sysux says to hide them.
Hope this helps.
Main Topics
Browse All Topics





by: SynuxPosted on 2003-07-08 at 21:09:08ID: 8882406
I think what you are seeing are the "hidden" files that Windows usually doesn't display. The reason you are seeing them now is because you went into the View - Folder Options and unchecked the option to hide hidden and system files from view. You can turn that back on if you want and it should get rid of the files. By that I mean they are still there just as they always have been but you will not see them anymore.