桌面的使用。初始化设置文件的后缀名

指向一个特殊文件夹

Desktop.ini还有一个特殊的CLSID。修改后可以让文件夹具有和快捷方式一样的功能,当然只能指向文件夹。

文件夹图标

[.ShellClassInfo]

InfoTip=注释

IconFile=图标文件的路径。

IconIndex=选择文件中要使用的图标。

自定义图标文件,其扩展名可以是。exe,。dll,。ico等。

文件夹背景

[ExtShellFolderViews]

{ be 098140-a 513-11d 0-a3 a4-00 c 04 FD 706 EC } = { be 098140-a 513-110d 0-a3 a4-00 c 04 FD 706 EC }

[{ be 098140-a 513-11d 0-a3 a4-00 c 04 FD 706 EC }]

属性=1

icon area _ Image = 11 . jpg

[.ShellClassInfo]

ConfirmFileOp=0

其中11.jpg为图片。用记事本将以上内容保存为desktop.ini,放入有背景图片的文件夹中,更改背景。为了防止意外删除,您可以将desktop.ini和图片设置为隐藏属性。

标记特殊文件夹

系统中有一些特殊的文件夹,比如回收站、我的电脑、我的文档、网上邻居等等。有两种方法可以标记这些文件夹:

1.直接在文件夹名称后面跟相应的CLSID。

例如,将文件夹命名为新文件夹。{ 20d 04 Fe 0-3 AEA-1069-a2d 8-08002 b 30309d }

(注意:新文件夹后面有一个半角句点)

那么这个文件夹的图标就会变成我的电脑的图标,双击这个文件夹就会打开我的电脑。

参见下面的CLSID。

在注册表中展开HKEY _类_根\CLSID\可以看到CLSID分支下有很多ID,分别对应系统中不同的程序、文件、系统组件等等。

对应于公共组件类的CLSID:

我的文档:450 D8 ba-Ad25-11d 0-98 A8-0800 361b 1103。

我的电脑:20d 04 Fe 0-3 AEA-1069-a2d 8-08002 b 30309d

在线邻居:208 d2c 60-3 AEA-1069-a2d 7-08002 b 30309d

回收站:645 ff 040-5081-101 b-9f 08-00a 002 f954 e

internet Explorer:871c 5380-42 A0-1069-A2EA-08002 b 30309d

控制面板:21ec 2020-3 AEA-1069-A2DD-08002 b 30309d

拨号网络/网络连接:992 cffa 0-f557-101a-88ec-00dd 010 CCC 48。

任务计划:d 6277990-4C6A-11CF-8d 87-00a 0060 F5 BF

打印机(和传真):2227 a280-3 AEA-1069-A2DE-08002 b 30309d

历史文件夹:7bd 29 e 00-76c 1-11cf-9dd 0-00 a0c 9034933。

ActiveX缓存文件夹:88c6c 381-2e 85-11d 0-94de-444553540000。

公文包:85 bbd 920-42a 0-1069-a2 E4-08002 b 30309d

2.第二种是通过desktop.ini文件。

以我的电脑为例:

创建一个任意名称的新文件夹,然后在其下创建一个desktop.ini文件,内容如下:

[.ShellClassInfo]

CLSID={对应的ID}

注意:有些病毒会创建这样的文件夹来隐藏自己。另外,这也是我们隐藏小秘密的一种方式。

标记文件夹所有者

这通常可以在我的文档等中找到。例如,在我的文档中有这样一个文件,内容如下:

[删除副本]

所有者=管理员

个性化=5

PersonalizedName =我的文档

更改文件夹颜色

该功能的实现需要注册一个ColorFolder.dll的. dll文件。因为没试过,所以无法提供相应的内容。以下是我在网上找的,供参考。

更改文件夹颜色

[.ShellClassInfo]

IconFile=ColorFolder.dll

IconIndex=0

将其与ColorFolder.dll文件(从Mikebox网盘下载)一起保存为desktop.ini文件。

