Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > 'Read only' issue

Reply
Thread Tools Display Modes

'Read only' issue

 
 
MigBug
Guest
Posts: n/a

 
      03-24-2008
I have a couple of HD connected to my PC with music files and image (photos)
files but I can't edit them because VISTA makes them 'read only' and doesn't
allow me to change it.

I have adjusted all my permissions to 'complete control' , have disabled UAC
but to no avail.

If I change the file properties from read-only to read/write (ie uncheck the
read-only file attribute), it comes back as read-only!!! What? I uncheck the
checkbox, close the folder properties dialog window, and re-open it only to
find the read-only checkbox selected. And yes I’m in Admistrator mode.

I sure regrett I didn't buy a MAC ...

If someone has a solution please post it .
Rgs
 
Reply With Quote
 
 
 
 
PaulB
Guest
Posts: n/a

 
      03-24-2008
Take ownership of the file.
--
Paul


"MigBug" wrote:

> I have a couple of HD connected to my PC with music files and image (photos)
> files but I can't edit them because VISTA makes them 'read only' and doesn't
> allow me to change it.
>
> I have adjusted all my permissions to 'complete control' , have disabled UAC
> but to no avail.
>
> If I change the file properties from read-only to read/write (ie uncheck the
> read-only file attribute), it comes back as read-only!!! What? I uncheck the
> checkbox, close the folder properties dialog window, and re-open it only to
> find the read-only checkbox selected. And yes I’m in Admistrator mode.
>
> I sure regrett I didn't buy a MAC ...
>
> If someone has a solution please post it .
> Rgs

 
Reply With Quote
 
Rick Rogers
Guest
Posts: n/a

 
      03-24-2008
The solution is to ignore "read only" in a folder's properties. It (the
"read only" attribute) doesn't apply to folders, only to files. If you are
unable to open a file for editing, it's because you lack permissions or
ownership.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP
http://mvp.support.microsoft.com/
Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com

"MigBug" <> wrote in message
news:2FB90CB8-267B-4EDA-8060-...
>I have a couple of HD connected to my PC with music files and image
>(photos)
> files but I can't edit them because VISTA makes them 'read only' and
> doesn't
> allow me to change it.
>
> I have adjusted all my permissions to 'complete control' , have disabled
> UAC
> but to no avail.
>
> If I change the file properties from read-only to read/write (ie uncheck
> the
> read-only file attribute), it comes back as read-only!!! What? I uncheck
> the
> checkbox, close the folder properties dialog window, and re-open it only
> to
> find the read-only checkbox selected. And yes Iâ?Tm in Admistrator mode.
>
> I sure regrett I didn't buy a MAC ...
>
> If someone has a solution please post it .
> Rgs


 
Reply With Quote
 
MigBug
Guest
Posts: n/a

 
      03-24-2008
Thank u PaulB, but didn't help.
I took control of the full drive G:\ , than I changed the properties to be
able to edit the files, the computer goes through all the files , tells me it
is done, than I check the folders and files properties and everything is the
same, back to 'read only' !!!


"PaulB" wrote:

> Take ownership of the file.
> --
> Paul
>
>
> "MigBug" wrote:
>
> > I have a couple of HD connected to my PC with music files and image (photos)
> > files but I can't edit them because VISTA makes them 'read only' and doesn't
> > allow me to change it.
> >
> > I have adjusted all my permissions to 'complete control' , have disabled UAC
> > but to no avail.
> >
> > If I change the file properties from read-only to read/write (ie uncheck the
> > read-only file attribute), it comes back as read-only!!! What? I uncheck the
> > checkbox, close the folder properties dialog window, and re-open it only to
> > find the read-only checkbox selected. And yes I’m in Admistrator mode.
> >
> > I sure regrett I didn't buy a MAC ...
> >
> > If someone has a solution please post it .
> > Rgs

 
Reply With Quote
 
