A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Security and Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Security and Windows Vista A forum for discussion on security issues with Windows Vista. (microsoft.public.windows.vista.security)

cant open files from old hard-drive



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old December 18th 08, 04:46 AM posted to microsoft.public.windows.vista.security
aaronofyo
external usenet poster
 
Posts: 3
Default cant open files from old hard-drive


i recently got new computer with vista home premium x64. i attached the
harddrive from my old xp computer (w/external case) so i can get all the
files from it, but when i try to open the files it says i dont have
permission. ive managed to use the security tab to "replace owner and
subcontainers on objects" while changing the owner, for some of the
files (mostly mp3's) but this is very tedious. is there anyway i can
disable the 'owner' from my old computer?


--
aaronofyo
  #2 (permalink)  
Old December 18th 08, 10:44 AM posted to microsoft.public.windows.vista.security
Malke[_2_]
external usenet poster
 
Posts: 4,230
Default cant open files from old hard-drive

aaronofyo wrote:


i recently got new computer with vista home premium x64. i attached the
harddrive from my old xp computer (w/external case) so i can get all the
files from it, but when i try to open the files it says i dont have
permission. ive managed to use the security tab to "replace owner and
subcontainers on objects" while changing the owner, for some of the
files (mostly mp3's) but this is very tedious. is there anyway i can
disable the 'owner' from my old computer?


Run this at an elevated Command Prompt:

cacls c:\ /t /e /g Administrators:f [enter]

This will give full rights to all the files and folders on drive C: to the
Administrators group, any member to this group will then have full rights
to the files.

To grant full rights to a specific user issue the command with the user's
name:

cacls c:\ /t /e /g Steve:f [enter]

will grant Steve full rights to all the files and folders on C:. If the
user name has spaces you must surround it with quotation marks:

cacls c:\ /t /e /g "Some User":f [enter]

Obviously you will substitute your desired owner user name on Vista for
"Steve".

Malke
--
MS-MVP
Elephant Boy Computers - Don't Panic!
FAQ - http://www.elephantboycomputers.com/#FAQ

  #3 (permalink)  
Old December 18th 08, 05:25 PM posted to microsoft.public.windows.vista.security
aaronofyo
external usenet poster
 
Posts: 3
Default cant open files from old hard-drive


when i enter that command it displays a list of "processed file :
L:_____(various files)"
but when it gets to "processed dir:L: Documents and Settings" it says
"access is denied".


--
aaronofyo
  #4 (permalink)  
Old December 18th 08, 05:37 PM posted to microsoft.public.windows.vista.security
Gordon[_5_]
external usenet poster
 
Posts: 1,032
Default cant open files from old hard-drive

"aaronofyo" wrote in message
...

when i enter that command it displays a list of "processed file :
L:_____(various files)"
but when it gets to "processed dir:L: Documents and Settings" it says
"access is denied".



To whom are you talking? Please QUOTE the post you are replying to.
Thank you

--
Asking a question?
Please tell us the version of the application you are asking about,
your OS, Service Pack level
and the FULL contents of any error message(s)

  #5 (permalink)  
Old December 18th 08, 05:53 PM posted to microsoft.public.windows.vista.security
Zaphod Beeblebrox
external usenet poster
 
Posts: 260
Default cant open files from old hard-drive


"aaronofyo" wrote in message
...

when i enter that command it displays a list of "processed file :
L:_____(various files)"
but when it gets to "processed dir:L: Documents and Settings" it says
"access is denied".



I don't think that the CACLS command handles ownership issues, so you
probably need to take ownership of the files and folders first. Rather
than doing so one file/folder at a time, you can use the TAKEOWN command
to do so, like this:

TAKEOWN /F L:\* /R /D

That should give ownership of all files and folders on L: to the current
user. To give ownership to the Administrators group instead of the
current user, add /A.

Hope this helps.

--
Zaphod

No matter where you go, there you are!


  #6 (permalink)  
Old December 18th 08, 07:23 PM posted to microsoft.public.windows.vista.security
Leo
external usenet poster
 
Posts: 81
Default cant open files from old hard-drive

Perhaps this may help

Step by step instruction on how to take ownership of a folder



- Right-click the file/folder you want to own, click properties

- Click Security Tab

- Click Advanced

- Click the Owner Tab

- Click Edit

- Select the Administrators group from the list

- Click OK

- Click OK

- Click OK

You have now taken 'Ownership' of the file and you can close the property

Windows



Now again



1) Right-click on the file

2) Select Properties

3) Go to the Security tab again, click the Advanced button

4) Now Press Edit, then double-click 'Administrators' in the list and tick

the 'allow' box for 'Full control'



You have now taken 'Full control' of file


--
Leo

'Whoever said the pen is mightier than the sword
obviously never encountered automatic weapons.'
General MacArthur






"Zaphod Beeblebrox" wrote in message
...

"aaronofyo" wrote in message
...

when i enter that command it displays a list of "processed file :
L:_____(various files)"
but when it gets to "processed dir:L: Documents and Settings" it says
"access is denied".



I don't think that the CACLS command handles ownership issues, so you probably
need to take ownership of the files and folders first. Rather than doing so
one file/folder at a time, you can use the TAKEOWN command to do so, like
this:

TAKEOWN /F L:\* /R /D

That should give ownership of all files and folders on L: to the current user.
To give ownership to the Administrators group instead of the current user, add
/A.

Hope this helps.

--
Zaphod

No matter where you go, there you are!


  #7 (permalink)  
Old December 19th 08, 03:56 AM posted to microsoft.public.windows.vista.security
aaronofyo
external usenet poster
 
Posts: 3
Default cant open files from old hard-drive


that worked leo. thanks for the help.



- Right-click the file/folder you want to own, click properties
- Click Security Tab
- Click Advanced
- Click the Owner Tab
- Click Edit
- Select the Administrators group from the list
- Click OK
- Click OK
- Click OK
You have now taken 'Ownership' of the file and you can close the
property
Windows
Now again
1) Right-click on the file
2) Select Properties
3) Go to the Security tab again, click the Advanced button
4) Now Press Edit, then double-click 'Administrators' in the list and
tick
the 'allow' box for 'Full control'



--
aaronofyo
  #8 (permalink)  
Old December 19th 08, 08:27 PM posted to microsoft.public.windows.vista.security
Leo
external usenet poster
 
Posts: 81
Default cant open files from old hard-drive

YW, glad the problem has been fixed.

--
Leo

'Whoever said the pen is mightier than the sword
obviously never encountered automatic weapons.'
General MacArthur






"aaronofyo" wrote in message
...

that worked leo. thanks for the help.



- Right-click the file/folder you want to own, click properties
- Click Security Tab
- Click Advanced
- Click the Owner Tab
- Click Edit
- Select the Administrators group from the list
- Click OK
- Click OK
- Click OK
You have now taken 'Ownership' of the file and you can close the
property
Windows
Now again
1) Right-click on the file
2) Select Properties
3) Go to the Security tab again, click the Advanced button
4) Now Press Edit, then double-click 'Administrators' in the list and
tick
the 'allow' box for 'Full control'



--
aaronofyo


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.