如果你想添加一个背景图片(bj.jpg)并同时改变文件夹中文件名的颜色!

[ExtShellFolderViews]

IconArea_Text=0x000000FF

属性=1

IconArea_Image=bj.jpg

[.ShellClassInfo]

ConfirmFileOp=0

将名为bj.jpg的图片放在同一个文件夹中,然后在原代码下添加上面的内容来更改文件夹的背景图片!更改bj.jpg的图片,将红色位置(bj.jpg)的名称更改为更改后的图片名称,即可设置为自己喜欢的背景图片(推荐jpg格式)!修改0x000000FF,将文件颜色改为你想要的颜色!

0x000000FF为红色。

0x00008000是绿色的。

0x00FF0000为蓝色。

0x00FFFFFF是白色的!(改变颜色也要有动态链接库文件支持。)

注册动态链接库:请输入:regsvr32 ColorFolder.dll(不含引号,regsvr 32和ColorFolder.dll之间有空格!)向系统注册动态链接库!

修改上面的desktop.ini文件后,命令(attrib +s对应文件夹的路径)就会生效!

标识特殊的文件夹名称

实现方法需要使用desktop.ini中的行locallizedresourcename,例如:

localized resource name = @ shell 32 . dll,-28995

这一行可以将系统文件夹中的文件夹名称显示更改为“我的音乐”。

更多迹象如下:

localized resourcename = @ shell 32 . dll,-28995 - 28997

28996分享视频

28995共享音乐

28997共享图像

-

localized resourcename = @ shell 32 . dll,-12688 - 12696

12693收藏夹

12691我最近的文档

-

localized resourcename = @ shell 32 . dll,-21760 - 21795

21779图片收藏

21780在线服务

21781程序文件

21782程序

21783收到传真。

21784发送传真

21785共享文档

21790我的音乐

-

localized resourcename = @ shell 32 . dll,-22016 - 22075

-

@xpsp2res.dll,-6100=显示桌面。

@ xpsp1res.dll,-11003 =启动Internet Explorer浏览器。

@ c:\ \ Windows \ \ System32 \ \ shell32 . dll,-9227 =我的文档。

@ c:\ \ Windows \ \ System32 \ \ shell32 . dll,-9216 =我的电脑。

@ c:\ \ Windows \ \ System32 \ \ shell32 . dll,-8964 =回收站。

@shell32.dll,-22051=记事本

@ c:\ \ Windows \ \ System32 \ \ tourstart . exe,-1 =漫游Windows XP。

@shell32.dll,-22022=命令提示符

@shell32.dll,-22017=通讯录

@shell32.dll,-22041=放大镜

@shell32.dll,-22065=辅助功能管理器

@shell32.dll,-22052=屏幕键盘

@shell32.dll,-22040=本地安全策略

@shell32.dll,-22059= service

@shell32.dll,-22023=计算机管理

@shell32.dll,-22029=事件查看器

@shell32.dll,-22025=数据源(ODBC)

@shell32.dll,-22055=性能

@ c:\ \ Windows \ \ System32 \ \ com RES . dll,-661 =组件服务。

@shell32.dll,-21762=管理工具

@ shell32.dll,-21761 =附件。

@shell32.dll,-21760=辅助工具

@shell32.dll,-21772=娱乐

@shell32.dll,-22067=Windows资源管理器

@shell32.dll,-22062=同步

@ c:\ \ Windows \ \ System32 \ \ compat ui . dll,-115 =程序兼容性向导

@ c:\ \ Windows \ \ System32 \ \ shell 32 . dll,-9217 =在线邻居。

@explorer.exe,-7023 = Run(&;r)...

C: \ \程序文件\ \天网\ \防火墙\ \ pfw.exe =天网防火墙个人版。

c:\ \ WINDOWS \ \ system32 \ \ ctfmon . exe = CTF加载程序

@ C:\ \ WINDOWS \ \ ime \ \ imkr 6 _ 1 \ \ imekrcic . dll,-22 =朝鲜语输入系统(IME 2002)

