<?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>Latest In Tech &#187; Vista</title>
	<atom:link href="http://www.latestintech.com/category/microsoft/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.latestintech.com</link>
	<description>get lit</description>
	<lastBuildDate>Mon, 28 Nov 2011 18:01:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Is Vista a Failure?</title>
		<link>http://www.latestintech.com/is-vista-a-failure/</link>
		<comments>http://www.latestintech.com/is-vista-a-failure/#comments</comments>
		<pubDate>Sat, 12 May 2007 16:33:56 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/is-vista-a-failure/</guid>
		<description><![CDATA[It&#8217;s been going around the office that Microsoft has admitted failure, Paul Grahm even thinks Microsoft is dead, but I&#8217;m not convinced. Loss of relevance; sure, but death, failure, I don&#8217;t think so. From the Inquirer, Dell announced that it would be offering XP again on home PCs. The second that Vista came out, Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been going around the office that <a href="http://www.theinquirer.net/default.aspx?article=39087">Microsoft has admitted failure</a>, Paul Grahm even thinks <a href="http://www.paulgraham.com/microsoft.html">Microsoft is dead</a>, but I&#8217;m not convinced. Loss of relevance; sure, but death, failure, I don&#8217;t think so. From the Inquirer,<br />
<blockquote>Dell announced that it would be offering XP again on home PCs. The second that Vista came out, Microsoft makes it very hard for you to sell anything other than Me II. It can&#8217;t do this on the business side because it would be laughed out the door, but for the walking sheep class, well, you take what you are shovelled. [...] What happened is, the OEMs revolted in the background and forced Microsoft&#8217;s hand. This is a big neon sign above Me II saying &#8216;FAILURE&#8217;. Blink blink blink. OK, Me II won&#8217;t fail, Microsoft has OEMs whipped and threatened into a corner, it will sell, but you can almost hear the defectors marching toward Linux. This is a watershed.</p></blockquote>
<p> First, let&#8217;s face it, no one&#8217;s marching towards Linux. We&#8217;re totally avoiding Linux by backtracking and using Windows XP. People don&#8217;t like change and that&#8217;s what this boils down to. This shouldn&#8217;t even be seen as a failure, it&#8217;s really a conflict of interests. Microsoft has an interest in pushing people to move to their newer OS, hardware manufacturers have an interest in seeing that you don&#8217;t move; a new OS means a new investment in development. Neither probably has your best interests in mind. Let&#8217;s not mistake someone else&#8217;s interests for our own. </p>
<blockquote><p>The other equally monumental Me II failure? Gates in China launching a $3 version of bundled XP. [...] What did MS do? It dropped the price about 100x or so. I can&#8217;t say this is unprecedented, when it made Office 2003 hard to pirate it had to backpedal with the student edition for about $150. This time though, things are much more desperate.</p></blockquote>
<p> Dropping the price of an OS in China seems like an obvious choice. Clearly the price of Microsoft&#8217;s OS was too high, why not drop it and continue to make a profit. Plus, we get people used to paying for software. It&#8217;s never really explained why the Inquirer sees this as a failure.</p>
<p>The bottom line; Microsoft is generating <a href="http://biz.yahoo.com/seekingalpha/070430/33932_id.html">a ton of profit</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/is-vista-a-failure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sync Windows Directories with Linux</title>
		<link>http://www.latestintech.com/sync-windows-directories-with-linux/</link>
		<comments>http://www.latestintech.com/sync-windows-directories-with-linux/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 04:41:10 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/20/sync-windows-directories-with-linux/</guid>
		<description><![CDATA[Using cwRsync on Windows and rsync on Linux you can seamlessly mirror directories on two or more computers. In my case, because of iTunes and an iPod, I&#8217;m forced to keep a copy of my library on a desktop computer and on my media server. Yes, I&#8217;m aware of mt-daapd and I already have it [...]]]></description>
			<content:encoded><![CDATA[<p><img src="./bimage/Prompt_small.gif" alt="Prompt" align="left" float="right" border=10 /><br />
 Using cwRsync on Windows and rsync on Linux you can seamlessly mirror directories on two or more computers. In my case, because of iTunes and an iPod, I&#8217;m forced to keep a copy of my library on a desktop computer and on my media server. Yes, I&#8217;m aware of <a href="http://www.mt-daapd.org/">mt-daapd</a> and I already have it working; unfortunately that&#8217;s not a solution in this case.</p>
<p>What you&#8217;ll need:
<ul>
<li><a href="http://itefix.no/cwrsync/">cwRsync</a>, download and install on your Windows computer.</li>
<li>rsync, install and make sure it&#8217;s running on your linux box</li>
</ul>
<ol>
<li>Open a command prompt Start -> Run -> cmd</li>
<li>Add cwRsync to your windows &#8216;path&#8217; so that you can run it. Just type this at the command line: <code>path = %PATH%;c:\program files\cwRsync\bin</code></li>
<li>Create the Key <code>ssh-keygen -f /cygdrive/c/ssh_key -t rsa -N ''</code> (please note; this creates your keys in the C: directory)</li>
<li>Copy your public key to the server: <code>rsync -e ssh /cygdrive/c/ssh_key.pub username@serverAddress:~/.ssh/authorized_keys</code> You&#8217;ll need to enter your username and password</li>
<li>Copy your public key into your ssh authorized_keys file: <code>ssh username@serverAddress cat ssh_key.pub >> .ssh/authorized_keys</code></li>
<li>Test your backup: <code>rsync -avz -e "ssh -i /cygdrive/c/ssh_key" "Desktop" username@serverAddress:folderName</code> This should copy everything on your desktop to the directory named folderName on the server</li>
<li>Download and edit the <a href="http://www.latestintech.com/bimage/rsyncBatchFile.bat">sample batch file</a></li>
<li>Once you&#8217;ve edited the sample batch file store it temporarily in the C: directory and run the batch file manually <code>c:\data-backup.bat</code></li>
<li>Set your batch file to run automatically: Go to Start -> Control Panel -> Scheduled Tasks and click &#8216;Add a Scheduled Task&#8217;. Next -> Browse.  Set the schedule and enter your account password to allow the software to run.</li>
</ol>
<p>I&#8217;m successfully using the sample batch file to mirror a music directory on my media server with a desktop computer.</p>
<p>While music is the subject of our conversation; give <a href="http://www.chrisandtheothergirls.com/">Chris And The Other Girls</a> a listen. They&#8217;re less popular than they deserve to be. I particularly like track 01 Let Go, download it <a href="http://music.download.com/chrisandtheothergirls/3600-8591_32-100629936.html">here</a>.</p>
<p>Okay, looks like there&#8217;s a freely available open source, GUI wrapper for rsync. Give it a try and let me know what you think. Download and documentation can be found <a href="http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp">here</a></p>
<p>Update:<br />
Awesome/Useful comments be sure to read them.<br />
Sorry if you&#8217;re comments don&#8217;t show up for a while due to spam I have to curate.</p>
<p>If you&#8217;re having problems with Windows 7 being unable to create a .ssh directory (see Richard&#8217;s problem below). It looks like <a href="http://ekawas.blogspot.com/2007/03/solving-pesky-ssh-issues-in-cygwin.html" title="off the blog"></a> has a work around.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/sync-windows-directories-with-linux/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Ars Takes a Peek Under Windows Vista&#8217;s Dress</title>
		<link>http://www.latestintech.com/ars-takes-a-peek-under-windows-vistas-dress/</link>
		<comments>http://www.latestintech.com/ars-takes-a-peek-under-windows-vistas-dress/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 15:41:02 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/20/ars-takes-a-peek-under-windows-vistas-dress/</guid>
		<description><![CDATA[A lot of long-overdue and much-needed technology has been put into the Vista graphics layer. If you&#8217;re developing software, that&#8217;s great. But what does it mean for users? Link via Digg]]></description>
			<content:encoded><![CDATA[<blockquote><p>A lot of long-overdue and much-needed technology has been put into the Vista graphics layer. If you&#8217;re developing software, that&#8217;s great. But what does it mean for users?</p></blockquote>
<p><a href="http://arstechnica.com/reviews/os/pretty-vista.ars/1">Link</a> via Digg</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/ars-takes-a-peek-under-windows-vistas-dress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wakeup Windows Vista</title>
		<link>http://www.latestintech.com/wakeup-windows-vista/</link>
		<comments>http://www.latestintech.com/wakeup-windows-vista/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:30:31 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/12/wakeup-windows-vista/</guid>
		<description><![CDATA[If you&#8217;re having problems with Windows Vista improperly waking Neosmart might have a solution for you. See below for specific problems: When recovering from a hibernate: “Cannot find uxtheme.dll” appears whenever you attempt to run (almost) any program. No matter what you do, you can’t even run Task Manager. What’s worse, a restart doesn’t fix [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re having problems with Windows Vista improperly waking Neosmart might have a solution for you. See below for specific problems:
<ul>
<li>When recovering from a hibernate: “Cannot find uxtheme.dll” appears whenever you attempt to run (almost) any program. No matter what you do, you can’t even run Task Manager. What’s worse, a restart doesn’t fix it, and because Windows Explorer also fails to launch with this error, you need to boot from the DVD and use System Restore &#8211; Safe Mode won’t work!4</li>
<li>Failure to establish a network connection. Everything looks OK, but you can’t connect to the internet. Your LAN signal will be there, but the internet just doesn’t work. You must restart to fix it.</li>
<li>Poor performance: though Task Manager will show normal CPU load, some of the drivers (they don’t appear in TaskMan) will attempt to use 100% of the CPU, resulting in a very laggy PC. You need to restart to fix it.</li>
<li>No DWM. For no reason, DWM just won’t re-appear. This happens on ATi and nVidia, with or without the latest official drivers from the companies themselves. Manually running “dwm.exe” doesn’t work, you need to restart to fix it.</li>
<li>BSOD on recovery. This is usually caused by the video drivers, and may or may not indicate something wrong with the kernel itself.</li>
<li>No sound. Vista goes mute. Nothing you can do about it, no way to revive it, you just have to restart and let the re-done sound-stack load-up the way it should.</li>
</ul>
<p>See <a href="http://neosmart.net/blog/2006/vistas-hideous-wakeup-support/">Neosmart</a> for patches and more info.</p>
<p>Link via Slashdot</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/wakeup-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some ReadyBoost Clarifications/ Testing</title>
		<link>http://www.latestintech.com/some-readyboost-clarifications-testing/</link>
		<comments>http://www.latestintech.com/some-readyboost-clarifications-testing/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 18:06:17 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/06/some-readyboost-clarifications-testing/</guid>
		<description><![CDATA[ReadyBoost is the Windows Vista feature that allows you to use a nonvolatile flash-memory device as virtual memory in order to improve Vista&#8217;s performance. While SD, CF, USB drives, and any other flash device will work, 2.5MB/sec throughput for 4K random reads and 1.75MB/sec throughput for 512K random writes are required, and a maximum of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="./bimage/readyBoost.jpg" alt="readyBoost" align ="left" HSPACE="5"/><br />
ReadyBoost is the Windows Vista feature that allows you to use a nonvolatile flash-memory device as virtual memory in order to improve Vista&#8217;s performance. While SD, CF, USB drives, and any other flash device will work, 2.5MB/sec throughput for 4K random reads and 1.75MB/sec throughput for 512K random writes are required, and a maximum of 4GB can be used for ReadyBoost. </p>
<p>What does it really do?  Long Zheng explains;<br />
<blockquote>ReadyBoost does not improve performance, it only improves responsiveness. It won’t make your system or Photoshop run any faster, but it will make things faster to load and initialize to a working-state.</p></blockquote>
<p> Skip <a href="http://www.istartedsomething.com/20070307/readyboost-works/">here</a> for some tests and further explanations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/some-readyboost-clarifications-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At Microsoft, One Good Turn Deserves Another&#8230;</title>
		<link>http://www.latestintech.com/one-hand-breaks-the-other/</link>
		<comments>http://www.latestintech.com/one-hand-breaks-the-other/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 06:26:13 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/01/one-hand-breaks-the-other/</guid>
		<description><![CDATA[There seems to be a serious problem Microsoft has yet to address when dual-booting between Windows Vista and Windows XP. Specifically, when XP boots, it mounts any connected drives and checks for System Restore information. XP automatically assumes Vista restore points are corrupt and will delete Vista&#8217;s restore points and shadow copies. Officially, Microsoft&#8217;s only [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be a serious problem Microsoft has yet to address when dual-booting between Windows Vista and Windows XP. Specifically, when XP boots, it mounts any connected drives and checks for System Restore information. XP automatically assumes Vista restore points are corrupt and will delete Vista&#8217;s restore points and shadow copies. Officially, Microsoft&#8217;s only recommendation to turn off Vista drives until XP has completed booting. Sounds, like useless advice to me.</p>
<p>At Microsoft, one good turn deserves another; Vista&#8217;s Complete Backup solution copies the whole drive. That means there&#8217;s the potential to overwrite a current XP partition with an out of date backup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/one-hand-breaks-the-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista&#8217;s Snipping Tool</title>
		<link>http://www.latestintech.com/vistas-snipping-tool/</link>
		<comments>http://www.latestintech.com/vistas-snipping-tool/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 05:37:39 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tablet]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/01/vistas-snipping-tool/</guid>
		<description><![CDATA[Capturing dynamic screen shots has long been a feature of OS X, finally, Windows users no longer have to feel left out. The Snipping Tool should already be familiar to XP Tablet Edition users, but Vista users should be pleasantly surprised by it&#8217;s functionality. The Snipping Tool allows you to capture any portion of a [...]]]></description>
			<content:encoded><![CDATA[<p>Capturing dynamic screen shots has long been a <a href="http://www.macdevcenter.com/pub/a/mac/2003/02/28/screenshot.html">feature of OS X</a>, finally, Windows users no longer have to feel left out. <a href="http://windowshelp.microsoft.com/Windows/en-US/Help/1337cdba-52a2-4704-ad4d-2d7bace605b41033.mspx">The Snipping Tool</a> should already be familiar to XP Tablet Edition users, but Vista users should be pleasantly surprised by it&#8217;s functionality. The Snipping Tool allows you to capture any portion of a screen, add annotations or highlights, and then save the image. If saving is too 1990s you have the additional option of pasting screen-caps into other programs.</p>
<p>You can find it under Start -> All Programs -> Accessories -> Snipping Tool.</p>
<p>Looks like <a href="http://lifehacker.com/software/windows-vista/windows-vista-tip--take-screenshots-with-the-snipping-tool-228885.php">Lifehacker</a> is way ahead of me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/vistas-snipping-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drivesnapshot.de</title>
		<link>http://www.latestintech.com/drivesnapshotde/</link>
		<comments>http://www.latestintech.com/drivesnapshotde/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 15:52:48 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/03/01/drivesnapshotde/</guid>
		<description><![CDATA[Windows Disk Imaging I&#8217;m no authority when it comes to disk imaging and Microsoft&#8217;s products. That is not to say that it isn&#8217;t needed, only that I haven&#8217;t used a Microsoft product in a serious enough environment to need to do that. Mainly I backup files and directories that I think are important and leave [...]]]></description>
			<content:encoded><![CDATA[<p><img src="./bimage/drivesnapshot.png" alt="Drivesnapshot" align="left" hspace="3"/></p>
<h3>Windows Disk Imaging</h3>
<p>I&#8217;m no authority when it comes to disk imaging and Microsoft&#8217;s products. That is not to say that it isn&#8217;t needed, only that I haven&#8217;t used a Microsoft product in a serious enough environment to need to do that. Mainly I backup files and directories that I think are important and leave it at that. With my new Vista installation and all the trouble that it has been, I&#8217;ve decided to make a disk image of Vista&#8217;s current state and reinstall from that.</p>
<p>In this article drivesnaphot.de&#8217;s latest offering, <a href="http://www.drivesnapshot.de/en/home.htm">Drive Snapshot for Windows Workstations</a> Trial version 1.3, gets reviewed.</p>
<h4>What&#8217;s in a name?</h4>
<p>You might already be asking yourself; what&#8217;s the difference between Snapshot for Workstations and Snapshot for Servers? The difference, my friends, is in price, and price alone. In other words, there is no difference between the Server and Workstation versions. With the higher purchase price of the Server edition you purchase a license to use Snapshot on a server. You have the choice of purchasing either version as solely as a download for EUR 10 less. As intimated before, I&#8217;m testing the trial version which is good for 30 days. As stated on their web site all features are usable for 30 days, after which the ability to backup is disabled. Technically, after 30 days, if you want to continue using Snapshot you must purchase a license. </p>
<h4>The Good</h4>
<ul>
<li>Most notable is the ability to make an image of the partition or drive you are actually using. Meaning, you don&#8217;t have to boot from a live disk, or backup installation in order to make a disk image and your normal work flow remains uninterrupted.</li>
<li>Also included is the ability to restore a single file or directory. You don&#8217;t have to restore an entire image just to recover one file or directory. In addition to the normal GUI, there&#8217;s a command line interface where you can automate backups.</li>
<li>Drive Snapshot allows the creation of differential backups.</li>
<li>Supported file systems include; FAT16, FAT32, NTFS, EXT2,EXT3, and ReiserFS. Unsupported file systems are stored in their entirety, ignoring any free space information.</li>
<li>Since this is a workstation product the folks at drivesnapshot.de don&#8217;t expect you to have a server lying around. With this limitation in mind, by default the disk image is broken into several smaller CD friendly files. If the user wants to burn files to a DVD instead of a CD, the option of choosing a maximum file size is available.</li>
<li>Supported Windows versions include Windows NT 4.0 Service pack 3, 2000, XP, 2003 Server, and even Windows PE. Support for Vista is  planned for the near future. My tests confirm that Snapshot does work reliably with Vista.</li>
<li>The installer is small in size, simple, and takes little time to get up and running.</li>
<li>The 30 day free trial includes all features. This is a pretty big bonus, the only feature you lose after 30 days is the ability to make backups.</li>
<li>Optionally, the image can be encrypted using the AES standard with a block and key length of 128-bits</li>
</ul>
<h4>The Bad</h4>
<ul>
<li>While the program is easy to use, at times <a href="http://www.drivesnapshot.de/en/back2.htm">online documentation</a> can be sparse and difficult to read.</li>
<li>It&#8217;s not Snapshot&#8217;s fault, but for this review we&#8217;ll stick the following comment here. Before Snapshot will work in Vista, the program needs to be run with administrative privileges. To be fair, this is to be expected since Windows Vista is not yet supported.</li>
<li>With Vista restoring to the same disk works well. Restoring to a new disk or partition requires restoring the partition structure. I spoke with the developer of Snapshot, and he is currently working on a fix for this.</li>
</ul>
<h4>Wrap Up</h4>
<p>Drivesnapshot.de estimates average image size to be about 50% of the used disk space on a drive. My, quick and dirty test supports the claim of 50% of used space. A 24 Gig partition was split in to a total size of about 12.3 Gigs. Before running in Vista you&#8217;ll need to run the .exe with administrator privileges. If you don&#8217;t have an available Windows partition to reinstall from, options include DOS boot disks, Windows PE, and Snapshot&#8217;s own boot disk (currently you&#8217;ll have to pay EUR 10 extra for the disk). The developers are currently working on documenting this feature, but it is possible to create your own Snapshot like CD by downloading Snapshots&#8217; <a href="http://www.drivesnapshot.de/download/bootdisk.zip">disk image</a> and running a few DOS commands. As a bonus, payment options include Credit or Paypal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/drivesnapshotde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Won&#8217;t Remember Network Passwords?</title>
		<link>http://www.latestintech.com/vista-wont-remember-network-passwords/</link>
		<comments>http://www.latestintech.com/vista-wont-remember-network-passwords/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 07:44:14 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/02/22/vista-wont-remember-network-passwords/</guid>
		<description><![CDATA[I keep most of my media on a centrally located MythTV box running Linux. I can share stream music to iTunes on my Mac by running mt-daapd and howl on my Linux box. With Windows XP, everything worked even better; all I had to do was access my music via a Samba share. Unfortunately with [...]]]></description>
			<content:encoded><![CDATA[<p><img src="./bimage/Vista_Network.jpg" alt="Vista's Network Icon" /><br />
I keep most of my media on a centrally located MythTV box running Linux. I can share <a href="http://www.oreillynet.com/xml/blog/2004/12/streaming_itunes_from_ubuntu.html">stream music to iTunes</a> on my Mac by running <a href="http://www.mt-daapd.org/">mt-daapd</a> and <a href="http://www.porchdogsoft.com/products/howl/">howl </a> on my Linux box. With Windows XP, everything worked even better; all I had to do was access my music via a Samba share. Unfortunately with Vista that all changed. Vista would no longer remember passwords after a reboot. Some might say that this is inadvertently more secure.</p>
<p>Vista refuses to remember the passwords to network shares. It doesn&#8217;t matter if I check the, &#8220;remember this password&#8221; box or not. Things just won&#8217;t work. Thankfully there is a solution; you can tell Vista to remember a password by: Control Panel -> User Accounts -> Manage Your Network Passwords. Addresses for Samba shares should look something like this: &#8220;\\MythTV&#8221; Enter in the address to the computer you&#8217;re trying to access. Hint, if you don&#8217;t know the address, access the computer via the &#8220;Network&#8221; shortcut on your desktop, right-click in the address bar and select &#8220;Copy Address as Text,&#8221; or &#8220;Copy Address.&#8221; Paste either of those into the address location field. After you&#8217;ve filed the address field, enter the passwords and save out. The next time you restart Vista it should remember saved passwords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/vista-wont-remember-network-passwords/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Add a Network Location&#8217;s New Location</title>
		<link>http://www.latestintech.com/add-a-network-locations-new-location/</link>
		<comments>http://www.latestintech.com/add-a-network-locations-new-location/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 07:23:14 +0000</pubDate>
		<dc:creator>sarvinc</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.latestintech.com/2007/02/22/add-a-network-locations-new-location/</guid>
		<description><![CDATA[You just plunked down that chunk of change for Vista and can&#8217;t find the option to add a network location. In order to add a network location, like that site you always ftp in to, double click &#8220;My Computer,&#8221; right click and select, &#8220;Add a Network Location.&#8221; Ahh, doesn&#8217;t that feel better?]]></description>
			<content:encoded><![CDATA[<p><img src="./bimage/lit_network_location.jpg" alt="Network Location Shortcut" /><br />
You just plunked down that chunk of change for Vista and can&#8217;t find the option to add a network location. In order to add a network location, like that site you always ftp in to, double click &#8220;My Computer,&#8221; right click and select, &#8220;Add a Network Location.&#8221; Ahh, doesn&#8217;t that feel better?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.latestintech.com/add-a-network-locations-new-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

