Take ownership with right-click

  • Thread starter Thread starter Carlos
  • Start date Start date
C

Carlos

Guest
Taking ownership of a file or folder may be a little cumbersome.
I found this reg file on the web
(http://forums.mydigitallife.info/showthread.php?t=852) that adds a
righ-click option "Take Ownership" when right-clicking in windows explorer.
Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\"
/grant administrators:F /t"

Save it as a .reg file.
Click on it and you are done.

Carlos
 
Re: Take ownership with right-click

Works nicely once I d/led the zip. Thks. I saved the hkey script as a
reg,but it would not merge into registry. So I d/led the zip extracted to a
temp dir & ran it & it worked.....fine. I think in my haste I highlighted
the > in copying the script........lol.

"Carlos" <Carlos@discussions.microsoft.com> wrote in message
news:E83909DF-7F04-49CD-88AF-D8248AF7DCCC@microsoft.com...
> Taking ownership of a file or folder may be a little cumbersome.
> I found this reg file on the web
> (http://forums.mydigitallife.info/showthread.php?t=852) that adds a
> righ-click option "Take Ownership" when right-clicking in windows
> explorer.
> Windows Registry Editor Version 5.00
>
>
> [HKEY_CLASSES_ROOT\*\shell\runas]
> @="Take Ownership"
> "NoWorkingDirectory"=""
>
> [HKEY_CLASSES_ROOT\*\shell\runas\command]
> @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
> administrators:F"
>
> [HKEY_CLASSES_ROOT\Directory\shell\runas]
> @="Take Ownership"
> "NoWorkingDirectory"=""
>
> [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
> @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
> administrators:F /t"
> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\"
> /grant administrators:F /t"
>
> Save it as a .reg file.
> Click on it and you are done.
>
> Carlos
 
Re: Take ownership with right-click

Hugh,
I'm glad it did.
If you feel like investigating/tweaking this afternoon, go here:
http://www.mydigitallife.info/category/application-software/operating-systems/windows-vista/
It is the site where I found that reg tweak.
Carlos

"Kue2" wrote:

> Works nicely once I d/led the zip. Thks. I saved the hkey script as a
> reg,but it would not merge into registry. So I d/led the zip extracted to a
> temp dir & ran it & it worked.....fine. I think in my haste I highlighted
> the > in copying the script........lol.
>
> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
> news:E83909DF-7F04-49CD-88AF-D8248AF7DCCC@microsoft.com...
> > Taking ownership of a file or folder may be a little cumbersome.
> > I found this reg file on the web
> > (http://forums.mydigitallife.info/showthread.php?t=852) that adds a
> > righ-click option "Take Ownership" when right-clicking in windows
> > explorer.
> > Windows Registry Editor Version 5.00
> >
> >
> > [HKEY_CLASSES_ROOT\*\shell\runas]
> > @="Take Ownership"
> > "NoWorkingDirectory"=""
> >
> > [HKEY_CLASSES_ROOT\*\shell\runas\command]
> > @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
> > "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
> > administrators:F"
> >
> > [HKEY_CLASSES_ROOT\Directory\shell\runas]
> > @="Take Ownership"
> > "NoWorkingDirectory"=""
> >
> > [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
> > @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
> > administrators:F /t"
> > "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\"
> > /grant administrators:F /t"
> >
> > Save it as a .reg file.
> > Click on it and you are done.
> >
> > Carlos

>
>
 
Re: Take ownership with right-click

Oh!!!!!!!!!!!!!!!! thanks!!!!! much appreciated.


"Carlos" <Carlos@discussions.microsoft.com> wrote in message
news:04CF04A3-9620-466C-B73D-A6D1685E9FCE@microsoft.com...
> Hugh,
> I'm glad it did.
> If you feel like investigating/tweaking this afternoon, go here:
> http://www.mydigitallife.info/category/application-software/operating-systems/windows-vista/
> It is the site where I found that reg tweak.
> Carlos
>
> "Kue2" wrote:
>
>> Works nicely once I d/led the zip. Thks. I saved the hkey script as a
>> reg,but it would not merge into registry. So I d/led the zip extracted to
>> a
>> temp dir & ran it & it worked.....fine. I think in my haste I highlighted
>> the > in copying the script........lol.
>>
>> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
>> news:E83909DF-7F04-49CD-88AF-D8248AF7DCCC@microsoft.com...
>> > Taking ownership of a file or folder may be a little cumbersome.
>> > I found this reg file on the web
>> > (http://forums.mydigitallife.info/showthread.php?t=852) that adds a
>> > righ-click option "Take Ownership" when right-clicking in windows
>> > explorer.
>> > Windows Registry Editor Version 5.00
>> >
>> >
>> > [HKEY_CLASSES_ROOT\*\shell\runas]
>> > @="Take Ownership"
>> > "NoWorkingDirectory"=""
>> >
>> > [HKEY_CLASSES_ROOT\*\shell\runas\command]
>> > @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
>> > administrators:F"
>> > "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
>> > administrators:F"
>> >
>> > [HKEY_CLASSES_ROOT\Directory\shell\runas]
>> > @="Take Ownership"
>> > "NoWorkingDirectory"=""
>> >
>> > [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
>> > @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
>> > administrators:F /t"
>> > "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls
>> > \"%1\"
>> > /grant administrators:F /t"
>> >
>> > Save it as a .reg file.
>> > Click on it and you are done.
>> >
>> > Carlos

>>
>>
 
Re: Take ownership with right-click

Why when I try to take ownership it is saying

"This program does not have a program associtaed with it for perfoming this
action. Create an association in the Set Associsations control panel."



"Kue2" <h.j.kennedy@sympatico.ca> wrote in message
news:eHxRVXlHIHA.1204@TK2MSFTNGP03.phx.gbl...
> Oh!!!!!!!!!!!!!!!! thanks!!!!! much appreciated.
>
>
> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
> news:04CF04A3-9620-466C-B73D-A6D1685E9FCE@microsoft.com...
>> Hugh,
>> I'm glad it did.
>> If you feel like investigating/tweaking this afternoon, go here:
>> http://www.mydigitallife.info/category/application-software/operating-systems/windows-vista/
>> It is the site where I found that reg tweak.
>> Carlos
>>
>> "Kue2" wrote:
>>
>>> Works nicely once I d/led the zip. Thks. I saved the hkey script as a
>>> reg,but it would not merge into registry. So I d/led the zip extracted
>>> to a
>>> temp dir & ran it & it worked.....fine. I think in my haste I
>>> highlighted
>>> the > in copying the script........lol.
>>>
>>> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
>>> news:E83909DF-7F04-49CD-88AF-D8248AF7DCCC@microsoft.com...
>>> > Taking ownership of a file or folder may be a little cumbersome.
>>> > I found this reg file on the web
>>> > (http://forums.mydigitallife.info/showthread.php?t=852) that adds a
>>> > righ-click option "Take Ownership" when right-clicking in windows
>>> > explorer.
>>> > Windows Registry Editor Version 5.00
>>> >
>>> >
>>> > [HKEY_CLASSES_ROOT\*\shell\runas]
>>> > @="Take Ownership"
>>> > "NoWorkingDirectory"=""
>>> >
>>> > [HKEY_CLASSES_ROOT\*\shell\runas\command]
>>> > @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
>>> > administrators:F"
>>> > "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\"
>>> > /grant
>>> > administrators:F"
>>> >
>>> > [HKEY_CLASSES_ROOT\Directory\shell\runas]
>>> > @="Take Ownership"
>>> > "NoWorkingDirectory"=""
>>> >
>>> > [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
>>> > @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
>>> > administrators:F /t"
>>> > "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls
>>> > \"%1\"
>>> > /grant administrators:F /t"
>>> >
>>> > Save it as a .reg file.
>>> > Click on it and you are done.
>>> >
>>> > Carlos
>>>
>>>

>
 
Re: Take ownership with right-click

Hi Clayton,

Did you add the following line at the beginning of the reg file?

Windows Registry Editor Version 5.00


The contents of the reg file should be:

Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\"
/grant administrators:F /t"



--
Jane, not plain ;) 64 bit enabled :-)
Batteries not included. Braincell on vacation ;-)
MVP Windows Shell/User

"Clayton" <claytonbNOSPAM@xtra.co.nz> wrote in message
news:ugKB7k2HIHA.1184@TK2MSFTNGP04.phx.gbl...
> Why when I try to take ownership it is saying
>
> "This program does not have a program associtaed with it for perfoming
> this action. Create an association in the Set Associsations control
> panel."
>
>
>
 
Re: Take ownership with right-click

Thanks for jumping in, Jane!

"Jane C" wrote:

> Hi Clayton,
>
> Did you add the following line at the beginning of the reg file?
>
> Windows Registry Editor Version 5.00
>
>
> The contents of the reg file should be:
>
> Windows Registry Editor Version 5.00
>
>
> [HKEY_CLASSES_ROOT\*\shell\runas]
> @="Take Ownership"
> "NoWorkingDirectory"=""
>
> [HKEY_CLASSES_ROOT\*\shell\runas\command]
> @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
> administrators:F"
>
> [HKEY_CLASSES_ROOT\Directory\shell\runas]
> @="Take Ownership"
> "NoWorkingDirectory"=""
>
> [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
> @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
> administrators:F /t"
> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\"
> /grant administrators:F /t"
>
>
>
> --
> Jane, not plain ;) 64 bit enabled :-)
> Batteries not included. Braincell on vacation ;-)
> MVP Windows Shell/User
>
> "Clayton" <claytonbNOSPAM@xtra.co.nz> wrote in message
> news:ugKB7k2HIHA.1184@TK2MSFTNGP04.phx.gbl...
> > Why when I try to take ownership it is saying
> >
> > "This program does not have a program associtaed with it for perfoming
> > this action. Create an association in the Set Associsations control
> > panel."
> >
> >
> >

>
 
Re: Take ownership with right-click

Below is what I have


Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\"
/grant administrators:F /t"



"Carlos" <Carlos@discussions.microsoft.com> wrote in message
news:3A079C5D-BF15-4E53-A56B-7BDAA057C13D@microsoft.com...
> Thanks for jumping in, Jane!
>
> "Jane C" wrote:
>
>> Hi Clayton,
>>
>> Did you add the following line at the beginning of the reg file?
>>
>> Windows Registry Editor Version 5.00
>>
>>
>> The contents of the reg file should be:
>>
>> Windows Registry Editor Version 5.00
>>
>>
>> [HKEY_CLASSES_ROOT\*\shell\runas]
>> @="Take Ownership"
>> "NoWorkingDirectory"=""
>>
>> [HKEY_CLASSES_ROOT\*\shell\runas\command]
>> @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
>> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
>> administrators:F"
>>
>> [HKEY_CLASSES_ROOT\Directory\shell\runas]
>> @="Take Ownership"
>> "NoWorkingDirectory"=""
>>
>> [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
>> @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
>> administrators:F /t"
>> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\"
>> /grant administrators:F /t"
>>
>>
>>
>> --
>> Jane, not plain ;) 64 bit enabled :-)
>> Batteries not included. Braincell on vacation ;-)
>> MVP Windows Shell/User
>>
>> "Clayton" <claytonbNOSPAM@xtra.co.nz> wrote in message
>> news:ugKB7k2HIHA.1184@TK2MSFTNGP04.phx.gbl...
>> > Why when I try to take ownership it is saying
>> >
>> > "This program does not have a program associtaed with it for perfoming
>> > this action. Create an association in the Set Associsations control
>> > panel."
>> >
>> >
>> >

>>
 
Re: Take ownership with right-click

Clayton,
If you still have troubles, download the zip file from the supplied link.
You will have to register first but it is fast and free of charge.
Carlos

"Clayton" wrote:

> Below is what I have
>
>
> Windows Registry Editor Version 5.00
>
>
> [HKEY_CLASSES_ROOT\*\shell\runas]
> @="Take Ownership"
> "NoWorkingDirectory"=""
>
> [HKEY_CLASSES_ROOT\*\shell\runas\command]
> @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
> administrators:F"
>
> [HKEY_CLASSES_ROOT\Directory\shell\runas]
> @="Take Ownership"
> "NoWorkingDirectory"=""
>
> [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
> @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
> administrators:F /t"
> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\"
> /grant administrators:F /t"
>
>
>
> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
> news:3A079C5D-BF15-4E53-A56B-7BDAA057C13D@microsoft.com...
> > Thanks for jumping in, Jane!
> >
> > "Jane C" wrote:
> >
> >> Hi Clayton,
> >>
> >> Did you add the following line at the beginning of the reg file?
> >>
> >> Windows Registry Editor Version 5.00
> >>
> >>
> >> The contents of the reg file should be:
> >>
> >> Windows Registry Editor Version 5.00
> >>
> >>
> >> [HKEY_CLASSES_ROOT\*\shell\runas]
> >> @="Take Ownership"
> >> "NoWorkingDirectory"=""
> >>
> >> [HKEY_CLASSES_ROOT\*\shell\runas\command]
> >> @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
> >> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant
> >> administrators:F"
> >>
> >> [HKEY_CLASSES_ROOT\Directory\shell\runas]
> >> @="Take Ownership"
> >> "NoWorkingDirectory"=""
> >>
> >> [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
> >> @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant
> >> administrators:F /t"
> >> "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\"
> >> /grant administrators:F /t"
> >>
> >>
> >>
> >> --
> >> Jane, not plain ;) 64 bit enabled :-)
> >> Batteries not included. Braincell on vacation ;-)
> >> MVP Windows Shell/User
> >>
> >> "Clayton" <claytonbNOSPAM@xtra.co.nz> wrote in message
> >> news:ugKB7k2HIHA.1184@TK2MSFTNGP04.phx.gbl...
> >> > Why when I try to take ownership it is saying
> >> >
> >> > "This program does not have a program associtaed with it for perfoming
> >> > this action. Create an association in the Set Associsations control
> >> > panel."
> >> >
> >> >
> >> >
> >>

>
>
 
Re: Take ownership with right-click

Hi Clayton,

When you copy the text into notepad, do File, Save As, name it TakeOwn.reg,
and select "All Files" as the "save as type". If you don't, then it will
end up with a .txt extension after the .reg bit :)