@ c: \ \ Windows \ \ IME \ \ sptip.dll,-600 =语音识别。

@ c:\ \ Windows \ \ System32 \ \ shell 32 . dll,-22913 =显示连接到这台计算机的驱动器和硬件。

@ c:\ \ Windows \ \ System32 \ \ shell32 . dll,-9319 =打印机和传真。

@ c:\ \ Windows \ \ System32 \ \ netshell . dll,-1200 =网络连接。

@ c:\ \ Windows \ \ System32 \ \ shell 32 . dll,-8503 = Search(&;e)...

@ c:\ \ Windows \ \ System32 \ \ my comput . dll,-400 = Management(&;g)

c:\ \ WINDOWS \ \ system32 \ \ rundll32 . exe =将dll作为应用程序运行

@explorer.exe,-7003=打开程序、文件夹、文档或网站。

C:\\WINDOWS\\Explorer。EXE=Windows资源管理器

D: \ \程序文件\ \ qqip \ \ coralqq.exe = coral QQ加载程序

d:\ \程序文件\ \ Maxthon 1.58 \ \ Maxthon . exe = Maxthon Web浏览器

c:\ \ Windows \ \ System32 \ \ Notepad.exe =记事本

d:\ \程序文件\\QQIP\\QQ.exe=QQ

c:\ \程序文件\ \ Internet Explorer \ \ ie xplore . exe = Internet Explorer

c:\ \程序文件\ \微软Office \ \ Office 11 \ \ WINWORD。EXE=Microsoft Office Word

c:\ \ PROGRA ~ 1 \ \ EDITPL ~ 1 \ \ EDITPLUS。EXE=EditPlus

C: \ \程序文件\ \ windowsnt \ \附件\ \ wordpad.exe =写字板。

c:\ \ WINDOWS \ \记事本。EXE=记事本

@ shell32.dll,-12691 =我的最新文档。

d:\ \魏源\ \服务器\ \ Tomcat _ center \ \ bin \ \ startup . bat = startup

c:\ \ WINDOWS \ \ system32 \ \ cmd . exe = WINDOWS命令处理器

@ c:\ \ Windows \ \ System32 \ \ notepad . exe,-469 =文本文档。

@shell32.dll,-12693=收藏夹

c:\ \程序文件\ \ AⅵConverter \ \ AⅵConverter . exe = AⅵConverter

c:\ \ Windows \ \ System32 \ \ taskmgr.exe = Windows增强任务管理器。

@ shell32.dll,-12710 = Run(&;r)

c:\ \程序文件\ \ EditPlus 2 \ \ EditPlus . exe = EditPlus

d:\ \程序文件\ \ Maxthon 2 \ \ Maxthon . exe = Maxthon浏览器

d:\ \ Foxmail \ \ Foxmail . exe =互联网邮件客户端

c:\ \程序文件\\WinRAR\\WinRAR.exe=WinRAR

@wmploc.dll,-1800= Play

@wmploc.dll,-6502=Windows Media Player

@ % systemroot % \ \ system32 \ \ shell32 . dll,-17154 =打开文件夹查看文件。

@ % systemroot % \ \ system32 \ \ shell 32 . dll,-17155 = Windows资源管理器。

@ % systemroot % \ \ system32 \ \ shell32 . dll,-17168 =无操作。

@ % systemroot % \ \ system32 \ \ wiaacmgr . exe,-276 =将图片复制到您计算机上的文件夹中。

@ % systemroot % \ \ system32 \ \ wiaacmgr . exe,-101 = Microsoft扫描仪和照相机向导

@ % systemroot % \ \ system32 \ \ shell32 . dll,-17156 =查看图片的幻灯片。

@ % systemroot % \ \ system32 \ \ shell 32 . dll,-17157 = Windows图片和传真查看器。

@ % systemroot % \ \ system32 \ \ shell32 . dll,-17158 =打印这张图片。

@ % systemroot % \ \ system32 \ \ shell 32 . dll,-17159 =照片打印向导。

