![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Newbie Rep Power: 5 ![]() | Solitaire statistics reset This question is for regular solitaire for Vista Home 32. I play solitaire A LOT and I would rather the people around me never find out. I am able to clear my statistics through the menus, but is there a way to reset the history that appears after each game? |
My System Specs![]() |
| | #2 (permalink) |
| The Contemplator ![]() ![]() Rep Power: 55 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Re: Solitaire statistics reset Hi egospite, To reset the game statistics, you need to delete some files. These files will be automatically recreated the next time you play the game. The files are located in the following location: 'C:\Users\[UserName]\AppData\Local\Microsoft Games\[Game]', where [UserName] is your account name and [Game] is the name of the game (in your case, Solitaire). Simply delete the contents of the folder, but DO NOT delete the folder itself. I am going to work out a batch file to do this at the click of a button, and, once I have worked this out, I will post it to this thread. Note that the folder, 'AppData', is a hidden folder and in order to be able to view it you need to do the following. Click the start orb and type 'folder options' into the search box. Press 'enter/return' and the folder options dialogue will open. Click the 'View' tab. Under the 'Advanced settings:' section, click to select (ie, check) 'Show hidden files and folders'. Click 'OK' to close the dialogue panel. Dwarf |
My System Specs![]() |
| | #3 (permalink) |
| The Contemplator ![]() ![]() Rep Power: 55 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Re: Solitaire statistics reset Hi egospite, As promised, here is a batch file to automate this function: Code: cd C:\Users\[UserName]\AppData\Local\Microsoft Games\[Game] del * /q 1 = Chess Titans 2 = FreeCell 3 = Hearts 4 = Mahjong Titans 5 = Purble Place 6 = Solitaire 7 = Spider Solitaire Next, right click on the file you have just saved and from the 'Send To' sub menu, select 'Desktop (create shortcut)'. Goto your desktop, right click on the new shortcut and select 'Rename'. Give the shortcut a meaningful name (I suggest 'ClrHist [Game]', where [Game] is the name of the game. Dwarf Last edited by Dwarf; 4 Weeks Ago at 01:49 PM. |
My System Specs![]() |
| | #4 (permalink) |
| The Contemplator ![]() ![]() Rep Power: 55 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Re: Solitaire statistics reset Hi egospite, A point to note is that when you clear the game's history using this method, you will also reset the game's options to their defaults. I enclose another batch file which will enable you to clear the history of all the games in one go. Call this file 'statrstmgall.bat' and save it in the folder that I suggested in my previous post. Again, create a shortcut as described previously and give it the name 'ClrHistAll' (or whatever you choose). Dwarf Code: cd C:\Users\[UserName]\AppData\Local\Microsoft Games\Chess Titans del * /q cd.. cd FreeCell del * /q cd.. cd Hearts del * /q cd.. cd Mahjong Titans del * /q cd.. cd Purble Place del * /q cd.. cd Solitaire del * /q cd.. cd Spider Solitaire del * /q Last edited by Dwarf; 4 Weeks Ago at 01:49 PM. |
My System Specs![]() |
| | #5 (permalink) |
| Newbie Rep Power: 5 ![]() | Re: Solitaire statistics reset Thank you very much. |
My System Specs![]() |
| | #6 (permalink) |
| The Contemplator ![]() ![]() Rep Power: 55 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Re: Solitaire statistics reset |
My System Specs![]() |
![]() |
| Tags |
| solitare |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Printer statistics | The Key | PowerShell | 1 | 08-12-2008 10:04 AM |
| My game file for solitaire, spider solitaire, chess, etc. is empty | Pamalam | Vista Games | 1 | 09-09-2007 03:10 PM |
| IPV6 statistics on XP SP2 | Thomas Lee | PowerShell | 5 | 04-12-2007 10:58 AM |
| Clear statistics? | Brandon Taylor | Vista Games | 3 | 02-06-2007 07:00 PM |
| Solitaire Statistics is bad | jimpuls | Vista Games | 3 | 10-07-2006 10:05 PM |