<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PCTechNotes :: PC Tips, Tricks and Tweaks &#187; subinacl</title>
	<atom:link href="http://pctechnotes.com/tag/subinacl/feed/" rel="self" type="application/rss+xml" />
	<link>http://pctechnotes.com</link>
	<description>PC Tips,Tricks and Tweaks</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to fix Access Denied Error when installing Windows XP SP3</title>
		<link>http://pctechnotes.com/how-to-fix-access-denied-error-when-installing-windows-xp-sp3/</link>
		<comments>http://pctechnotes.com/how-to-fix-access-denied-error-when-installing-windows-xp-sp3/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 17:10:19 +0000</pubDate>
		<dc:creator>slavezero</dc:creator>
				<category><![CDATA[Repair Guide]]></category>
		<category><![CDATA[access denied]]></category>
		<category><![CDATA[service pack 3]]></category>
		<category><![CDATA[sp3]]></category>
		<category><![CDATA[subinacl]]></category>
		<category><![CDATA[xp sp3]]></category>

		<guid isPermaLink="false">http://pcremix.com/?p=1390</guid>
		<description><![CDATA[This afternoon I came to visit my friend&#8217;s place. I saw him updating his computers to service pack 3. All went well expect for the thrid PC, he received an &#8220;Access Denied&#8221; error message. What I did to help him is to restore the permissions. This problem is common to people updating their XP service [...]


Related posts:<ol><li><a href='http://pctechnotes.com/how-to-fix-stop-error-0x0000007e-after-installing-sp3/' rel='bookmark' title='Permanent Link: How to Fix Stop Error 0x0000007E After Installing SP3'>How to Fix Stop Error 0x0000007E After Installing SP3</a></li>
<li><a href='http://pctechnotes.com/how-to-fix-windows-cannot-connect-to-the-printer-access-is-denied-in-windows-vista/' rel='bookmark' title='Permanent Link: How to fix &#8220;Windows cannot connect to the printer. Access is denied&#8221; in windows vista'>How to fix &#8220;Windows cannot connect to the printer. Access is denied&#8221; in windows vista</a></li>
<li><a href='http://pctechnotes.com/how-to-speed-up-disk-access-by-disabling-windows-xp-last-access-updating/' rel='bookmark' title='Permanent Link: How To Speed Up Disk Access by Disabling Windows XP Last Access Updating'>How To Speed Up Disk Access by Disabling Windows XP Last Access Updating</a></li>
<li><a href='http://pctechnotes.com/how-to-fix-ntldr-is-missing-error/' rel='bookmark' title='Permanent Link: How to Fix &#8220;NTLDR is Missing&#8221; Error'>How to Fix &#8220;NTLDR is Missing&#8221; Error</a></li>
<li><a href='http://pctechnotes.com/how-to-fix-error-27-on-canon-pixma-mp145/' rel='bookmark' title='Permanent Link: How to Fix Error 27 on Canon Pixma MP145'>How to Fix Error 27 on Canon Pixma MP145</a></li>
<li><a href='http://pctechnotes.com/how-to-change-the-default-location-for-installing-applications/' rel='bookmark' title='Permanent Link: How to Change The Default Location For Installing Applications'>How to Change The Default Location For Installing Applications</a></li>
<li><a href='http://pctechnotes.com/give-your-xp-a-vista-look/' rel='bookmark' title='Permanent Link: Give your XP a Vista look &#8211; Vista Transformation Pack 9.0.1'>Give your XP a Vista look &#8211; Vista Transformation Pack 9.0.1</a></li>
<li><a href='http://pctechnotes.com/how-to-fix-usb-device-error-this-device-cannot-start-code-10/' rel='bookmark' title='Permanent Link: How to fix USB device error &#8220;This Device Cannot Start. (Code 10)&#8221;'>How to fix USB device error &#8220;This Device Cannot Start. (Code 10)&#8221;</a></li>
<li><a href='http://pctechnotes.com/how-to-install-windows-xp-on-a-sata-hard-drive/' rel='bookmark' title='Permanent Link: How to install Windows XP on a SATA Hard Drive'>How to install Windows XP on a SATA Hard Drive</a></li>
<li><a href='http://pctechnotes.com/how-to-remove-pretty-park-worm/' rel='bookmark' title='Permanent Link: How To Remove Pretty Park Worm'>How To Remove Pretty Park Worm</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This afternoon I came to visit my friend&#8217;s place. I saw him updating his computers to service pack 3. All went well expect for the thrid PC, he received an &#8220;Access Denied&#8221; error message. What I did to help him is to restore the permissions. This problem is common to people updating their XP service pack.</p>
<p>Here is the step by step guide that I also use to resolve this problem.</p>
<p>1. Download and install <strong><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&amp;displaylang=en">SubInACL.exe</a>. </strong></p>
<p>2. Open notepad, copy and paste the following codes:</p>
<blockquote><p>cd /d &#8220;%ProgramFiles%\Windows Resource Kits\Tools&#8221;</p>
<p>subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f<br />
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f<br />
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f<br />
subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f<br />
subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f</p>
<p>secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose</p></blockquote>
<p>3. Saved it as <strong>reset.cmd</strong>.</p>
<p>4. Run the file</p>
<p>Your Windows XP should properly install now.</p>


<p>Related posts:<ol><li><a href='http://pctechnotes.com/how-to-fix-stop-error-0x0000007e-after-installing-sp3/' rel='bookmark' title='Permanent Link: How to Fix Stop Error 0x0000007E After Installing SP3'>How to Fix Stop Error 0x0000007E After Installing SP3</a></li>
<li><a href='http://pctechnotes.com/how-to-fix-windows-cannot-connect-to-the-printer-access-is-denied-in-windows-vista/' rel='bookmark' title='Permanent Link: How to fix &#8220;Windows cannot connect to the printer. Access is denied&#8221; in windows vista'>How to fix &#8220;Windows cannot connect to the printer. Access is denied&#8221; in windows vista</a></li>
<li><a href='http://pctechnotes.com/how-to-speed-up-disk-access-by-disabling-windows-xp-last-access-updating/' rel='bookmark' title='Permanent Link: How To Speed Up Disk Access by Disabling Windows XP Last Access Updating'>How To Speed Up Disk Access by Disabling Windows XP Last Access Updating</a></li>
<li><a href='http://pctechnotes.com/how-to-fix-ntldr-is-missing-error/' rel='bookmark' title='Permanent Link: How to Fix &#8220;NTLDR is Missing&#8221; Error'>How to Fix &#8220;NTLDR is Missing&#8221; Error</a></li>
<li><a href='http://pctechnotes.com/how-to-fix-error-27-on-canon-pixma-mp145/' rel='bookmark' title='Permanent Link: How to Fix Error 27 on Canon Pixma MP145'>How to Fix Error 27 on Canon Pixma MP145</a></li>
<li><a href='http://pctechnotes.com/how-to-change-the-default-location-for-installing-applications/' rel='bookmark' title='Permanent Link: How to Change The Default Location For Installing Applications'>How to Change The Default Location For Installing Applications</a></li>
<li><a href='http://pctechnotes.com/give-your-xp-a-vista-look/' rel='bookmark' title='Permanent Link: Give your XP a Vista look &#8211; Vista Transformation Pack 9.0.1'>Give your XP a Vista look &#8211; Vista Transformation Pack 9.0.1</a></li>
<li><a href='http://pctechnotes.com/how-to-fix-usb-device-error-this-device-cannot-start-code-10/' rel='bookmark' title='Permanent Link: How to fix USB device error &#8220;This Device Cannot Start. (Code 10)&#8221;'>How to fix USB device error &#8220;This Device Cannot Start. (Code 10)&#8221;</a></li>
<li><a href='http://pctechnotes.com/how-to-install-windows-xp-on-a-sata-hard-drive/' rel='bookmark' title='Permanent Link: How to install Windows XP on a SATA Hard Drive'>How to install Windows XP on a SATA Hard Drive</a></li>
<li><a href='http://pctechnotes.com/how-to-remove-pretty-park-worm/' rel='bookmark' title='Permanent Link: How To Remove Pretty Park Worm'>How To Remove Pretty Park Worm</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://pctechnotes.com/how-to-fix-access-denied-error-when-installing-windows-xp-sp3/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