@shell32.dll,-8504=自动播放(&;p)

shimgvw.dll = Windows图片和传真查看器。

c:\ \ Windows \ \ System32 \ \ mspaint.exe =绘图。

c:\ \ PROGRA ~ 1 \ \ MICROS ~ 2 \ \ office 11 \ \ OIS。EXE=Microsoft Office图片管理器

@shimgvw.dll,-550=预览(&;五)

@ c:\ \ Windows \ \ System32 \ \ shimgvw . dll,-303 = JPEG图像。

c:\ \ WINDOWS \ \ system32 \ \ zip fldr . dll =压缩(zipped)文件夹

c:\ \ DOCUME ~ 1 \ \ ADMINI ~ 1 \ \ LOCALS ~ 1 \ \ Temp \ \ Rar $ ex 00.765 \ \ fo-ts 312 . exe = top style Pro Setup

c:\ \ DOCUME ~ 1 \ \ ADMINI ~ 1 \ \ LOCALS ~ 1 \ \ Temp \ \ is-donlv . tmp \ \ is-vq0ha . tmp = Setup/Uninstall

c:\ \ DOCUME ~ 1 \ \ ADMINI ~ 1 \ \ LOCALS ~ 1 \ \ Temp \ \ Rar $ ex 00.657 \ \ fo-ts 312 . exe = top style Pro Setup

c:\ \ DOCUME ~ 1 \ \ ADMINI ~ 1 \ \ LOCALS ~ 1 \ \ Temp \ \ is-g2r O4 . tmp \ \ is-a6nhj . tmp = Setup/Uninstall

c:\ \ Program Files \ \ Bradbury \ \ top style 3 \ \ top style 3 . exe = top style

d:\ \ downloads \ \ editplus \ \ editplus-v 2.30 . build . 311 . hh \ \ editplus.exe = editplus中文版。

c:\ \ Program Files \ \ Microsoft Office \ \ Office 11 \ \ EXCEL。EXE=Microsoft Office Excel

c:\ \ Program Files \ \ Microsoft Office \ \ Office 11 \ \ MSPUB。EXE=Microsoft Office Publisher

c:\ \ Program Files \ \ UltraEdit \ \ u edit 32 . exe = UltraEdit-32专业文本/十六进制编辑器

@ c:\ \ program files \ \ netmeeting \ \ conf . exe,-12345 = h.323网络电话服务。

@ c:\ \ Windows \ \ System32 \ \ ACC wiz . exe,-16 =辅助功能向导设置。

@ c:\ \ Windows \ \ INF \ \ unreg MP2 . exe,-9909 = Windows Media音频/视频文件。

@ c:\ \ Windows \ \ INF \ \ unreg MP2 . exe,-9910 = Windows Media音频/视频播放列表。

@ c:\ \ Windows \ \ INF \ \ unreg MP2 . exe,-9904 = Au格式声音。

@ c:\ \ Windows \ \ System32 \ \ shell 32 . dll,-22978 =公文包。

@ c:\ \ Windows \ \ System32 \ \ ntbackup . exe,-40 = Windows备份文件。

@ c:\ \ Windows \ \ System32 \ \ PDH . dll,-10023 =性能监视器文件。

@ c:\ \ Windows \ \ System32 \ \ shimgvw . dll,-304 = BMP图像。

@ c:\ \ Windows \ \ System32 \ \ crypt text . dll,-6145 =安全目录。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9918 = CD音轨。

@ c:\ \ Windows \ \ System32 \ \ CDF view . dll,-4610 =频道文件。

@ c:\ \ Windows \ \ System32 \ \ crypt text . dll,-6108 =安全证书。

@ c:\ \ program files \ \ netmeeting \ \ conf . exe,-12346 =快速拨号。

@ c:\ \ Windows \ \ System32 \ \ crypt text . dll,-6110 =证书吊销列表。

@ c:\ \ Windows \ \ System32 \ \ netshell . dll,-1300 =拨号网络文件。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9927 =微软录制的电视节目。

