Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > Accessing files - ownership doesn't help

Reply
Thread Tools Display Modes

Accessing files - ownership doesn't help

 
 
RuthB
Guest
Posts: n/a

 
      06-01-2007
Hi,

Like everyone here, I've recently installed Vista (or rather - got a new
computer with Vista on it). I've transferred the files from my old computer,
and when trying to access them, got the usual 'access privilege' message, so
I changed ownership, as was suggested by the computer's 'help' , and even
restarted the computer, just to be sure. But now, even though my (admin)
account is the owner of all these documents, I still get the same 'user does
not have access privileges' message (or just - 'cannot access', in case of an
excel file).

Can anyone help?

Thanks,
Ruth
 
Reply With Quote
 
 
 
 
RuthB
Guest
Posts: n/a

 
      06-01-2007
Oh, and I also checked the 'permission' issue - my account seems to have
permission to all these folders, but all the 'checks' are in grey, so I can't
change them, only deny permission (which is obviously not what I want to do)

thanks!
 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      06-01-2007
"RuthB" <> wrote in message
news:1F7FE515-C3EF-40AD-BE05-...
> Hi,
>
> Like everyone here, I've recently installed Vista (or rather - got a new
> computer with Vista on it). I've transferred the files from my old
> computer,
> and when trying to access them, got the usual 'access privilege' message,
> so
> I changed ownership, as was suggested by the computer's 'help' , and even
> restarted the computer, just to be sure. But now, even though my (admin)
> account is the owner of all these documents, I still get the same 'user
> does
> not have access privileges' message (or just - 'cannot access', in case of
> an
> excel file).
>
> Can anyone help?
>
> Thanks,
> Ruth



Were the files encrypted on the XP computer? Right click on a file and pick
properties, then click on the Advanced button. Is there a tick beside
Encrypt file?

--
Kerry Brown
Microsoft MVP - Shell/User
http://www.vistahelp.ca


 
Reply With Quote
 
RuthB
Guest
Posts: n/a

 
      06-01-2007
No, not encrypted, nor 'read only'. mysterious...

"Kerry Brown" wrote:


>
>
> Were the files encrypted on the XP computer? Right click on a file and pick
> properties, then click on the Advanced button. Is there a tick beside
> Encrypt file?
>
> --
> Kerry Brown
> Microsoft MVP - Shell/User
> http://www.vistahelp.ca
>
>
>

 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      06-02-2007
Hello,

- What folder did you copy your files to?
- Are you familiar with using the command prompt?

- JB

On Fri, 1 Jun 2007 06:36:01 -0700, RuthB
<> wrote:

>Hi,
>
>Like everyone here, I've recently installed Vista (or rather - got a new
>computer with Vista on it). I've transferred the files from my old computer,
>and when trying to access them, got the usual 'access privilege' message, so
>I changed ownership, as was suggested by the computer's 'help' , and even
>restarted the computer, just to be sure. But now, even though my (admin)
>account is the owner of all these documents, I still get the same 'user does
>not have access privileges' message (or just - 'cannot access', in case of an
>excel file).
>
>Can anyone help?
>
>Thanks,
>Ruth

 
Reply With Quote
 
RuthB
Guest
Posts: n/a

 
      06-02-2007
Hi,

I copied the entirety of 'my documents' folder - including subfolders - into
the new 'documents' folder.

I have used command prompt before, but only with very specific instructions

Ruth

"Jimmy Brush" wrote:

> Hello,
>
> - What folder did you copy your files to?
> - Are you familiar with using the command prompt?
>
> - JB
>
> On Fri, 1 Jun 2007 06:36:01 -0700, RuthB
> <> wrote:
>
> >Hi,
> >
> >Like everyone here, I've recently installed Vista (or rather - got a new
> >computer with Vista on it). I've transferred the files from my old computer,
> >and when trying to access them, got the usual 'access privilege' message, so
> >I changed ownership, as was suggested by the computer's 'help' , and even
> >restarted the computer, just to be sure. But now, even though my (admin)
> >account is the owner of all these documents, I still get the same 'user does
> >not have access privileges' message (or just - 'cannot access', in case of an
> >excel file).
> >
> >Can anyone help?
> >
> >Thanks,
> >Ruth

