<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Is their any way of taking ownership of keys in registry editor of the windws?</title>
	<atom:link href="http://www.smatx.com/registry-editor/is-their-any-way-of-taking-ownership-of-keys-in-registry-editor-of-the-windws/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smatx.com/registry-editor/is-their-any-way-of-taking-ownership-of-keys-in-registry-editor-of-the-windws</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 01:26:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Redfox</title>
		<link>http://www.smatx.com/registry-editor/is-their-any-way-of-taking-ownership-of-keys-in-registry-editor-of-the-windws/comment-page-1#comment-150</link>
		<dc:creator>Redfox</dc:creator>
		<pubDate>Sat, 28 Nov 2009 19:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smatx.com/registry-editor/is-their-any-way-of-taking-ownership-of-keys-in-registry-editor-of-the-windws#comment-150</guid>
		<description>To take ownership of a registry key it is necessary to have a handle to the key. A handle to the key can be obtained by opening the key with a registry API (application programming interface) such as RegOpenKeyEx(). If the user does not have access to the registry key, the open operation will fail and this will in turn prevent ownership being taken (because a handle to the key is required to change the key[ASCII 146]s security)
First enable the TakeOwnership privilege and then to open the registry key with WRITE_OWNER.
Please note that you will need to initialize the security descriptor being passed to RegSetKeySecurity() and set the owner field to the new owner SID.
Taking ownership of a registry key is not a common operation. It is typically an operation that an administrator would use as a last resort to gain access to a registry key.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>To take ownership of a registry key it is necessary to have a handle to the key. A handle to the key can be obtained by opening the key with a registry API (application programming interface) such as RegOpenKeyEx(). If the user does not have access to the registry key, the open operation will fail and this will in turn prevent ownership being taken (because a handle to the key is required to change the key[ASCII 146]s security)<br />
First enable the TakeOwnership privilege and then to open the registry key with WRITE_OWNER.<br />
Please note that you will need to initialize the security descriptor being passed to RegSetKeySecurity() and set the owner field to the new owner SID.<br />
Taking ownership of a registry key is not a common operation. It is typically an operation that an administrator would use as a last resort to gain access to a registry key.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
