Changes between Version 4 and Version 5 of ClientSetupLogicWinSixCleanup
- Timestamp:
- May 7, 2009, 2:59:54 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientSetupLogicWinSixCleanup
v4 v5 30 30 * Delete the 'boinc_project' user account. 31 31 32 Windows XP Home (and possibly Vista Home?) does not have the Local Users and Groups tree, we need to do it differently here: 33 * Click on the 'Start' button. 34 * Click on 'Programs'. 35 * Click on 'Desktop-Accessories'. 36 * Click on 'Command Prompt'. 37 * In the command prompt window that opened, type: 38 * net localgroup boinc_admins boinc_master /delete (press Enter). 39 * net localgroup boinc_projects boinc_project /delete (press Enter). 40 * net localgroup boinc_admins /delete (press Enter). 41 * net localgroup boinc_users /delete (press Enter). 42 * net localgroup boinc_projects /delete (press Enter). 43 44 32 45 == Cleanup User Rights Assignments == 33 46 … … 41 54 42 55 Open each user right that contains an '*S-' style entry, and remove each entry that begins with '*S-'. Each '*S-' entry represents a user account that has been deleted from the system. 56 57 Windows XP Home (and possibly Vista Home?) does not have the Local Security Policy. 58 It is possible that these are saved at either HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy\GroupMembership or HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy 59 60 (Backup your registry before changing anything. Don't just delete entries in the registry without knowing exactly what they are for!) 43 61 44 62 == Cleanup Setup Registry Entries ==