<?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>TechBlog &#187; Vista</title>
	<atom:link href="http://techblog.byllemos.com/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.byllemos.com</link>
	<description>Accelerating into the Future with Wisdom about Technology! Ingrid Byllemos</description>
	<lastBuildDate>Tue, 05 Jan 2010 00:04:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What happend to Vista&#8217;s defrag?</title>
		<link>http://techblog.byllemos.com/2008/04/what-happend-to-vistas-defrag/</link>
		<comments>http://techblog.byllemos.com/2008/04/what-happend-to-vistas-defrag/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 21:44:38 +0000</pubDate>
		<dc:creator>iby</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Defrag]]></category>

		<guid isPermaLink="false">http://techblog.byllemos.com/?p=60</guid>
		<description><![CDATA[<p>Like or not &#8211; but so far as I can see, Microsoft has downgraded the defragmentation functionality in Vista.</p>
<p>First, the user interface has changed.  There is no progress bar, no elapsed time and no remaining time shown. Also what&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Like or not &#8211; but so far as I can see, Microsoft has downgraded the defragmentation functionality in Vista.</p>
<p>First, the user interface has changed.  There is no progress bar, no elapsed time and no remaining time shown. Also what happened to the information about fragmentations (how fragmentated is my disc, files).<span id="more-60"></span></p>
<p>Second, Defrag is now a hidden background task! Is that a good idea? Well &#8211; if you have a computer with a lot of power, free resources and don&#8217;t mind that defrag is running while you are working on it &#8211; then well I guess its ok.</p>
<p>Third, is seams that defrag is now slower and not quite as effective as defrag known from XP. The new defrag does not per default defrag files which are larger the 64 mb. It also does not defrag recycle bin and files which are in use.</p>
<p>Ok &#8211; not everything is disappeared&#8230; a lot of the stuff has moved to the command line. So instead of a user friendly interface &#8211; you now has to use the command line.</p>
<p>Here are some command examples:</p>
<table border="0">
<tbody>
<tr>
<td width="100">defrag -c</td>
<td>Defragments all volumes on this computer.</td>
</tr>
<tr>
<td>defrag c: -a</td>
<td>Performs fragmentation analysis only.</td>
</tr>
<tr>
<td>defrag c: -r</td>
<td>Performs partial defragmentation (default). Attempts to consolidate only fragments smaller than 64 megabytes (MB).</td>
</tr>
<tr>
<td>defrag c: -w</td>
<td>Performs full defragmentation. Attempts to consolidate all file fragments, regardless of their size, even 64 MB files.</td>
</tr>
<tr>
<td>defrag c: -b</td>
<td>Optimizes boot files and applications only. Use this option during a separate defrag operation.</td>
</tr>
</tbody>
</table>
<p>So what to do? Well I am not going to use Vista&#8217;s defrag. I have chosen to use at third party product, <a title="Auslogics Disk Defrag" href="http://www.auslogics.com/en/software/disk-defrag/download" target="_blank">Auslogics Disk Defrag</a>. Here I get a user friendly interface and a fast defragmentation of my discs and files <img src='http://techblog.byllemos.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.byllemos.com/2008/04/what-happend-to-vistas-defrag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you also annoyed by Windows Vista&#8217;s User Account Control?</title>
		<link>http://techblog.byllemos.com/2008/04/are-you-also-annoyed-by-windows-vistas-user-account-control/</link>
		<comments>http://techblog.byllemos.com/2008/04/are-you-also-annoyed-by-windows-vistas-user-account-control/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 21:54:08 +0000</pubDate>
		<dc:creator>iby</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[UAC]]></category>

		<guid isPermaLink="false">http://techblog.byllemos.com/?p=58</guid>
		<description><![CDATA[<p>Are you also annoyed by Windows Vista&#8217;s User Account Control?<br />
If Yes &#8211; there is a way to turn it of <img src='http://techblog.byllemos.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Before you turn off User Account Control, then be aware off why&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Are you also annoyed by Windows Vista&#8217;s User Account Control?<br />
If Yes &#8211; there is a way to turn it of <img src='http://techblog.byllemos.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Before you turn off User Account Control, then be aware off why you are doing this. User Account Control is build in by Microsoft to improve Vista&#8217;s security. So if you only are annoyed because of the popup messages &#8211; then consider to use <a title="TweakUAC" href="http://www.tweak-uac.com/what-is-tweak-uac/" target="_blank">TweakUAC</a> to set UAC in quit mode instead of turning it off.<br />
<span id="more-58"></span><br />
Anyway &#8211; there are several ways to turn off UAC. Ex. by using msconfig, by making the changes directly in the registry, through group policies and through the control panel.</p>
<p>Using MsConfig:</p>
<blockquote>
<ol>
<li>start msconfig (Start -&gt; Run -&gt; Msconfig)</li>
<li> on the tools tab, scroll down until you find Disable UAP or Disable UAC</li>
<li> mark the line and press the Launch button</li>
<li>close msconfig and reboot the computer</li>
</ol>
</blockquote>
<p>Making changes directly in registry:</p>
<blockquote>
<ol>
<li>start the registry editor (Start -&gt; Run -&gt; Regedit)</li>
<li> navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System</li>
<li> locate the value EnableLUA and change the value to 0</li>
<li> close the registry editor and reboot</li>
</ol>
</blockquote>
<p>Through Group Policies:</p>
<blockquote>
<ol>
<li>open the Group Policy editor (Start -&gt; Run -&gt; gpedit.msc or gpmc.msc)</li>
<li> browse to Computer Configuration -&gt; Windows Settings -&gt; Security Settings -&gt; Local Policies -&gt; Security Options</li>
<li> In the details pane, locate the User Access Control policies.</li>
<li> Right click each of the following policies and change the value as indicated below:
<ul>
<li> User Account Control: Detect application installations and prompt for elevation &#8211; Disabled</li>
<li> User Account Control: Behavior of the elevation prompt for standard users &#8211; No prompt</li>
<li> User Account Control: Run all administrators in Admin Approval Mode &#8211; Disabled</li>
</ul>
</li>
<li>Reboot</li>
</ol>
</blockquote>
<p>Through the Control Panel:</p>
<blockquote>
<ol>
<li>Open Control Panel</li>
<li> In the search bar type user account  or uac</li>
<li> Click on the Turn User Account Control (UAC) on or off</li>
<li> Click continue</li>
<li> Then uncheck the box and click OK.</li>
<li> Reboot</li>
</ol>
</blockquote>
<p>That&#8217;s all now you have turned off the UAC <img src='http://techblog.byllemos.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.byllemos.com/2008/04/are-you-also-annoyed-by-windows-vistas-user-account-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