@ c:\ \ Windows \ \ System32 \ \ shimgvw . dll,-301 = EMF image。

@ c:\ \ Windows \ \ System32 \ \ shimgvw . dll,-302 = GIF image。

@ c:\ \ program files \ \ netmeeting \ \ conf . exe,-12347 =兼容英特尔iPhone。

@ c:\ \ Windows \ \ System32 \ \ setupapi . dll,-2000 =安装信息。

@ c:\ \ Program files \ \ Internet Explorer \ \连接向导\ \ icwres.dll,-20003 = Internet通信设置。

@ C:\ \ WINDOWS \ \ System32 \ \ whext . dll,-4804=JScript脚本文件

@ C:\ \ WINDOWS \ \ System32 \ \ whext . dll,-4805=JScript编码的脚本文件

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9902 =电影剪辑。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9926 = M3U文件。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9907 = MIDI序列。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9925 = MP3格式声音。

@ c:\ \ Windows \ \ System32 \ \ mmcbase . dll,-130 = Microsoft常规管理文档。

@ c:\ \ Windows \ \ System32 \ \ MSI . dll,-34 = Windows installer包。

@ c:\ \ Windows \ \ System32 \ \ MSI . dll,-35 = Windows Installer修补程序。

@ c:\ \ Windows \ \ System32 \ \ rcbdyctl . dll,-150 = Microsoft远程访问事件。

@ c:\ \ program files \ \ movie maker \ \ WMM 2 RES . dll,-63097 = Windows moviemaker项目。

@ c:\ \ Windows \ \ PChealth \ \ help CTR \ \ binaries \ \ msinfo . dll,-391 = msinfo文档。

@ c:\ \ program files \ \ netmeeting \ \ nmwb . dll,-1234 =兼容白板文档的Microsoft netmeeting t126。

@ c:\ \ Windows \ \ System32 \ \ crypt text . dll,-6111 = PKCS # 7证书。

@ c:\ \ Windows \ \ System32 \ \ crypt text . dll,-6113 = PKCS # 7签名。

@ c:\ \ Windows \ \ System32 \ \ shimgvw . dll,-305 = PNG image。

@ C:\ \ WINDOWS \ \ System32 \ \ scrobj . dll,-8192=Windows脚本组件

@ c:\ \ Windows \ \ System32 \ \ shscrap . dll,-258 =片段对象。

@ c:\ \ Windows \ \ System32 \ \ crypt text . dll,-6112 = Microsoft系列证书存储。

@ c:\ \ Windows \ \ System32 \ \ crypt text . dll,-6109 =证书信任列表。

@ C:\ \ WINDOWS \ \ System32 \ \ whext . dll,-4803=VBScript编码的脚本文件

@ C:\ \ WINDOWS \ \ System32 \ \ whext . dll,-4802=VBScript脚本文件

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9908 =波形声音。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9911 = Windows Media音频快捷方式。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9912 = Windows Media音频文件。

@ c:\ \ Windows \ \ INF \ \ unreg MP2 . exe,-9920 = Windows Media Player下载软件包。

@ c:\ \ Windows \ \ System32 \ \ shimgvw . dll,-307 = WMF映像。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9915 = Windows Media Player外观文件。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9914 = Windows Media音频/视频文件。

@ c: \ \ Windows \ \ INF \ \ unremp2.exe,-9916 = Windows Media Player外观包。

@ c:\ \ Windows \ \ INF \ \ unreg MP2 . exe,-9923 = Windows Media播放列表。

@ \ c: \ \程序文件\ \ Windows NT \ \附件\ \ wordpad.exe \,-208 =写文档。

@ C:\ \ WINDOWS \ \ System32 \ \ whext . dll,-4801=Windows脚本文件

@ C:\ \ WINDOWS \ \ System32 \ \ whext . dll,-4800=Windows脚本主机设置文件

@ c:\ \ Windows \ \ INF \ \ unreg MP2 . exe,-9913 = Windows Media音频/视频播放列表。