--
Jane, not plain ;) 64 bit enabled :-)
Batteries not included. Braincell on vacation ;-)
MVP Windows Shell/User

"Clayton" <claytonbNOSPAM@xtra.co.nz> wrote in message
news:eGnc4r%23HIHA.3848@TK2MSFTNGP05.phx.gbl...
> Below is what I have
>
>
> Windows Registry Editor Version 5.00
 
Re: Take ownership with right-click

:)


--
Jane, not plain ;) 64 bit enabled :-)
Batteries not included. Braincell on vacation ;-)
MVP Windows Shell/User

"Carlos" <Carlos@discussions.microsoft.com> wrote in message
news:3A079C5D-BF15-4E53-A56B-7BDAA057C13D@microsoft.com...
> Thanks for jumping in, Jane!
>
 
Re: Take ownership with right-click

Thanks, I downloaded the zip file and copied the file TakeControlOf.cmd to
C:\ and ran TakeControlOf C:\
and it started running SUCCESS for 10 mins, but that didn't work, now some
of my application shortcuts has lost it's icon and does not open, I think I
screwed up somewhere along the line, I'm usually pretty good at following
instructions


"Jane C" <janecolman@invalid.iinet.net.au> wrote in message
news:3BB78397-2522-4895-859D-E80BAA2BA30F@microsoft.com...
> :)
>
>
> --
> Jane, not plain ;) 64 bit enabled :-)
> Batteries not included. Braincell on vacation ;-)
> MVP Windows Shell/User
>
> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
> news:3A079C5D-BF15-4E53-A56B-7BDAA057C13D@microsoft.com...
>> Thanks for jumping in, Jane!
>>

