Home » Questions » Computers [ Ask a new question ]

Windows 7 - Accessing old Vista install on external harddrive - UAC

Windows 7 - Accessing old Vista install on external harddrive - UAC

I've installed Windows 7 on a new harddrive, and have attached my old vista installed hd via an external dock.

Asked by: Guest | Views: 317
Total answers/comments: 2
Guest [Entry]

"You need to allow yourself full access to the hard disk.
The following procedure will only work if you're logged in as an administrator.

The first step is to take ownership of the files.
Start a Command Prompt box (cmd) as administrator, and enter:

takeown /f /r X:\

Then give yourself full rights on the file:

cacls X:\*.* /T /G username:F

For more info on cacls see:
Security from the command line with CACLS.

If you're having problems using cacls, a more evolved Visual Basic script exists:
Xcacls.vbs to modify NTFS permissions."
Guest [Entry]

Have you tried setting up an account on your new Windows 7 install with the same username and password as the old Vista machine?