@ c:\ \ Windows \ \ System32 \ \ MSXML 3 r . dll,-1 = XML文档。

@ c:\ \ Windows \ \ System32 \ \ MSXML 3 r . dll,-2 = xsl样式表。

c:\ \ PROGRA ~ 1 \ \ FlashGet \ \ FlashGet . exe = FlashGet

d:\ \魏源\ \服务器\ \ Tomcat \ \ bin \ \ startup . bat = startup

@netcfgx.dll,-50002=允许您的计算机访问Microsoft网络上的资源。

@netcfgx.dll,-50003=允许其他计算机通过Microsoft网络访问您计算机上的资源。

@netcfgx.dll,-50015=优质服务包调度器。该组件提供网络流量控制,包括流量速率和优先级服务。

@ netcfgx.dll,-50001 = TCP/IP是默认的WAN协议。它提供了跨各种互联网的通信。

@shdoclc.dll,-880=Internet Explorer

@shdoclc.dll,-867=每日提示(&;t)

@shdoclc.dll,-868=显示每日提示。

d:\ \ Downloads \ \ editplus \ \ ultra compare _ Pro _ 4.10a _ SC . exe = ultra compare _ Pro _ 4.10a _ SC

d:\ \程序文件\ \ ultra compare \ \ UC . exe = ultra compare专业版

@ c:\ \ Windows \ \ System32 \ \ shell 32 . dll,-22914 =包含信件、报告等文档和文件。

c:\ \ WINDOWS \ \ hh . exe = Microsoft & amp;regHTML帮助可执行文件

D: \ \下载\ \ WOM \ \ Wopti实用程序\ \ woptiutilities.exe = Wopti实用程序。

c:\ \ DOCUME ~ 1 \ \ ADMINI ~ 1 \ \ LOCALS ~ 1 \ \ Temp \ \ Rar $ ex 00.500 \ \ storm codec 6.10.00 . exe = storm codec 6.10.00

c:\ \程序文件\\MPC\\StormSet.exe=StormSet

@shell32.dll,-21779=图片收藏

@shell32.dll,-21790=我的音乐

D:\\doc\\chm\\黄易全集收藏版。exe =电子书阅读器。

@inetcplc.dll,-4746=可访问性

@inetcplc.dll,-4731=始终展开图像的描述文本。

@inetcplc.dll,-4732=移动系统随着焦点(或选择)的变化插入标签。

@inetcplc.dll,-4745=浏览

@inetcplc.dll,-4852=使用直接插入自动完成功能。

@inetcplc.dll,-4856=启用个性化收藏夹菜单。

@inetcplc.dll,-4866=强制离屏合成,即使在终端服务器下(需要重启)。

@inetcplc.dll,-4833=显示友好的HTTP错误信息。

@inetcplc.dll,-4734=显示友好的URL。

@inetcplc.dll,-4743=使用被动FTP(为了防火墙和DSL调制解调器的兼容性)

@inetcplc.dll,-4737=为FTP站点启用文件夹视图。

@inetcplc.dll,-4840=在地址栏显示Go按钮。

@inetcplc.dll,-4837=自动检查Internet Explorer更新。

@inetcplc.dll,-4836=启用按需安装(Internet Explorer)

@inetcplc.dll,-4835=下载完成时通知。

@inetcplc.dll,-4838=关闭历史记录和收藏夹中所有未使用的文件夹(需要重新启动)。

@inetcplc.dll,-4829=允许页面转换。

@inetcplc.dll,-4861=重用启动快捷方式的窗口。

@inetcplc.dll,-4736=允许脱机项目按计划同步。

@xpsp2res.dll,-4892=禁用脚本调试(其他)

@xpsp2res.dll,-4891=禁用脚本调试(Internet Explorer)

@inetcplc.dll,-4832=显示每个脚本错误的通知。

@inetcplc.dll,-4735=使用平滑滚动。

@inetcplc.dll,-4828=给链接加下划线

