<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>How-To Geek Forums Topic: XP takeown and cacls</title>
<link>http://www.howtogeek.com/forum/</link>
<description>How-To Geek Forums Topic: XP takeown and cacls</description>
<language>en</language>
<pubDate>Sun, 22 Nov 2009 23:04:38 +0000</pubDate>

<item>
<title>midnightrambler on "XP takeown and cacls"</title>
<link>http://www.howtogeek.com/forum/topic/xp-takeown-and-cacls#post-97804</link>
<pubDate>Sun, 05 Jul 2009 00:50:18 +0000</pubDate>
<dc:creator>midnightrambler</dc:creator>
<guid isPermaLink="false">97804@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;I made a one click installer if any one is interested but I'm not sure where to host it.
&#60;/p&#62;</description>
</item>
<item>
<title>raphoenix on "XP takeown and cacls"</title>
<link>http://www.howtogeek.com/forum/topic/xp-takeown-and-cacls#post-97379</link>
<pubDate>Thu, 02 Jul 2009 17:01:51 +0000</pubDate>
<dc:creator>raphoenix</dc:creator>
<guid isPermaLink="false">97379@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;@midnightrambler,&#60;br /&#62;
---&#60;br /&#62;
Welcome to HTG.&#60;br /&#62;
---&#60;br /&#62;
Very Helpful Posting !!!!&#60;br /&#62;
---&#60;br /&#62;
Best Regards,&#60;br /&#62;
Rick P.
&#60;/p&#62;</description>
</item>
<item>
<title>midnightrambler on "XP takeown and cacls"</title>
<link>http://www.howtogeek.com/forum/topic/xp-takeown-and-cacls#post-97329</link>
<pubDate>Thu, 02 Jul 2009 09:04:54 +0000</pubDate>
<dc:creator>midnightrambler</dc:creator>
<guid isPermaLink="false">97329@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;Note: do not install subinacl to programs directory but extract it and copy to system32 with the .cmd or manually.&#60;br /&#62;
A way to do it is to install subinacl and copy from program files to system32 and then delete it from program files.
&#60;/p&#62;</description>
</item>
<item>
<title>midnightrambler on "XP takeown and cacls"</title>
<link>http://www.howtogeek.com/forum/topic/xp-takeown-and-cacls#post-97328</link>
<pubDate>Thu, 02 Jul 2009 09:00:58 +0000</pubDate>
<dc:creator>midnightrambler</dc:creator>
<guid isPermaLink="false">97328@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;&#60;img src=&#34;http://img5.imageshack.us/img5/7048/capturefhu.jpg&#34; /&#62;download subinacl.exe here:&#60;br /&#62;
&#60;a href=&#34;http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&#38;#38;displaylang=en&#34; rel=&#34;nofollow&#34;&#62;http://www.microsoft.com/downloads/details.aspx?FamilyID=E8BA3E56-D8FE-4A91-93CF-ED6985E3927B&#38;#38;displaylang=en&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You must be administrator.&#60;/p&#62;
&#60;p&#62;Copy this code to a text file and change extension to .cmd&#60;br /&#62;
Place subinacle.exe in the same directory as the .cmd file you made and run it&#60;br /&#62;
code:&#60;/p&#62;
&#60;p&#62;COPY subinacl.exe %systemdrive%\WINDOWS\system32&#60;/p&#62;
&#60;p&#62;echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\*\shell\runas&#34; /ve  /d &#34;Take Ownership&#34;&#60;br /&#62;
echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\*\shell\runas\command&#34; /ve /d &#34;CMD /C subinacl.EXE /file &#34;&#34;%%&#60;/p&#62;
&#60;p&#62;1\&#34;&#34; /owner=%username% &#38;#38;&#38;#38; subinacl.EXE /file &#34;&#34;%%1\&#34;&#34; /grant=%username%=f&#34;&#60;/p&#62;
&#60;p&#62;echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\Directory\shell\runas&#34; /ve  /d &#34;Take Ownership&#34;&#60;br /&#62;
echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\Directory\shell\runas\command&#34; /ve /d &#34;CMD /C subinacl.EXE &#60;/p&#62;
&#60;p&#62;/file &#34;&#34;%%1\&#34;&#34; /owner=%username% &#38;#38;&#38;#38; subinacl.EXE  /subdirectories  &#34;&#34;%%1\*.*\&#34;&#34; /owner=%username% &#60;/p&#62;
&#60;p&#62;&#38;#38;&#38;#38; subinacl.EXE /file &#34;&#34;%%1\&#34;&#34;  /grant=%username%=f &#38;#38;&#38;#38; subinacl.EXE  /subdirectories &#34;&#34;%%1\*.*\&#34;&#34; &#60;/p&#62;
&#60;p&#62; /grant=%username%=f&#34;&#60;/p&#62;
&#60;p&#62;echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\Folder\shell\runas&#34; /ve  /d &#34;Take Ownership&#34;&#60;br /&#62;
echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\Folder\shell\runas\command&#34; /ve /d &#34;CMD /C subinacl.EXE /file &#60;/p&#62;
&#60;p&#62;&#34;&#34;%%1\&#34;&#34; /owner=%username% &#38;#38;&#38;#38; subinacl.EXE  /subdirectories  &#34;&#34;%%1\*.*\&#34;&#34; /owner=%username% &#38;#38;&#38;#38; &#60;/p&#62;
&#60;p&#62;subinacl.EXE /file &#34;&#34;%%1\&#34;&#34;  /grant=%username%=f &#38;#38;&#38;#38; subinacl.EXE  /subdirectories &#34;&#34;%%1\*.*\&#34;&#34;  &#60;/p&#62;
&#60;p&#62;/grant=%username%=f&#34;&#60;/p&#62;
&#60;p&#62;echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\exefile\shell\runas&#34; /ve  /d &#34;Take Ownership&#34;&#60;br /&#62;
echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\exefile\shell\runas\command&#34; /ve /d &#34;CMD /C subinacl.EXE /file &#60;/p&#62;
&#60;p&#62;&#34;&#34;%%1\&#34;&#34; /owner=%username% &#38;#38;&#38;#38; subinacl.EXE /file &#34;&#34;%%1\&#34;&#34; /grant=%username%=f&#34;&#60;/p&#62;
&#60;p&#62;echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\cmdfile\shell\runas&#34; /ve  /d &#34;Take Ownership&#34;&#60;br /&#62;
echo y&#124; reg add &#34;HKEY_CLASSES_ROOT\cmdfile\shell\runas\command&#34; /ve /d &#34;CMD /C subinacl.EXE /file &#60;/p&#62;
&#60;p&#62;&#34;&#34;%%1\&#34;&#34; /owner=%username% &#38;#38;&#38;#38; subinacl.EXE /file &#34;&#34;%%1\&#34;&#34; /grant=%username%=f&#34;&#60;/p&#62;
&#60;p&#62;echo y&#124; REG DELETE &#34;HKEY_CLASSES_ROOT\exefile\shell\runas\command&#34; /V &#34;IsolatedCommand&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>billg47 on "XP takeown and cacls"</title>
<link>http://www.howtogeek.com/forum/topic/xp-takeown-and-cacls#post-53598</link>
<pubDate>Mon, 20 Oct 2008 08:26:26 +0000</pubDate>
<dc:creator>billg47</dc:creator>
<guid isPermaLink="false">53598@http://www.howtogeek.com/forum/</guid>
<description>&#60;p&#62;i couldn't seem to find an article about the takeown and cacls programs for xp. does anyone know how this woks for XP?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
