Chess Titans in Windows 7

Saturday, January 23, 2010 4 comments

Windows Vista and Windows 7 have lots of new games and Chess Titans is one of them. Playing with computer would be good time pass when you are alone and are bored.  You can launch the game from Start -> All Programs -> Games  and then clicking on Chess Titans. After launching the game click F5 to open options and then select appropriate level of difficulty.

This program(chess.exe) is installed in the directory c:\Program Files\Microsoft Games\Chess. This is not added to PATH environment variable. So if you want to launch chess game from command line, add this path to the PATH environment variable as below

c:\> SET PATH=$PATH;"c:\Program Files\Microsoft Games\Chess"