@inetcplc.dll,-4825=始终

@inetcplc.dll,-4827= hover

@inetcplc.dll,-4826=从不。

@inetcplc.dll,-4874=启用第三方浏览器扩展(需要重新启动)

@inetcplc.dll,-4873=为网页上的按钮和控件启用视觉样式。

@inetcplc.dll,-4839=总是在UTF-8中发送URL(需要重新启动)

@inetcplc.dll,-4875=启用按需安装(其他)

@inetcplc.dll,-4747=安全性

@inetcplc.dll,-4750=关闭浏览器时清空Internet临时文件夹。

@inetcplc.dll,-4749=不要将加密的页面保存到硬盘。

@xpsp2res.dll,-5710=允许CD上的活动内容在我的电脑上运行。

@inetcplc.dll,-4761=检查发布者的证书吊销。

@inetcplc.dll,-4762=检查下载程序的签名。

@xpsp2res.dll,-5700=允许活动内容在我的电脑上的文件中运行。

@inetcplc.dll,-4863=启用集成Windows身份验证(需要重新启动)

@inetcplc.dll,-4756=启动配置文件助手。

@xpsp2res.dll,-10505=允许运行或安装软件,即使签名无效。

@inetcplc.dll,-4757=在安全和不安全模式之间切换时发出警告。

@inetcplc.dll,-4759=关于无效站点证书的警告。

@inetcplc.dll,-4752=使用SSL 2.0。

@inetcplc.dll,-4753=使用SSL 3.0。

@inetcplc.dll,-4760=检查服务器证书吊销(需要重新启动)

@inetcplc.dll,-4758=重定向提交的表单时发出警告。

@inetcplc.dll,-4754=使用TLS 1.0。

@ inetcplc.dll,-4822 = http 1.1设置

@inetcplc.dll,-4823=使用HTTP 1.1。

@inetcplc.dll,-4824=通过代理连接使用HTTP 1.1。

@inetcplc.dll,-4744=多媒体

@inetcplc.dll,-4741=播放网页中的动画。

@inetcplc.dll,-4871=启用自动调整图像大小。

@inetcplc.dll,-4865=启用图像工具栏(需要重新启动)

@inetcplc.dll,-4742=显示图片。

@inetcplc.dll,-4843=显示图像下载占位符。

@inetcplc.dll,-4738=智能图像抖动

@inetcplc.dll,-4739=播放网页中的声音。

@inetcplc.dll,-4740=播放网页中的视频。

@inetcplc.dll,-4769= print

@inetcplc.dll,-4770=打印背景色和图像。

@inetcplc.dll,-4771=从地址栏搜索。

@inetcplc.dll,-4844=搜索时

@inetcplc.dll,-4845=显示结果,然后去最近的站点。

@inetcplc.dll,-4847=仅在主窗口中显示结果。

@inetcplc.dll,-4846=转到最近的站点。

@inetcplc.dll,-4848=不从地址栏搜索。

d:\ \程序文件\ \ PLSQL Developer \ \ PLSQL dev . exe = PL/SQL Developer

c:\ \ Program Files \ \ Microsoft Office \ \ Office 11 \ \ power nt。EXE=Microsoft Office PowerPoint

@ c:\ \ Windows \ \ System32 \ \ mstsc . exe,-4001 =从远程位置连接到计算机的桌面并运行应用程序,就像您坐在控制台前一样。

c:\ \ WINDOWS \ \ system32 \ \ mstsc . exe =远程桌面连接

exetupfav.exe = exetupfav微软基本应用程序。

C: \ \ Windows \ \ System32 \ \天极组件\ \ ycoms.exe = ycoms微软基本应用程序。

@ c:\ \ Windows \ \ System32 \ \ shell 32 . dll,-32517 =任务栏和开始菜单。

@ c:\ \ Windows \ \ System32 \ \ shell32 . dll,-22985 =文件夹选项。

@ c:\ \ Windows \ \ System32 \ \ shell32 . dll,-22981 = font。