>
 
Re: Take ownership with right-click

Clayton,
I am not quite sure you downloaded the right zip file.
The one I mention, once unzipped, contains a *.reg file.
There's no *.cmd file in there.
You install the *.reg by clicking (or double-clicking, depends on your
setup) on it.
And that is all about it.
From there on you get the right-click context menu "Take Ownership" in
Windows Explorer.
No reboot required.
Jane C posted an excellent description in this thread of how to save the
text I posted as a *.reg file.

Carlos

"Clayton" wrote:

> Thanks, I downloaded the zip file and copied the file TakeControlOf.cmd to
> C:\ and ran TakeControlOf C:\
> and it started running SUCCESS for 10 mins, but that didn't work, now some
> of my application shortcuts has lost it's icon and does not open, I think I
> screwed up somewhere along the line, I'm usually pretty good at following
> instructions
>
>
> "Jane C" <janecolman@invalid.iinet.net.au> wrote in message
> news:3BB78397-2522-4895-859D-E80BAA2BA30F@microsoft.com...
> > :)
> >
> >
> > --
> > Jane, not plain ;) 64 bit enabled :-)
> > Batteries not included. Braincell on vacation ;-)
> > MVP Windows Shell/User
> >
> > "Carlos" <Carlos@discussions.microsoft.com> wrote in message
> > news:3A079C5D-BF15-4E53-A56B-7BDAA057C13D@microsoft.com...
> >> Thanks for jumping in, Jane!
> >>

