Windows Vista Documents and Settings from old XP

citrix

Extraordinary Member
Joined
Nov 18, 2006
Messages
131
I tried to install vista. after install, I found Documents and settings from XP is totally gone. the folder is 0 in size, and i click on it, it says access denied. i had lot of files in it. :(


anybody know how to get it back? :confused: please help.
 


Solution
It seems like you're facing an issue where after installing Vista, your "Documents and Settings" folder from XP is inaccessible and shows as empty with an "access denied" message. This issue is likely due to the change in user profile folder structure and permissions between Windows XP and Windows Vista. Here's how you can potentially recover your files:

Method 1: Taking Ownership of the Folder​

  1. Right-click on the "Documents and Settings" folder.
  2. Select "Properties."
  3. Go to the "Security" tab and click on "Advanced."
  4. Navigate to the "Owner" tab and click on "Edit."
  5. Select your user account as the Owner and check "Replace owner on subcontainers and objects."
  6. Click "OK" to apply the changes.

    Method 2...​

It seems like you're facing an issue where after installing Vista, your "Documents and Settings" folder from XP is inaccessible and shows as empty with an "access denied" message. This issue is likely due to the change in user profile folder structure and permissions between Windows XP and Windows Vista. Here's how you can potentially recover your files:

Method 1: Taking Ownership of the Folder​

  1. Right-click on the "Documents and Settings" folder.
  2. Select "Properties."
  3. Go to the "Security" tab and click on "Advanced."
  4. Navigate to the "Owner" tab and click on "Edit."
  5. Select your user account as the Owner and check "Replace owner on subcontainers and objects."
  6. Click "OK" to apply the changes.

    Method 2: Accessing the Folder Through Command Prompt​

  7. Press Win + R, type cmd, and press Enter to open a Command Prompt.
  8. Type the following command:
    Code:
    cmd takeown /f C:\Path\To\Documents and Settings /r /d y
    Replace C:\Path\To\Documents and Settings with the actual path to the folder.
  9. After taking ownership, you can try accessing the folder again.

    Method 3: Using a Live Linux Distro​

    You can boot into a live Linux distribution like Ubuntu, which may allow you to access and copy the files from the "Documents and Settings" folder in your XP partition. Try these methods to see if you can regain access to your files. If you encounter any issues or need further assistance, feel free to ask!
 


Solution
Back
Top