@ c:\ \ Windows \ \ System32 \ \ shell32 . dll,-22982 =管理工具。

@ c:\ \ Windows \ \ System32 \ \ ms task . dll,-3408 =任务计划。

@ c:\ \ Windows \ \ System32 \ \ wias hext . dll,-331 =扫描仪和照相机。

@ C:\ \程序文件\ \ Internet Explorer \ \ ie xplore . exe,-702=Internet Explorer

c:\ \ Program Files \ \ Bradbury \ \ top style 3 \ \ uninst 000 . exe = Setup/Uninstall

c:\ \ DOCUME ~ 1 \ \ ADMINI ~ 1 \ \ LOCALS ~ 1 \ \ Temp \ \ _ iu 14d2n . tmp = Setup/Uninstall

d:\ \ Downloads \ \ editplus \ \ top style 3 \ \ top style 3 \ \ top style 3 . exe = top style

D: \ \魏源\ \ vstart \ vstart.exe =声波启动-你的启动专家。

d:\ \魏源\\VStart\\软件\\Mybase\\Mybase.exe=Mybase

c:\ \程序文件\ \ MPC \ \ mplayerc . exe = Media Player Classic

c:\ \程序文件\ \ Windows Media Player \ \ WM Player . exe = Windows Media Player

c:\ \程序文件\\MPC\\GSpot.exe=GSpot编解码器信息设备(tm)

c:\ \程序文件\ \ MSN Messenger \ \ msnmsgr . exe = MSN Messenger

c:\ \ Program Files \ \ Common Files \ \ Microsoft Shared \ \ office 11 \ \ MSOXMLED。EXE=XML编辑器

c:\ \ Program Files \ \ Microsoft Office \ \ Office 11 \ \ INFOPATH。EXE=Microsoft Office InfoPath

@shell32.dll,-30498=文件和文件夹

@shell32.dll,-30506=记住每个文件夹的视图设置。

@shell32.dll,-30497=在我的电脑上显示控制面板。

@shell32.dll,-30507=在单独的进程中打开文件夹窗口。

@shell32.dll,-30517=不缓存缩略图。

@shell32.dll,-30514=在文件夹提示中显示文件大小信息。

@ shell32.dll,-30511 =在资源管理器的文件夹列表中显示简单文件夹视图。

@shell32.dll,-30499=隐藏文件和文件夹。

@shell32.dll,-30501=不显示隐藏的文件和文件夹。

@shell32.dll,-30500=显示所有文件和文件夹。

@shell32.dll,-30503=隐藏已知文件类型的扩展名。

@shell32.dll,-30509=自动搜索网络文件夹和打印机。

@shell32.dll,-30513=登录时恢复上一个文件夹窗口。

@shell32.dll,-30512=以彩色显示加密或压缩的NTFS文件。

@shell32.dll,-30504=在标题栏显示完整路径。

@shell32.dll,-30505=在地址栏显示完整路径。

@shell32.dll,-30502=鼠标指向文件夹和桌面项目时显示提示信息。

@shell32.dll,-30518=使用简单文件共享(推荐)

@shell32.dll,-30508=隐藏受保护的操作系统文件(推荐)

@shell32.dll,-30510=显示系统文件夹的内容。

@shell32.dll,-28964=您已选择在Windows资源管理器中显示受保护的操作系统文件(标记为系统和隐藏的文件)。

这些文件是启动和运行Windows所必需的。删除或编辑它们会使您的计算机无法运行。

您想显示这些文件吗?

c:\ \ WINDOWS \ \ regedit . exe =注册表编辑器

@SHELL32.dll,-9227=我的文档

标识特殊的文件夹图标

icon resource = % SystemRoot % \ system32 \ imageres . dll,-112

这一行可以将系统文件夹My Documents的显示更改为原来的系统图标。

更多迹象如下:

-108我的音乐

-112我的文档

-113我的图片

-115收藏夹

-183桌面

-184下载

-185链接

-186游戏

-189我的视频