>

 
Reply With Quote
 
RuthB
Guest
Posts: n/a

 
      06-04-2007
I found now that I can change the properties of a single file so that I can
access it - I need to add my user name to the permissions. quite basic of
course. the annoying thing though, is that I defined the entire parent
folder, with all it's subfolders and files, with permission for my user name,
but it doesn't seem to "catch". Instead of my own user name there is an
unknown user with a long string of numbers as its name (starting with
S-1-5-21).

Does this make any more sense?

cheers.

"Jimmy Brush" wrote:

> Hello,
>
> - What folder did you copy your files to?
> - Are you familiar with using the command prompt?
>
> - JB
>
> On Fri, 1 Jun 2007 06:36:01 -0700, RuthB
> <> wrote:
>
> >Hi,
> >
> >Like everyone here, I've recently installed Vista (or rather - got a new
> >computer with Vista on it). I've transferred the files from my old computer,
> >and when trying to access them, got the usual 'access privilege' message, so
> >I changed ownership, as was suggested by the computer's 'help' , and even
> >restarted the computer, just to be sure. But now, even though my (admin)
> >account is the owner of all these documents, I still get the same 'user does
> >not have access privileges' message (or just - 'cannot access', in case of an
> >excel file).
> >
> >Can anyone help?
> >
> >Thanks,
> >Ruth

>

 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      06-05-2007
Yes, this can happen sometimes when accessing files created from
another installation of Windows.

I would recommend using the following command-line tool to give
yourself permission to all of your files and folders:

- Open an elevated command prompt by right-clicking it and clicking
Run As Administrator
- Browse to the folder you need to accessr (e.g. cd
documents\oldfolder)
- Type: icacls . /grant USEROI)(CI)(F) /L /T /Q
(Where USER is your username)
(Or, if you want ANY user to be able to access these files, replace
USER with Users)

- JB

On Mon, 4 Jun 2007 11:54:01 -0700, RuthB
<> wrote:

>I found now that I can change the properties of a single file so that I can
>access it - I need to add my user name to the permissions. quite basic of
>course. the annoying thing though, is that I defined the entire parent
>folder, with all it's subfolders and files, with permission for my user name,
>but it doesn't seem to "catch". Instead of my own user name there is an
>unknown user with a long string of numbers as its name (starting with
>S-1-5-21).
>
>Does this make any more sense?
>
>cheers.
>
>"Jimmy Brush" wrote:
>
>> Hello,
>>
>> - What folder did you copy your files to?
>> - Are you familiar with using the command prompt?
>>
>> - JB
>>
>> On Fri, 1 Jun 2007 06:36:01 -0700, RuthB
>> <> wrote:
>>
>> >Hi,
>> >
>> >Like everyone here, I've recently installed Vista (or rather - got a new
>> >computer with Vista on it). I've transferred the files from my old computer,
>> >and when trying to access them, got the usual 'access privilege' message, so
>> >I changed ownership, as was suggested by the computer's 'help' , and even
>> >restarted the computer, just to be sure. But now, even though my (admin)
>> >account is the owner of all these documents, I still get the same 'user does
>> >not have access privileges' message (or just - 'cannot access', in case of an
>> >excel file).
>> >
>> >Can anyone help?
>> >
>> >Thanks,
>> >Ruth

>>

 
Reply With Quote
 
RuthB
Guest
Posts: n/a

 
      06-05-2007

)
> - Type: icacls . /grant USEROI)(CI)(F) /L /T /Q
> (Where USER is your username)


Nearly there, but the 'USEROI)(CI)(F)' part (with the USER changed
appropriately) is said to be an invalid parameter

Ruthi