> >

>
>
 
Re: Take ownership with right-click

I have done excaclly what Jane suggested and also downloaded the file
TakeControlOf.zip from http://forums.mydigitallife.info/showthread.php?t=116
but inside this zip file is a file called TakeControlOf.cmd, no .reg file,
so now I am confused.
At least when I right click on the folder it shows Take Ownership so I must
be half way there



"Carlos" <Carlos@discussions.microsoft.com> wrote in message
news:F6384BC0-3D0C-4F01-B2E1-E42BA442070F@microsoft.com...
> Clayton,
> I am not quite sure you downloaded the right zip file.
> The one I mention, once unzipped, contains a *.reg file.
> There's no *.cmd file in there.
> You install the *.reg by clicking (or double-clicking, depends on your
> setup) on it.
> And that is all about it.
> From there on you get the right-click context menu "Take Ownership" in
> Windows Explorer.
> No reboot required.
> Jane C posted an excellent description in this thread of how to save the
> text I posted as a *.reg file.
>
> Carlos
>
> "Clayton" wrote:
>
>> Thanks, I downloaded the zip file and copied the file TakeControlOf.cmd
>> to
>> C:\ and ran TakeControlOf C:\
>> and it started running SUCCESS for 10 mins, but that didn't work, now
>> some
>> of my application shortcuts has lost it's icon and does not open, I think
>> I
>> screwed up somewhere along the line, I'm usually pretty good at following
>> instructions
>>
>>
>> "Jane C" <janecolman@invalid.iinet.net.au> wrote in message
>> news:3BB78397-2522-4895-859D-E80BAA2BA30F@microsoft.com...
>> > :)
>> >
>> >
>> > --
>> > Jane, not plain ;) 64 bit enabled :-)
>> > Batteries not included. Braincell on vacation ;-)
>> > MVP Windows Shell/User
>> >
>> > "Carlos" <Carlos@discussions.microsoft.com> wrote in message
>> > news:3A079C5D-BF15-4E53-A56B-7BDAA057C13D@microsoft.com...
>> >> Thanks for jumping in, Jane!
>> >>
>> >

