Ticket #698: Readme.txt

File Readme.txt, 1.8 KB (added by Ageless, 14 years ago)

Readme.txt

Line 
1Hi there,
2
3This little script will assume that you uninstalled BOINC through Add/Remove Programs, before you start using it. The script won't do that for you and will throw weird errors when you neglect to uninstall first.
4
5The script will delete all your BOINC directories & left-over registry entries that the normal BOINC uninstaller will not clean up.
6
7Use only if you want to rid your system completely of BOINC.
8This batch file will work on Windows 2000 and above only. It will not work on Windows 9x/ME
9
10What it does?
11
121. Uninstall the BOINC user accounts and groups.
132. Use the Windows 2003 Server Tool NTRights.exe to delete the User Rights Assignments.
143. Kills boinctray.exe if it is still running.
154. Read the BOINC Install directory and Data directory paths from the registry and subsequently delete both directories and all files and sub-directories included.
165. Finds and deletes the BOINC_Master directory or directories in the Documents and Settings directory (works on foreign language Windows as well, where the "Documents and Settings" directory is set in that language)
176. Delete all BOINC related keys from the registry.
18
19
20How to use?
21
22To use it, unpack the contents of the zip file somewhere convenient, like C:\Clean\
23Then click the Windows Start button->Run, type in cmd and click OK.
24In the command line window that opens, type:
25c: (press Enter)
26cd\clean (press Enter)
27cleaner (press Enter)
28
29This starts the "cleaner.bat" batch file. If all is well, it should go from there fully automatically.
30
31When the batch file ends, you can close the command line window (if it's still open) and delete the temporary directory holding these files. Then you will need to reboot your computer to finalize the process of cleaning.
32
33With thanks for using BOINC. We're sorry to see you go.