后来证明是主板坏了,换了块主板就好了。
建议清一下cmos再试一下,如果不行换主板吧。
这个真的是主板坏了,相信我吧。
win7中media center 无法观看互联网视频的解决办法2010-06-05 20:22win7中media center 无法观看互联网视频的解决办法以下两段代码,文本编辑分别存为*.cmd格式,先以管理员身份运行第一段代码,待media
center自动启动后,在电视选项卡下方可以看到“互联网视频”然后按提示进行接下来的
步骤,如若没有出现,则管理员身份运行第二段代码存成的*.cmd文件,重新配置
windows media center
第一段代码:强制更新下载media center互联网内容
cd /d %windir%\ehome
start /wait mcupdate -uf
ehshell.exe "/mcesuperbar://tv?live=true"
exit
第二段代码:重新配置windows media center
net stop ehsched
net stop ehrecvr
taskkill /t /f /im ehrec.exe
taskkill /t /f /im ehshell.exe
taskkill /t /f /im mcupdate.exe
taskkill /t /f /im mcglidhost.exe
taskkill /t /f /im mcstoreexplorer.exe
taskkill /t /f /im ehtray.exe
del /f /s /q %programdata%\Microsoft\ehome\*.*
cd /d %windir%\ehome
start /wait mcupdate -MediaCenterRecoveryTask
ehshell
exit
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)