>>
>>
 
Re: Take ownership with right-click

Clayton,
Everything is clear now.
This is the right thread
http://forums.mydigitallife.info/showthread.php?t=852
to download the zip file containing the reg file.
Carlos

"Clayton" wrote:

> I have done excaclly what Jane suggested and also downloaded the file
> TakeControlOf.zip from http://forums.mydigitallife.info/showthread.php?t=116
> but inside this zip file is a file called TakeControlOf.cmd, no .reg file,
> so now I am confused.
> At least when I right click on the folder it shows Take Ownership so I must
> be half way there
>
>
>
> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
> news:F6384BC0-3D0C-4F01-B2E1-E42BA442070F@microsoft.com...
> > Clayton,
> > I am not quite sure you downloaded the right zip file.
> > The one I mention, once unzipped, contains a *.reg file.
> > There's no *.cmd file in there.
> > You install the *.reg by clicking (or double-clicking, depends on your
> > setup) on it.
> > And that is all about it.
> > From there on you get the right-click context menu "Take Ownership" in
> > Windows Explorer.
> > No reboot required.
> > Jane C posted an excellent description in this thread of how to save the
> > text I posted as a *.reg file.
> >
> > Carlos
> >
> > "Clayton" wrote:
> >
> >> Thanks, I downloaded the zip file and copied the file TakeControlOf.cmd
> >> to
> >> C:\ and ran TakeControlOf C:\
> >> and it started running SUCCESS for 10 mins, but that didn't work, now
> >> some
> >> of my application shortcuts has lost it's icon and does not open, I think
> >> I
> >> screwed up somewhere along the line, I'm usually pretty good at following
> >> instructions
> >>
> >>
> >> "Jane C" <janecolman@invalid.iinet.net.au> wrote in message
> >> news:3BB78397-2522-4895-859D-E80BAA2BA30F@microsoft.com...
> >> > :)
> >> >
> >> >
> >> > --
> >> > Jane, not plain ;) 64 bit enabled :-)
> >> > Batteries not included. Braincell on vacation ;-)
> >> > MVP Windows Shell/User
> >> >
> >> > "Carlos" <Carlos@discussions.microsoft.com> wrote in message
> >> > news:3A079C5D-BF15-4E53-A56B-7BDAA057C13D@microsoft.com...
> >> >> Thanks for jumping in, Jane!
> >> >>
> >> >
> >>
> >>