Dave
Guest
Posts: n/a

 
      03-25-2008
Take ownership and change the permissions.....

I have this in a batch file named setowner.bat

takeown /f %1 /r /d y
icacls %1 /grant administrators:F /t

to run, open a cmd window and type

setowner c:\"foldername"


--
Vista Home Premium 32 SP1
http://get.live.com/wlmail/overview


"MigBug" <> wrote in message
news:2FB90CB8-267B-4EDA-8060-...
> I have a couple of HD connected to my PC with music files and image
> (photos)
> files but I can't edit them because VISTA makes them 'read only' and
> doesn't
> allow me to change it.
>
> I have adjusted all my permissions to 'complete control' , have disabled
> UAC
> but to no avail.
>
> If I change the file properties from read-only to read/write (ie uncheck
> the
> read-only file attribute), it comes back as read-only!!! What? I uncheck
> the
> checkbox, close the folder properties dialog window, and re-open it only
> to
> find the read-only checkbox selected. And yes I’m in Admistrator mode.
>
> I sure regrett I didn't buy a MAC ...
>
> If someone has a solution please post it .
> Rgs


 
Reply With Quote
 
MigBug
Guest
Posts: n/a

 
      03-25-2008
It works , but on a file by file aproach.
When you have thousands of locked files it becomes a pain in the ass ... I
was trying to do it on a folder basis, but than it doesn't work ...
Do you know if there is a way to run through a hard drive unlocking all the
files stored in it ?
thank you Dave, I already did that.


"Dave" wrote:

> Take ownership and change the permissions.....
>
> I have this in a batch file named setowner.bat
>
> takeown /f %1 /r /d y
> icacls %1 /grant administrators:F /t
>
> to run, open a cmd window and type
>
> setowner c:\"foldername"
>
>
> --
> Vista Home Premium 32 SP1
> http://get.live.com/wlmail/overview
>
>
> "MigBug" <> wrote in message
> news:2FB90CB8-267B-4EDA-8060-...
> > I have a couple of HD connected to my PC with music files and image
> > (photos)
> > files but I can't edit them because VISTA makes them 'read only' and
> > doesn't
> > allow me to change it.
> >
> > I have adjusted all my permissions to 'complete control' , have disabled
> > UAC
> > but to no avail.
> >
> > If I change the file properties from read-only to read/write (ie uncheck
> > the
> > read-only file attribute), it comes back as read-only!!! What? I uncheck
> > the
> > checkbox, close the folder properties dialog window, and re-open it only
> > to
> > find the read-only checkbox selected. And yes I’m in Admistrator mode.
> >
> > I sure regrett I didn't buy a MAC ...
> >
> > If someone has a solution please post it .
> > Rgs

>
>

 
Reply With Quote
 
MigBug
Guest
Posts: n/a

 
      03-25-2008
Well, I do own the files, and I can unlock them on a file by file aproach, but
when you have thousands of locked files it becomes a pain in the ass ... I
was trying to do it on a folder basis, but than it doesn't work ...
Do you know if there is a way to run through a hard drive unlocking all the
files stored in it ?



"Rick Rogers" wrote:

> The solution is to ignore "read only" in a folder's properties. It (the
> "read only" attribute) doesn't apply to folders, only to files. If you are
> unable to open a file for editing, it's because you lack permissions or
> ownership.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> http://mvp.support.microsoft.com/
> Windows help - www.rickrogers.org
> My thoughts http://rick-mvp.blogspot.com
>
> "MigBug" <> wrote in message
> news:2FB90CB8-267B-4EDA-8060-...
> >I have a couple of HD connected to my PC with music files and image
> >(photos)
> > files but I can't edit them because VISTA makes them 'read only' and
> > doesn't
> > allow me to change it.
> >
> > I have adjusted all my permissions to 'complete control' , have disabled
> > UAC
> > but to no avail.
> >
> > If I change the file properties from read-only to read/write (ie uncheck
> > the
> > read-only file attribute), it comes back as read-only!!! What? I uncheck
> > the
> > checkbox, close the folder properties dialog window, and re-open it only
> > to
> > find the read-only checkbox selected. And yes Iâ?Tm in Admistrator mode.
> >
> > I sure regrett I didn't buy a MAC ...
> >
> > If someone has a solution please post it .
> > Rgs

