本文标签:, ,

问:有一天发现Windows 7的“开始菜单-->所有程序”里面没有系统内置的“游戏”项目,而是发现了一个目录叫“Games”,目录里面就是内置的游戏;重启电脑数次也不会恢复成“游戏”这个名称;很郁闷;后来就到“程序与功能”中卸掉游戏,并重新勾选游戏,这下更晕,Games里面的游戏显示名称都变成英文的。

答:请以管理员身份运行命令提示符.执行下列命令:

cd /d "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Games"
attrit -r -s -h desktop.ini
notepad desktop.ini
然后复制下列代码到记事本:
[此处有一行空行]
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21773
[LocalizedFileNames]
Chess.lnk=@%SystemRoot%\system32\gameux.dll,-10054
Mahjong.lnk=@%SystemRoot%\system32\gameux.dll,-10059
PurblePlace.lnk=@%SystemRoot%\system32\gameux.dll,-10058
InternetCheckers.lnk=@%SystemRoot%\system32\gameux.dll,-10101
InternetBackgammon.lnk=@%SystemRoot%\system32\gameux.dll,-10102
InternetSpades.lnk=@%SystemRoot%\system32\gameux.dll,-10103
GameExplorer.lnk=@%SystemRoot%\system32\gameux.dll,-10082
FreeCell.lnk=@%SystemRoot%\system32\gameux.dll,-10055
Solitaire.lnk=@%SystemRoot%\system32\gameux.dll,-10060
Internet Backgammon.lnk=@%SystemRoot%\system32\gameux.dll,-10102
Minesweeper.lnk=@%SystemRoot%\system32\gameux.dll,-10057
Hearts.lnk=@%SystemRoot%\system32\gameux.dll,-10056
More Games from Microsoft.lnk=@%SystemRoot%\system32\gameux.dll,-10209
Internet Checkers.lnk=@%SystemRoot%\system32\gameux.dll,-10101
Spider Solitaire.lnk=@%SystemRoot%\system32\gameux.dll,-10061
Purble Place.lnk=@%SystemRoot%\system32\gameux.dll,-10058
Internet Spades.lnk=@%SystemRoot%\system32\gameux.dll,-10103
复制完成后进行保存, 保存之前编码类型為 Unicode .
关闭记事本.
attrib +r +s +h desktop.ini
cd ..
attrib +r Games
最后重新啟动计算机.

请以管理员身份运行命令提示符.执行下列命令:

cd /d "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Games"attrit -r -s -h desktop.ininotepad desktop.ini

然后复制下列代码到记事本:[此处有一行空行][.ShellClassInfo]LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21773[LocalizedFileNames]Chess.lnk=@%SystemRoot%\system32\gameux.dll,-10054Mahjong.lnk=@%SystemRoot%\system32\gameux.dll,-10059PurblePlace.lnk=@%SystemRoot%\system32\gameux.dll,-10058InternetCheckers.lnk=@%SystemRoot%\system32\gameux.dll,-10101InternetBackgammon.lnk=@%SystemRoot%\system32\gameux.dll,-10102InternetSpades.lnk=@%SystemRoot%\system32\gameux.dll,-10103

GameExplorer.lnk=@%SystemRoot%\system32\gameux.dll,-10082FreeCell.lnk=@%SystemRoot%\system32\gameux.dll,-10055Solitaire.lnk=@%SystemRoot%\system32\gameux.dll,-10060Internet Backgammon.lnk=@%SystemRoot%\system32\gameux.dll,-10102Minesweeper.lnk=@%SystemRoot%\system32\gameux.dll,-10057Hearts.lnk=@%SystemRoot%\system32\gameux.dll,-10056More Games from Microsoft.lnk=@%SystemRoot%\system32\gameux.dll,-10209Internet Checkers.lnk=@%SystemRoot%\system32\gameux.dll,-10101Spider Solitaire.lnk=@%SystemRoot%\system32\gameux.dll,-10061Purble Place.lnk=@%SystemRoot%\system32\gameux.dll,-10058Internet Spades.lnk=@%SystemRoot%\system32\gameux.dll,-10103

复制完成后进行保存, 保存之前编码类型為 Unicode .关闭记事本.

attrib +r +s +h desktop.inicd ..attrib +r Games

最后重新啟动计算机.

PS:此文用于Windows Vista,Windows 7(Win7),Windows 2008

 » 订阅本站:http://feed.x2009.net