Fix Permissions Changes Preventing Windows From Booting (Windows XP)

Fix Permissions Changes Preventing Windows XP From Booting

Permissions problems often result in Windows loading to a black screen with a cursor and then not loading any further.

XPPermissions1.png



Permissions changes can result in Windows not being able to boot. The changes may result from user error or from a virus/malicious item. If you know you changed permissions prior to the problems starting, proceed to step 2. Otherwise, start with step 1. to remove malicious items prior to fixing the permissions.

  1. Run Windows Defender Offline to check for viruses/malicious items. You may also want to read through Free bootable antivirus rescue CDs for other malicious item removal tools that run outside Windows. If you want further help from our security experts, start a thread in the Security Arena.

  2. Proceed through the steps to Repair Install Windows XP. You will receive a few errors as you go if this is a permissions issue:
    • The first will appear while Setup is copying files...

      XPPermissions2.png

    • The second will appear during the Windows installation itself:

      XPPermissions3_zpsabe8b159.png


      XPPermissions4_zps757d6eab.png
  3. Start the system with the Windows XP Installation media removed after receiving the above errors.

  4. When the Windows XP Setup continues, it will ask you to insert your Windows XP installation media. Do not insert the media.

  5. Instead, press Shift+F10 to start a command prompt.

    XPPermissions5.png


  6. Change to the root directory:

    XPPermissions6_zps57c6579a.png


  7. Set the permissions for your user to have full permissions:

    Code:
    cacls * /e /t /c /g "{yourUserName}":f

    Where {yourUserName} is the username you use for your system. Make sure it is surrounded by quotes if it has a space in the username.

    For example, my username is writhziden in the image below:

    XPPermissions7_zps08b8f2ef.png


    If my username was writh ziden, the command would include quotes around the username as seen in the following example:

    XPPermissions7_5_zpsf8a5db0d.png


  8. Set the permissions for your SYSTEM to have full permissions:

    XPPermissions8_zps40b5340a.png


  9. Set the permissions for all Users to have read permissions:

    XPPermissions9_zps792dbdc1.png


  10. Set the permissions for "CREATOR OWNER" to have full permissions:

    XPPermissions10_zps2a4051f7.png


    Info

    The cacls commands may take a while depending on the space filled on your hard disk and also depending on the size of your Windows installation.



  11. Insert your Windows XP installation media and proceed with the rest of the repair install.
 
Last edited by a moderator:
Back
Top