<?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; disable</title>
	<atom:link href="http://www.techwhiz.in/tag/disable/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>Turn off Adobe auto update</title>
		<link>http://www.techwhiz.in/turn-off-adobe-auto-update/</link>
		<comments>http://www.techwhiz.in/turn-off-adobe-auto-update/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 10:21:30 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[auto update]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[turn off]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/turn-off-adobe-auto-update/679</guid>
		<description><![CDATA[Adobe auto update was bothering me whenever I connected to the internet. There was a small icon in the taskbar which displayed the percentage of download completed. This was very annoying when I was using EDGE to connect to internet. Finally I disabled the auto update of Adobe. Launch the Adobe software (e.g. Adobe Reader) [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe auto update was bothering me whenever I connected to the internet. There was a small icon in the taskbar which displayed the percentage of download completed. This was very annoying when I was using EDGE to connect to internet. Finally I disabled the auto update of Adobe.</p>
<ul>
<li>Launch the Adobe software (e.g. Adobe Reader)</li>
<li>Make sure you are connected to internet and firewall is not blocking this software</li>
<li>Goto <strong>‘Help’</strong> in the menu bar and click on <strong>‘Check for Updates..’       <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="adobe-auto-update-1" src="http://www.techwhiz.in/wp-content/uploads/2009/07/adobeautoupdate1.png" width="244" height="204" /> </strong></li>
<li>It will check for the latest update as shown below and take you to another window<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="adobe-auto-update-2" src="http://www.techwhiz.in/wp-content/uploads/2009/07/adobeautoupdate21.png" width="304" height="96" /> </li>
<li>Click on <strong>‘Preferences’ </strong>shown in the window      <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="adobe-auto-update-3" src="http://www.techwhiz.in/wp-content/uploads/2009/07/adobeautoupdate31.png" width="304" height="120" /></li>
<li>Uncheck <strong>‘Automatically check for Adobe updates:’ </strong>to disable auto update      <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="adobe-auto-update-4" src="http://www.techwhiz.in/wp-content/uploads/2009/07/adobeautoupdate41.png" width="354" height="106" /></li>
<li>Auto update would be disabled for all Adobe applications. You will have to manually check for updates.</li>
</ul>
</p>
</p>
</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/turn-off-adobe-auto-update/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>
		<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>
	</channel>
</rss>