>
>
 
Re: Take ownership with right-click

Now we are cooking with gas, all works now

cheers


"Carlos" <Carlos@discussions.microsoft.com> wrote in message
news:40E4808A-0515-4941-B6B6-A9A7D86A3692@microsoft.com...
> Clayton,
> Everything is clear now.
> This is the right thread
> http://forums.mydigitallife.info/showthread.php?t=852
> to download the zip file containing the reg file.
> Carlos
>
> "Clayton" wrote:
>
>> I have done excaclly what Jane suggested and also downloaded the file
>> TakeControlOf.zip from
>> http://forums.mydigitallife.info/showthread.php?t=116
>> but inside this zip file is a file called TakeControlOf.cmd, no .reg
>> file,
>> so now I am confused.
>> At least when I right click on the folder it shows Take Ownership so I
>> must
>> be half way there
>>
>>
>>
>> "Carlos" <Carlos@discussions.microsoft.com> wrote in message
>> news:F6384BC0-3D0C-4F01-B2E1-E42BA442070F@microsoft.com...
>> > Clayton,
>> > I am not quite sure you downloaded the right zip file.
>> > The one I mention, once unzipped, contains a *.reg file.
>> > There's no *.cmd file in there.
>> > You install the *.reg by clicking (or double-clicking, depends on your
>> > setup) on it.
>> > And that is all about it.
>> > From there on you get the right-click context menu "Take Ownership" in
>> > Windows Explorer.
>> > No reboot required.
>> > Jane C posted an excellent description in this thread of how to save
>> > the
>> > text I posted as a *.reg file.
>> >
>> > Carlos
>> >
>> > "Clayton" wrote:
>> >
>> >> Thanks, I downloaded the zip file and copied the file
>> >> TakeControlOf.cmd
>> >> to
>> >> C:\ and ran TakeControlOf C:\
>> >> and it started running SUCCESS for 10 mins, but that didn't work, now
>> >> some
>> >> of my application shortcuts has lost it's icon and does not open, I
>> >> think
>> >> I
>> >> screwed up somewhere along the line, I'm usually pretty good at
>> >> following
>> >> instructions
>> >>
>> >>
>> >> "Jane C" <janecolman@invalid.iinet.net.au> wrote in message
>> >> news:3BB78397-2522-4895-859D-E80BAA2BA30F@microsoft.com...
>> >> > :)
>> >> >
>> >> >
>> >> > --
>> >> > Jane, not plain ;) 64 bit enabled :-)
>> >> > Batteries not included. Braincell on vacation ;-)
>> >> > MVP Windows Shell/User
>> >> >
>> >> > "Carlos" <Carlos@discussions.microsoft.com> wrote in message
>> >> > news:3A079C5D-BF15-4E53-A56B-7BDAA057C13D@microsoft.com...
>> >> >> Thanks for jumping in, Jane!
>> >> >>
>> >> >
>> >>
>> >>

>>
>>
 
Back
Top