>
>

 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      03-25-2008
Add "Take Ownership" to right-click menu in Vista

http://www.petri.co.il/add-take-owne...menu-vista.htm

-------
*Report back, please*
[When responding to posts, please include the post(s) you are replying to so
that others may learn and benefit from the issue]


[How to ask a question]
http://support.microsoft.com/kb/555375

"MigBug" <> wrote in message
news:7E4384A7-2297-4758-AE4F-...
> It works , but on a file by file aproach.
> When you have thousands of locked files it becomes a pain in the ass ... I
> was trying to do it on a folder basis, but than it doesn't work ...
> Do you know if there is a way to run through a hard drive unlocking all
> the
> files stored in it ?
> thank you Dave, I already did that.
>
>
> "Dave" wrote:
>
>> Take ownership and change the permissions.....
>>
>> I have this in a batch file named setowner.bat
>>
>> takeown /f %1 /r /d y
>> icacls %1 /grant administrators:F /t
>>
>> to run, open a cmd window and type
>>
>> setowner c:\"foldername"
>>
>>
>> --
>> Vista Home Premium 32 SP1
>> http://get.live.com/wlmail/overview
>>
>>
>> "MigBug" <> wrote in message
>> news:2FB90CB8-267B-4EDA-8060-...
>> > I have a couple of HD connected to my PC with music files and image
>> > (photos)
>> > files but I can't edit them because VISTA makes them 'read only' and
>> > doesn't
>> > allow me to change it.
>> >
>> > I have adjusted all my permissions to 'complete control' , have
>> > disabled
>> > UAC
>> > but to no avail.
>> >
>> > If I change the file properties from read-only to read/write (ie
>> > uncheck
>> > the
>> > read-only file attribute), it comes back as read-only!!! What? I
>> > uncheck
>> > the
>> > checkbox, close the folder properties dialog window, and re-open it
>> > only
>> > to
>> > find the read-only checkbox selected. And yes I’m in Admistrator mode.
>> >
>> > I sure regrett I didn't buy a MAC ...
>> >
>> > If someone has a solution please post it .
>> > Rgs

>>
>>


 
Reply With Quote
 
Dave
Guest
Posts: n/a

 
      03-25-2008
It will work on a whole folder, and even a whole drive if you specify it....
Run it from an elevated CMD prompt

--
Vista Home Premium 32 SP1
http://get.live.com/wlmail/overview


"MigBug" <> wrote in message
news:7E4384A7-2297-4758-AE4F-...
> It works , but on a file by file aproach.
> When you have thousands of locked files it becomes a pain in the ass ... I
> was trying to do it on a folder basis, but than it doesn't work ...
> Do you know if there is a way to run through a hard drive unlocking all
> the
> files stored in it ?
> thank you Dave, I already did that.
>
>
> "Dave" wrote:
>
>> Take ownership and change the permissions.....
>>
>> I have this in a batch file named setowner.bat
>>
>> takeown /f %1 /r /d y
>> icacls %1 /grant administrators:F /t
>>
>> to run, open a cmd window and type
>>
>> setowner c:\"foldername"
>>
>>
>> --
>> Vista Home Premium 32 SP1
>> http://get.live.com/wlmail/overview
>>
>>
>> "MigBug" <> wrote in message
>> news:2FB90CB8-267B-4EDA-8060-...
>> > I have a couple of HD connected to my PC with music files and image
>> > (photos)
>> > files but I can't edit them because VISTA makes them 'read only' and
>> > doesn't
>> > allow me to change it.
>> >
>> > I have adjusted all my permissions to 'complete control' , have
>> > disabled
>> > UAC
>> > but to no avail.
>> >
>> > If I change the file properties from read-only to read/write (ie
>> > uncheck
>> > the
>> > read-only file attribute), it comes back as read-only!!! What? I
>> > uncheck
>> > the
>> > checkbox, close the folder properties dialog window, and re-open it
>> > only
>> > to
>> > find the read-only checkbox selected. And yes I’m in Admistrator mode.
>> >
>> > I sure regrett I didn't buy a MAC ...
>> >
>> > If someone has a solution please post it .
>> > Rgs

