<?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; enable</title>
	<atom:link href="http://www.techwhiz.in/tag/enable/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>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>Enable/Disable &#8216;Kernel Memory Dump&#8217;- WinVista</title>
		<link>http://www.techwhiz.in/enabledisbale-kernel-memory-dump-winvista/</link>
		<comments>http://www.techwhiz.in/enabledisbale-kernel-memory-dump-winvista/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 03:30:13 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[kernel memory]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/?p=232</guid>
		<description><![CDATA[Goto ‘Start&#8211;&#62;Control Panel’ Make sure ‘Classic view’ is selected. Double Click on ‘System’ to open system properties Click on ‘Advanced System Settings’ in the left pane. Windows Vista will prompt for confirmation. Click on ‘Continue’. Click on ‘Advanced’ tab Open ‘Startup and Recovery’. Disable Kernel Memory Dunp Select ‘None’ under ‘Write debugging information’ Click ‘OK’ [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Goto ‘Start&#8211;&gt;Control Panel’</li>
<li>Make sure ‘Classic view’ is selected.</li>
<li>Double Click on ‘System’ to open system properties</li>
<li> <img class="aligncenter size-medium wp-image-374" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-sysres3-300x168.jpg" alt="win-vista-sysres3" width="300" height="168" />Click on ‘Advanced System Settings’ in the left pane.</li>
<li>Windows Vista will prompt for confirmation.</li>
<li>Click on ‘Continue’.</li>
<li>Click on ‘Advanced’ tab</li>
<li> <img class="aligncenter size-medium wp-image-375" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-perf-268x300.jpg" alt="win-vista-perf" width="268" height="300" />Open ‘Startup and Recovery’.</li>
</ul>
<p><strong>Disable Kernel Memory Dunp</strong></p>
<ul>
<li>Select ‘None’ under ‘Write debugging information’</li>
<li><img class="aligncenter size-medium wp-image-403" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-kernel2-251x300.jpg" alt="win-vista-kernel2" width="251" height="300" />Click ‘OK’ on ‘Startup and Recovery’ window to close it.</li>
<li>Click ‘OK’ on ‘System Properties’ window to close it.</li>
</ul>
<p><strong>Enable Kernel Memory Dunp</strong></p>
<ul>
<li>Select ‘Kernel memory dump’ under ‘Write debugging information’<br />
<img class="aligncenter size-medium wp-image-402" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-kernel1-248x300.jpg" alt="win-vista-kernel1" width="248" height="300" /></li>
<li>Click ‘OK’ on ‘Startup and Recovery’ window to close it.</li>
<li>Click ‘OK’ on ‘System Properties’ window to close it.</li>
</ul>
<p>For any query please send email to saurabh(at)techwhiz(dot)in</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/enabledisbale-kernel-memory-dump-winvista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable/Disable &#8216;Pagefile&#8217;- WinVista</title>
		<link>http://www.techwhiz.in/enabledisbale-pagefile-winvista/</link>
		<comments>http://www.techwhiz.in/enabledisbale-pagefile-winvista/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 03:20:10 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[pagefile]]></category>
		<category><![CDATA[virtual memory]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/?p=226</guid>
		<description><![CDATA[Enabling or disabling pagefile can be done very easily in Windows Vista. You should understand that changing the size of the pagefile may change your system performance. Goto ‘Start&#8211;&#62;Control Panel’ Make sure ‘Classic view’ is selected. Double Click on ‘System’ to open system properties Click on ‘Advanced System Settings’ in the left pane. Windows Vista [...]]]></description>
			<content:encoded><![CDATA[<p>Enabling or disabling pagefile can be done very easily in Windows Vista. You should understand that changing the size of the pagefile may change your system performance.</p>
<ul>
<li>Goto ‘Start&#8211;&gt;Control Panel’</li>
<li>Make sure ‘Classic view’ is selected.</li>
<li>Double Click on ‘System’ to open system properties</li>
<li> <img class="aligncenter size-medium wp-image-374" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-sysres3-300x168.jpg" alt="win-vista-sysres3" width="300" height="168" />Click on ‘Advanced System Settings’ in the left pane.</li>
<li>Windows Vista will prompt for confirmation.</li>
<li>Click on ‘Continue’.</li>
<li>Click on ‘Advanced’ tab<br />
<img class="aligncenter size-medium wp-image-375" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-perf-268x300.jpg" alt="win-vista-perf" width="268" height="300" /><img src="/DOCUME~1/SAURAB~1/LOCALS~1/Temp/moz-screenshot-3.jpg" alt="" /></li>
<li>Open  on ‘Settings…’ button to open Performance Options window</li>
<li>Click on ‘Advanced’ tab in ‘Performance Options’ window.</li>
<li>Click ‘Change’ to open ‘Virtual Memory’ window.<br />
<img class="aligncenter size-medium wp-image-406" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-vm1-300x110.jpg" alt="win-vista-vm1" width="300" height="110" /></li>
</ul>
<p><strong>Disable &#8216;Pagefile&#8217; </strong><strong>(Virtual Memory)</strong></p>
<ul>
<li>Uncheck ‘Automatically manage page file size for all drives’</li>
<li>Select ‘No paging file’.</li>
<li> <img class="aligncenter size-medium wp-image-407" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-vm3-231x300.jpg" alt="win-vista-vm3" width="231" height="300" />Click ‘Set’ and Windows Vista may prompt for your confirmation.</li>
<li>Click ‘Yes’ to confirm.</li>
<li>Click ‘OK’ on ‘Virtual Memory’ window.</li>
<li>Click ‘OK’ on ‘Performance’ window.</li>
<li>Click ‘OK’ on ‘System Properties’ window to close it.</li>
</ul>
<p><strong>Enable &#8216;Pagefile&#8217; (Virtual Memory) &#8211; Automatically<br />
</strong></p>
<p>If you want Windows Vista to automatically manage paging file</p>
<ul>
<li>Check ‘Automatically manage page file size for all drives’</li>
<li>Click ‘OK’ on ‘Virtual Memory’ window</li>
<li>Click ‘OK’ on ‘Performance’ window</li>
<li>Click ‘OK’ on ‘System Properties’ window to close it.</li>
</ul>
<p><strong>Enable &#8216;Pagefile&#8217; (Virtual Memory) &#8211; Custom Manged</strong></p>
<ul>
<li>Make sure ‘Automatically manage page file size for all drives’ is unchecked.</li>
<li>Click on your desired drive and select ‘Custom’ radio button.</li>
<li>Enter values for ‘Initial Size’ and ‘Maximum Size’.</li>
<li>It is recommended that Maximum Size must be 3 times Installed RAM.</li>
<li>It is recommended that Maximum Size and Initial Size should be same.</li>
<li>Click ‘Set’ and Windows Vista may prompt for your confirmation.</li>
<li>Click ‘OK’ on ‘Virtual Memory’ window</li>
<li>Click ‘OK’ on ‘Performance’ window</li>
<li>Click ‘OK’ on ‘System Properties’ window to close it.</li>
</ul>
<p>For any query please send email to saurabh(at)techwhiz(dot)in</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/enabledisbale-pagefile-winvista/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enable/Disable &#8216;System Restore&#8217;- WinVista</title>
		<link>http://www.techwhiz.in/enabledisbale-system-restore-winvista/</link>
		<comments>http://www.techwhiz.in/enabledisbale-system-restore-winvista/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 03:00:10 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[system restore]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/?p=220</guid>
		<description><![CDATA[You can enable or disable System Restore for any drive. I have listed down the steps for doing so. Goto ‘Start&#8211;&#62;Control Panel’ Make sure ‘Classic view’ is selected. Double Click on ‘System’ to open system properties Click on ‘Advanced System Settings’ in the left pane. Windows Vista will prompt for confirmation. Click on ‘Continue’. Click [...]]]></description>
			<content:encoded><![CDATA[<p>You can enable or disable System Restore for any drive. I have listed down the steps for doing so.</p>
<ul>
<li>Goto ‘Start&#8211;&gt;Control Panel’</li>
<li>Make sure ‘Classic view’ is selected.</li>
<li>Double Click on ‘System’ to open system properties</li>
<li> <img class="aligncenter size-medium wp-image-374" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-sysres3-300x168.jpg" alt="win-vista-sysres3" width="300" height="168" />Click on ‘Advanced System Settings’ in the left pane.</li>
<li>Windows Vista will prompt for confirmation.</li>
<li>Click on ‘Continue’.</li>
<li>Click on ‘System Protection’ tab.</li>
</ul>
<p><strong>Enable ‘System Restore’</strong></p>
<ul>
<li>Check the drives for which you have to enable ‘System Restore’.</li>
<li> <img class="aligncenter size-medium wp-image-409" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-sysres2-265x300.jpg" alt="win-vista-sysres2" width="265" height="300" />Click ‘OK’ to save changes.</li>
</ul>
<p><strong>Disable ‘System Restore’</strong></p>
<ul>
<li>Un-Check the drives for whic you have to enable ‘System Restore’.</li>
<li>If you have disabled System Restore for any drive, Windows Vista may prompt for confirmation.</li>
<li> <img class="aligncenter size-medium wp-image-373" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-vista-sysres1-269x300.jpg" alt="win-vista-sysres1" width="269" height="300" />Click on ‘Turn System Protection Off’ to confirm.</li>
<li>Click ‘OK’ to save changes</li>
</ul>
<p>For any query please send email to saurabh(at)techwhiz(dot)in</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/enabledisbale-system-restore-winvista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable/Disable &#8216;System Restore&#8217; &#8211; WinXP</title>
		<link>http://www.techwhiz.in/enabledisable-system-restore/</link>
		<comments>http://www.techwhiz.in/enabledisable-system-restore/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 18:11:36 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[system restore]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/?p=203</guid>
		<description><![CDATA[The following steps will guide you to enable or disable system restore in Windows XP. Goto &#8216;Start&#8211;&#62;Control Panel&#8217;. Click on &#8216;Switch to Classic View&#8217; if you are in that mode. Find and double click on &#8216;System&#8217; to open &#8216;System Properties&#8217;. Click on &#8216;System Restore&#8217; tab. Check &#8216;Turn off system restore on all drive&#8217; to disable [...]]]></description>
			<content:encoded><![CDATA[<p>The following steps will guide you to enable or disable system restore in Windows XP.</p>
<ul>
<li>Goto <em>&#8216;Start&#8211;&gt;Control Panel&#8217;</em>.</li>
<li>Click on <em>&#8216;Switch to Classic View&#8217;</em> if you are in that mode.</li>
<li><img class="aligncenter size-medium wp-image-415" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-xp-restore1-300x178.jpg" alt="win-xp-restore1" width="300" height="178" />Find and double click on <em>&#8216;System&#8217;</em> to open <em>&#8216;System Properties&#8217;</em>.</li>
<li>Click on <em>&#8216;System Restore&#8217;</em> tab.</li>
<li> <img class="aligncenter size-medium wp-image-416" src="http://www.techwhiz.in/wp-content/uploads/2009/03/win-xp-restore2-262x300.jpg" alt="win-xp-restore2" width="262" height="300" />Check <em>&#8216;Turn off system restore on all drive&#8217; </em>to disable <em>&#8216;System Restore&#8217;</em>.</li>
<li>UnCheck <em>&#8216;Turn off system restore on all drive&#8217;</em> to enable <em>&#8216;System Restore&#8217;</em>.</li>
<li>Click on <em>&#8216;OK&#8217;</em> to save changes.</li>
<li>Windows XP will prompt for your confirmation.</li>
<li>Click on <em>&#8216;Yes&#8217;</em> to save changes.</li>
<li>Restart the system.</li>
</ul>
<p>For any query please send email to saurabh(at)techwhiz(dot)in</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/enabledisable-system-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
