<?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>TechWhiz &#187; user account control</title>
	<atom:link href="http://www.techwhiz.in/tag/user-account-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhiz.in</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 10:03:00 +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>The required operation requires elevation</title>
		<link>http://www.techwhiz.in/the-required-operation-requires-elevation/</link>
		<comments>http://www.techwhiz.in/the-required-operation-requires-elevation/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 14:57:22 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[user account control]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/the-required-operation-requires-elevation/818</guid>
		<description><![CDATA[I was trying to flush the dns cache on Windows Vista system, but I was getting an error. This is a very common error when you try to execute commands requiring administrator privileges. The simplest solution is to run command prompt in administrator mode. How to Run ‘command prompt’ in administrator mode? Right Click on [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to flush the dns cache on Windows Vista system, but I was getting an error.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="cmd-require" src="http://www.techwhiz.in/wp-content/uploads/2009/07/cmdrequire.png" width="454" height="96" /> </p>
<p>This is a very common error when you try to execute commands requiring administrator privileges. The simplest solution is to run command prompt in administrator mode.</p>
<p><strong>How to Run ‘command prompt’ in administrator mode?</strong></p>
<ul>
<li>Right Click on ‘command prompt’ and select ‘Run as administrator’     <br /><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="vista-cmd2" src="http://www.techwhiz.in/wp-content/uploads/2009/07/vistacmd2.png" width="244" height="80" /> </li>
<li>User Account Control will prompted for confirmation</li>
<li>Click on ‘continue’ and command prompt will start in administrator mode</li>
</ul>
<p align="center"><strong>or</strong></p>
<ul>
<li>Type ‘cmd’ in Windows Vista search bar     <br /><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" border="0" alt="vista-cmd" src="http://www.techwhiz.in/wp-content/uploads/2009/07/vistacmd.png" width="244" height="66" /> </li>
<li>Press ‘Ctrl+Shift+Enter’</li>
<li>User Account Control will prompted for confirmation</li>
<li>Click on ‘continue’ and command prompt will start in administrator mode</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/the-required-operation-requires-elevation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modify User Account Access from Command Line</title>
		<link>http://www.techwhiz.in/modify-user-account-access-from-command-line/</link>
		<comments>http://www.techwhiz.in/modify-user-account-access-from-command-line/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 12:26:44 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[user account control]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/2009/04/modify-user-account-access-from-command-line/</guid>
		<description><![CDATA[There&#8217;s a quick way by which you can enable or disable ‘User Account Access’ window from the command line: Make sure you are running in administrator mode. Type ‘cmd’ in the start menu search box. Press ‘Ctrl+Shift+Enter’. Windows Vista will prompt for your permission. Disable UAC C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a quick way by which you can enable or disable ‘User Account Access’ window from the command line:</p>
<li>Make sure you are running in administrator mode. </li>
<li>Type <em>‘cmd’</em> in the start menu search box. Press <em>‘Ctrl+Shift+Enter’</em>. </li>
<li>Windows Vista will prompt for your permission.
<p><strong>Disable UAC</strong></p>
<div class="div109">C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f</div>
<p><strong>Enable UAC</strong></p>
<div class="div109">C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f</div>
<p>After you enable or disable UAC, you will have to reboot your system for the changes to take effect.</p>
<p><em>For any query please send email to saurabh(at)techwhiz(dot)in</em></p>
</li>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/modify-user-account-access-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable User Account Control (UAC)</title>
		<link>http://www.techwhiz.in/disable-user-account-control-uac/</link>
		<comments>http://www.techwhiz.in/disable-user-account-control-uac/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 11:15:58 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[UAC]]></category>
		<category><![CDATA[user account control]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/2009/04/disable-user-account-control-uac/</guid>
		<description><![CDATA[Open ‘Control Panel’ (Make sure ‘Control Panel Home’ is selected and not ‘Classic View’). Type ‘UAC’ in the search box. Click on the&#160; link ‘Turn User Account Control (UAC) on or off’. Windows Vista will prompt for your permission. Select ‘Continue’. Uncheck ‘Use User Account Control (UAC) to help protect your computer’. Select ‘OK’ to [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Open ‘Control Panel’ (Make sure ‘Control Panel Home’ is selected and not ‘Classic View’). </li>
<li>Type ‘UAC’ in the search box. </li>
<li>Click on the&#160; link ‘Turn User Account Control (UAC) on or off’.      <br /><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="136" alt="UAC-1" src="http://www.techwhiz.in/wp-content/uploads/2009/04/uac11.jpg" width="504" border="0" /> </li>
<li>Windows Vista will prompt for your permission. Select ‘Continue’. </li>
<li>Uncheck ‘Use User Account Control (UAC) to help protect your computer’.      <br /><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="173" alt="UAC-2" src="http://www.techwhiz.in/wp-content/uploads/2009/04/uac21.jpg" width="504" border="0" /> </li>
<li>Select ‘OK’ to save the changes. </li>
<li>Windows will prompt you to ‘Restart’. </li>
<li>Restart the system to complete the process. </li>
</ul>
<p>Note: Disabling UAC will lead to a less secure system.</p>
<p><em>For any query please send email to saurabh(at)techwhiz(dot)in</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/disable-user-account-control-uac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