> (Or, if you want ANY user to be able to access these files, replace
> USER with Users)
>
> - JB
>
> On Mon, 4 Jun 2007 11:54:01 -0700, RuthB
> <> wrote:
>
> >I found now that I can change the properties of a single file so that I can
> >access it - I need to add my user name to the permissions. quite basic of
> >course. the annoying thing though, is that I defined the entire parent
> >folder, with all it's subfolders and files, with permission for my user name,
> >but it doesn't seem to "catch". Instead of my own user name there is an
> >unknown user with a long string of numbers as its name (starting with
> >S-1-5-21).
> >
> >Does this make any more sense?
> >
> >cheers.
> >
> >"Jimmy Brush" wrote:
> >
> >> Hello,
> >>
> >> - What folder did you copy your files to?
> >> - Are you familiar with using the command prompt?
> >>
> >> - JB
> >>
> >> On Fri, 1 Jun 2007 06:36:01 -0700, RuthB
> >> <> wrote:
> >>
> >> >Hi,
> >> >
> >> >Like everyone here, I've recently installed Vista (or rather - got a new
> >> >computer with Vista on it). I've transferred the files from my old computer,
> >> >and when trying to access them, got the usual 'access privilege' message, so
> >> >I changed ownership, as was suggested by the computer's 'help' , and even
> >> >restarted the computer, just to be sure. But now, even though my (admin)
> >> >account is the owner of all these documents, I still get the same 'user does
> >> >not have access privileges' message (or just - 'cannot access', in case of an
> >> >excel file).
> >> >
> >> >Can anyone help?
> >> >
> >> >Thanks,
> >> >Ruth
> >>

>

 
Reply With Quote
 
Jimmy Brush
Guest
Posts: n/a

 
      06-05-2007
On Tue, 5 Jun 2007 05:48:01 -0700, RuthB
<> wrote:

Sorry, if your username has spaces in it, you'll need to put it in
double quotes. For example:

icacls . /grant "Jimmy brush"OI)(CI)(F) /L /T /Q

- JB

>
>)
>> - Type: icacls . /grant USEROI)(CI)(F) /L /T /Q
>> (Where USER is your username)

>
>Nearly there, but the 'USEROI)(CI)(F)' part (with the USER changed
>appropriately) is said to be an invalid parameter
>
>Ruthi
>
>> (Or, if you want ANY user to be able to access these files, replace
>> USER with Users)
>>
>> - JB
>>
>> On Mon, 4 Jun 2007 11:54:01 -0700, RuthB
>> <> wrote:
>>
>> >I found now that I can change the properties of a single file so that I can
>> >access it - I need to add my user name to the permissions. quite basic of
>> >course. the annoying thing though, is that I defined the entire parent
>> >folder, with all it's subfolders and files, with permission for my user name,
>> >but it doesn't seem to "catch". Instead of my own user name there is an
>> >unknown user with a long string of numbers as its name (starting with
>> >S-1-5-21).
>> >
>> >Does this make any more sense?
>> >
>> >cheers.
>> >
>> >"Jimmy Brush" wrote:
>> >
>> >> Hello,
>> >>
>> >> - What folder did you copy your files to?
>> >> - Are you familiar with using the command prompt?
>> >>
>> >> - JB
>> >>
>> >> On Fri, 1 Jun 2007 06:36:01 -0700, RuthB
>> >> <> wrote:
>> >>
>> >> >Hi,
>> >> >
>> >> >Like everyone here, I've recently installed Vista (or rather - got a new
>> >> >computer with Vista on it). I've transferred the files from my old computer,
>> >> >and when trying to access them, got the usual 'access privilege' message, so
>> >> >I changed ownership, as was suggested by the computer's 'help' , and even
>> >> >restarted the computer, just to be sure. But now, even though my (admin)
>> >> >account is the owner of all these documents, I still get the same 'user does
>> >> >not have access privileges' message (or just - 'cannot access', in case of an
>> >> >excel file).
>> >> >
>> >> >Can anyone help?
>> >> >
>> >> >Thanks,
>> >> >Ruth
>> >>

>>

 
Reply With Quote
 
 
 
Reply

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Take Ownership of Files - Discussion Ian Article and Tip Comments 0 02-21-2008 05:23 PM
Take Ownership of Files Ian File Management 0 02-21-2008 05:23 PM
taking ownership of system 32 files maxvista Windows Vista General Discussion 3 12-02-2007 09:36 PM
Taking ownership of Vista files and folders from an XP machine KapitiTech Windows Vista Administration 3 10-30-2007 06:44 AM
Is possible to take ownership of a lot of files? Magno Windows Vista Security 6 06-28-2007 01:58 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59