>>
>>

 
Reply With Quote
 
Kurt Herman
Guest
Posts: n/a

 
      03-25-2008
And, for Gods sake don’t pay any attention to the blue box in the "read
only" section of the properties. The selection is ONLY viable if it’s a
check mark, and you cant mark folders read only in Vista at any rate.

Kurt

"Dave" <> wrote in message
news:e#...
> It will work on a whole folder, and even a whole drive if you specify
> it....
> Run it from an elevated CMD prompt
>
> --
> Vista Home Premium 32 SP1
> http://get.live.com/wlmail/overview
>
>
> "MigBug" <> wrote in message
> news:7E4384A7-2297-4758-AE4F-...
>> It works , but on a file by file aproach.
>> When you have thousands of locked files it becomes a pain in the ass ...
>> I
>> was trying to do it on a folder basis, but than it doesn't work ...
>> Do you know if there is a way to run through a hard drive unlocking all
>> the
>> files stored in it ?
>> thank you Dave, I already did that.
>>
>>
>> "Dave" wrote:
>>
>>> Take ownership and change the permissions.....
>>>
>>> I have this in a batch file named setowner.bat
>>>
>>> takeown /f %1 /r /d y
>>> icacls %1 /grant administrators:F /t
>>>
>>> to run, open a cmd window and type
>>>
>>> setowner c:\"foldername"
>>>
>>>
>>> --
>>> Vista Home Premium 32 SP1
>>> http://get.live.com/wlmail/overview
>>>
>>>
>>> "MigBug" <> wrote in message
>>> news:2FB90CB8-267B-4EDA-8060-...
>>> > I have a couple of HD connected to my PC with music files and image
>>> > (photos)
>>> > files but I can't edit them because VISTA makes them 'read only' and
>>> > doesn't
>>> > allow me to change it.
>>> >
>>> > I have adjusted all my permissions to 'complete control' , have
>>> > disabled
>>> > UAC
>>> > but to no avail.
>>> >
>>> > If I change the file properties from read-only to read/write (ie
>>> > uncheck
>>> > the
>>> > read-only file attribute), it comes back as read-only!!! What? I
>>> > uncheck
>>> > the
>>> > checkbox, close the folder properties dialog window, and re-open it
>>> > only
>>> > to
>>> > find the read-only checkbox selected. And yes I’m in Admistrator mode.
>>> >
>>> > I sure regrett I didn't buy a MAC ...
>>> >
>>> > If someone has a solution please post it .
>>> > Rgs
>>>
>>>

 
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
READ THIS IF YOU CANNOT GET DRIVE TO READ DISK TO FIX VISTA ERROR! reap70 Windows Vista Hardware 2 01-14-2009 08:12 AM
read-only contacts unwilling to switch to read-write rhett.mtg@gmail.com Windows Vista Mail 1 12-15-2007 07:23 PM
Windows Defender issue. Security centre - please read. different i paulrhys Windows Vista Security 5 10-27-2007 05:21 PM
Folders/files read only/can't create new folder in read only folde gshillitani Windows Vista Administration 9 09-25-2007 12:50 PM
L2000, Lance Armstrong Edition Memory Card Read Driver Issue Macy Bergoon Windows Vista Hardware 0 02-10-2007 09:37 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