
可以的 下载一个 uxtheme.dll 文件 http://www1.lob.cn/n258c24.shtml然后进入到安全模式 复制到windows目录下的system32里面 提示有重名就覆盖就行 如果不进安全模式可以按下列步骤恢复 net stop iisadmin /y (如果该组件被iis引用) regsvr32 /u /s %windir%\system32\uxtheme.dll copy uxtheme.dll %windir%\system32 regsvr32 /s %windir%\system32\uxtheme.dll net start w3svc (启动iis的命令,如果该组件被iis引用)
