Changes between Version 4 and Version 5 of ClientSetupLogicWinSixCleanup


Ignore:
Timestamp:
May 7, 2009, 2:59:54 PM (15 years ago)
Author:
Ageless
Comment:

added XP Home instructions

Legend:

Unmodified
Added
Removed
Modified
  • ClientSetupLogicWinSixCleanup

    v4 v5  
    3030 * Delete the 'boinc_project' user account.
    3131
     32Windows 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
    3245== Cleanup User Rights Assignments ==
    3346
     
    4154
    4255Open 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
     57Windows XP Home (and possibly Vista Home?) does not have the Local Security Policy.
     58It 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!)
    4361
    4462== Cleanup Setup Registry Entries ==