Windows Vista Build 5456的小Bug─服务名乱码
不知道兄弟们是否也有这个问题,安装5456,并将System Locale设置为中文时,其中ShellHWDetection服务名称会显示为乱码。
如果您也有类似情况,可以考虑用以下方法进行解决:
1.用"Run as administrator"方式启动命令提示符窗口。
2.在命令提示符下输入以下命令,将该服务的显示名称设置为“Shell Hardware Detection”:
sc config ShellHWDetection displayname= "Shell Hardware Detection"
3.在命令提示符下输入以下命令,设置该服务的描述信息:
sc description ShellHWDetection "Provides notifications for hardware AutoPlay events."
4.重新启动Vista,即可恢复正常。