<?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>Astro-Geek:3000 &#187; Windows</title>
	<atom:link href="http://www.astro-geek.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.astro-geek.com</link>
	<description>Technology For Us</description>
	<lastBuildDate>Sat, 03 Apr 2010 03:19:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iTunes: Manually Adjust Play Count in iTunes 9</title>
		<link>http://www.astro-geek.com/2009/09/itunes-manually-adjust-play-count-in-itunes-9/</link>
		<comments>http://www.astro-geek.com/2009/09/itunes-manually-adjust-play-count-in-itunes-9/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 13:11:26 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=395</guid>
		<description><![CDATA[The script we've been using to manually adjust the play counts of song in iTunes no longer works with the latest version 9. This new script will allow you to change the play count easily.]]></description>
			<content:encoded><![CDATA[<p></p><div style="margin: 5px 20px 20px 20px; padding: 10px; background-color: #fdd; border: 1px solid #faa;">If you&#8217;re using iTunes 8 or earlier, I have an earlier post that will allow you to <a href="http://www.astro-geek.com/2009/01/itunes-manually-adjust-play-count/">manually adjust your play count</a>.</div>
<p>User <a href="http://forums.ilounge.com/showthread.php?t=40327" rel="nofollow">Tiketti has posted a script</a> on the iLounge forums that will allow you to adjust your play counts in iTunes 9.</p>
<blockquote><p><code>Dim iTunesApp, currTrack, newPlayCount<br />
</code><code>Dim prompt, title, defaultValue</p>
<p></code><code>Set iTunesApp = WScript.CreateObject("iTunes.Application")<br />
</code><code>Set currTrack = iTunesApp.CurrentTrack</p>
<p></code><code>prompt = "New playcount:"<br />
</code><code>title = currTrack.Artist &#038; " - " &#038; currTrack.Name<br />
</code><code>defaultValue = currTrack.PlayedCount</p>
<p></code><code>newPlayCount = InputBox (prompt, title, defaultValue)</p>
<p></code><code>If IsNumeric(newPlayCount) Then<br />
</code><code>	If newPlayCount >= 0 Then<br />
</code><code>		If Len(newPlayCount) > 0 Then<br />
</code><code>			currTrack.PlayedCount = newPlayCount<br />
</code><code>		End If<br />
</code><code>	End If<br />
</code><code>End If<br />
</code></p></blockquote>
<ol>
<li>Copy this code into Notepad.</li>
<li>Save the file as <strong>SetPlayCount.vbs</strong> (the file name doesn&#8217;t matter; just make sure it&#8217;s a .vbs file)</li>
<li>In iTunes, play the song whose play count you want to adjust; double click the script you just saved.</li>
<li>Enter the desired play count in the input box.</li>
<p>A few things to note&#8230; Unlike <a href="http://www.astro-geek.com/2009/01/itunes-manually-adjust-play-count/">the script for versions 8 and earlier</a>, you <em>must</em> have the song playing. If you only highlight the song as before, you&#8217;ll receive a script error.</p>
<p>Since this script works only on the song that is playing, it won&#8217;t work on multiple tracks.</p>
<p>Thanks, <a href="http://www.astro-geek.com/2009/01/itunes-manually-adjust-play-count/#comment-3227">Emma</a>, for the tip!</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/09/itunes-manually-adjust-play-count-in-itunes-9/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Copy the Content of Error Messages</title>
		<link>http://www.astro-geek.com/2009/08/copy-the-content-of-error-messages/</link>
		<comments>http://www.astro-geek.com/2009/08/copy-the-content-of-error-messages/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 18:08:03 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=387</guid>
		<description><![CDATA[Error messages, despite being annoying, are very good tools for troubleshooting problems. Passing that information along can be troublesome, though. Copying the information to your clipboard makes it easy.]]></description>
			<content:encoded><![CDATA[<p></p><p>Error messages, despite being annoying, are very good tools for troubleshooting problems with your computer. If you can pass along the information in the error message to IT support staff, they might be able to decrypt it. You might also be able to search Google for the error&#8217;s particular wording, or better yet, an error code.</p>
<p>The problem with this, however, is that these errors can be very long, or difficult to remember &#8211; as with error codes. A simple solution would be to jot down what you need on a piece of paper and type it into your email or search field. Depending on the amount of information you need to convey, this may not be terribly efficient.</p>
<p>What might be an even better solution is to copy the contents of the error message to your clipboard. <strong>Simply hit Ctrl-C, as you would anywhere else within Windows.</strong> Then from there you can paste the full message into your email body. Or if you need to search for a portion of the error, paste it into Notepad and then take what you need from there.</p>
<p>You&#8217;ll end up with an output like this:</p>
<blockquote><p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Remote Desktop Disconnected<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
This computer can&#8217;t connect to the remote computer.</p>
<p>Try connecting again. If the problem continues, contact the owner of the remote computer or your network administrator.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
OK   Help<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
</p></blockquote>
<p>Notice that you even get the title of the error, as well as the button text.</p>
<p>Not only is this quicker and easier than writing out error messages on scrap paper, but it can be more accurate by negating the chance of transposing or misinterpreting letters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/08/copy-the-content-of-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taskbar Shuffle: Take Control of Your Taskbar</title>
		<link>http://www.astro-geek.com/2009/04/taskbar-shuffle-take-control-of-your-taskbar/</link>
		<comments>http://www.astro-geek.com/2009/04/taskbar-shuffle-take-control-of-your-taskbar/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:49:40 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[free download]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=361</guid>
		<description><![CDATA[Taskbar Shuffle is a simple, small, free utility that lets you drag and drop your Windows taskbar buttons to rearrange them.]]></description>
			<content:encoded><![CDATA[<p></p><p><img title="Taskbar Shuffle" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 0px 10px 10px; border-left: 0px; border-bottom: 0px" height="84" alt="Taskbar Shuffle" src="http://www.astro-geek.com/wp-content/uploads/taskbarshuffle.gif" width="154" align="right" border="0" /> Some time ago, I came across a neat little program called <a title="Taskbar Shuffle" href="http://www.freewebs.com/nerdcave/taskbarshuffle.htm" target="_blank" rel="nofollow">Taskbar Shuffle</a>. It does exactly what it sounds like it does: Taskbar Shuffle gives you the power to rearrange the buttons on your taskbar. According to the website:</p>
<blockquote><p><strong>Taskbar Shuffle</strong> is a simple, small, free utility that lets you drag and drop your Windows taskbar buttons to rearrange them.&#160; Here’s a full feature list:</p>
<ul>
<li>
<p>Reorder your taskbar buttons by dragging and dropping them</p>
</li>
<li>
<p>Reorder your tray icons in the same way</p>
</li>
<li>
<p>Reorder tasks in a grouped button&#8217;s popup menu in the same way</p>
</li>
<li>
<p>Middle-click to close programs on your taskbar</p>
</li>
<li>
<p>Works with <a href="http://realtimesoft.com/ultramon">UltraMon</a> taskbars</p>
</li>
<li>
<p>Tweak taskbar button grouping</p>
</li>
</ul>
</blockquote>
<p>During a normal day, I’m on the computer for more than eight hours. So as you can imagine, I’ve gotten used to having things certain ways; my taskbar not excluded.</p>
<p><img title="Taskbar" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="14" alt="Taskbar" src="http://www.astro-geek.com/wp-content/uploads/taskbar-thumb.png" width="550" border="0" /> I like to have my browsers first, Outlook next, then my productivity applications, and finally all of the random windows. This makes switching between applications much easier.</p>
<p>Before Taskbar Shuffle, if a program were to crash, or otherwise get closed, it would throw everything off when I relaunched it. But thanks to this little gem of an application, I don’t need to worry about that any more. If I have to restart Firefox, for example, I can just grab it and put it back next to my Quick Launch menu. One thing you should keep in mind, though, is that it keeps related buttons grouped together. For example, if you have multiple messenger windows open, if you try to drag one, it will bring the others with it. I’m not saying this is a fault with the program; on the contrary, I think this feature is smart.</p>
<p>Taskbar Shuffle is very good at what it does. I have it auto-start with Windows, and never have to think about it. Taskbar Shuffle is “just there” and leaves a small footprint in terms of resources. It’s free and works with Windows 95, 98, 2000, NT, XP, and Vista (32-bit versions only.)</p>
<p><a href="http://www.freewebs.com/nerdcave/taskbarshuffle.htm" rel="nofollow">Click here to download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/04/taskbar-shuffle-take-control-of-your-taskbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn off Autoplay to Protect Your System</title>
		<link>http://www.astro-geek.com/2009/02/turn-off-autoplay-to-protect-your-system/</link>
		<comments>http://www.astro-geek.com/2009/02/turn-off-autoplay-to-protect-your-system/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 16:12:23 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=346</guid>
		<description><![CDATA[A recent virus brought to light the security vulnerabilities of Windows's Autoplay feature. Luckily there's a quick fix to make your computer less eager to spread viruses.]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently had to go through another Windows reinstallation here at work. My coworker’s computer had become infected by an infected flash drive. It turns out that his antivirus software hadn’t been updating itself for more than six months, so that was a large part of the problem; but we won’t worry about that right now.</p>
<p>The flash drive had become infected, from what we can deduce, by an infected file he unknowingly copied from a client. When he plugged the flash drive into his laptop, the antivirus didn’t catch the virus (which was developed <em>after</em> the AV software was last updated.)&#160; He didn’t even know the drive was infected until he plugged it into another coworker’s computer, and the antivirus on that machine caught it.&#160; But by then it was too late for the laptop.</p>
<p>This incident raised a serious security issue: Autoplay. When a CD, DVD, or other removable media is inserted into a Windows PC, by default the machine will automatically play it. For example, the music CD will start playing, the movie will begin playing, etc. Windows does this by launching the <font face="Courier New">autoplay.inf</font> file that’s on the removable media. This file tells Windows what file to launch. For a software CD, it will likely be setup.exe</p>
<p>As you can probably guess, this autoplay file is an all-access pass for a virus. So, in order to block this access to your system, it’s very strongly recommended that you turn off the Autoplay feature. This can be done for each drive individually, but it’s quite tedious. And for flash drives and external hard drives, you have to connect the device first.</p>
<p>Here’s a way to turn off Autoplay for all devices at once.</p>
<ol>   </ol>
<ol>
<li>Start » Run; enter <strong>gpedit.msc</strong><strong><a href="http://www.astro-geek.com/wp-content/uploads/gpsystem.png"><img title="Click to Embiggen" style="border-right: 0px; border-top: 0px; display: block; float: none; margin: 0px auto 10px; border-left: 0px; border-bottom: 0px" height="178" alt="Click to Embiggen" src="http://www.astro-geek.com/wp-content/uploads/gpsystem-thumb.png" width="145" border="0" /></a></strong></li>
<li> Navigate to: Local Computer Policy » Computer Configuration » Administrative Templates » System; double click “Turn off Autoplay” in the right pane of the window.</li>
<li>Select “Enabled”</li>
<li>In the “Turn off Autoplay on:” pulldown menu, choose “All drives”<a href="http://www.astro-geek.com/wp-content/uploads/gpautoplay.png"><img title="GPautoplay" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="244" alt="GPautoplay" src="http://www.astro-geek.com/wp-content/uploads/gpautoplay-thumb.png" width="220" border="0" /></a></li>
</ol>
<p>That’s it. Now when you connect a flash drive or external hard drive, insert a CD or DVD, you’ll be adding another layer of protection to your system. This should not be your only line of defense, however; you should scan any and all questionable media. At least this way it won’t install itself automatically.</p>
<p>BONUS: You won’t get those annoying popup windows every time, either!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/02/turn-off-autoplay-to-protect-your-system/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows 7: Price Rumors</title>
		<link>http://www.astro-geek.com/2009/02/windows-7-price-rumors/</link>
		<comments>http://www.astro-geek.com/2009/02/windows-7-price-rumors/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:05:15 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=340</guid>
		<description><![CDATA[In the wake of the confirmation of Windows 7 having six different SKUs, rumors are now starting to surface about pricing for each level of Microsoft's new operating system. Is Microsoft wise in continuing the Vista model?]]></description>
			<content:encoded><![CDATA[<p></p><p>As a bit of a follow up to my post about the <a href="http://www.astro-geek.com/2009/02/windows-7-too-many-choices/">6 versions of Windows 7</a> that will be available, I want to share with you some rumored prices.</p>
<p>I found this on <a href="http://news.idealo.co.uk/news/4837/windows-7-rumours-about-the-prices-of-the-different-versions.html" target="_blank" rel="nofollow">news.idealo.co.uk</a>: </p>
<blockquote><p>The Starter Edition should cost US $199.95 (around £135), Home Premium US$ 259.95 (around £157) and Windows 7 Professional US $ 299.95 (around £205). The system builder versions should be cheaper though.</p>
</blockquote>
<p>If you could see me right now, you’d see me with my head cradled in my hands, shaking it in disbelief. Two hundred dollars for the <em>Starter Edition</em>?!&#160; That’s a lot of money. Though I shouldn’t be surprised because <a href="http://www.microsoft.com/windows/windows-vista/compare-editions/default.aspx" target="_blank" rel="nofollow">Vista has a similar price structure</a>.</p>
<p>The difference in this case, however, is that with Vista we had the choice to stay with XP. That’s not as much of an option any more since XP is no longer available outside the Pirate Bay.</p>
<p>Is Microsoft too greedy? They have a chance to deal a huge blow to Apple and Linux with this operating system. If they ride the wave of positive reviews Win7 is getting and offer a less daunting choice of flavors and market the crap out of it as costing less than Vista, they could generate a huge amount of momentum.</p>
<p>As for me, if I were still debating on whether to switch to Mac or not, the 6 tiers and heavy price tag on Windows 7 would have been enough to bump me over to Apple.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/02/windows-7-price-rumors/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows 7: Too Many Choices</title>
		<link>http://www.astro-geek.com/2009/02/windows-7-too-many-choices/</link>
		<comments>http://www.astro-geek.com/2009/02/windows-7-too-many-choices/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 16:27:01 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=336</guid>
		<description><![CDATA[Microsoft has confirmed that Windows 7 will be available in 6 different varieties, similar to Vista. Is this a good decision on Microsoft's part, or should they get back to basics and make it easier on the consumer by offering just one or two flavors?]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.astro-geek.com/wp-content/uploads/win7.png"><img title="Windows 7" style="display: inline; margin: 0px 0px 10px 10px" height="45" alt="Windows 7" src="http://www.astro-geek.com/wp-content/uploads/win7-thumb.png" width="150" align="right" /></a> Microsoft has confirmed that <a href="http://www.engadget.com/2009/02/03/windows-7-skus-announced-yes-your-worst-nightmare-has-come-to/2" target="_blank" rel="nofollow">Windows 7 will be available in 6 different varieties</a>, similar to Vista.&#160; From Engadget:</p>
<ul>
<li>Windows 7 Starter (limited to three apps concurrently)</li>
<li>Windows 7 Home Basic (for emerging markets) </li>
<li>Windows 7 Home Premium (adds Aero, Touch, Media Center)</li>
<li>Windows 7 Professional (Remote Desktop host, Mobility Center, Presentation mode)</li>
<li>Windows 7 Enterprise (volume license only, boot from virtual drive, BitLocker)</li>
<li>Windows 7 Ultimate (limited availability, includes everything)</li>
</ul>
<p>&#160;</p>
<h3>Soapbox</h3>
<p>Normally I try to limit the opinions I express on this site to a “professional” level, but I’m going take a moment here to talk about Microsoft’s decision.</p>
<p>It’s stupid, as far as I’m concerned, and I’ll tell you why I think so.</p>
<p>First, Microsoft is just setting itself up for user dissatisfaction. People are going to order a new computer, and when they see they can save fifty bucks on the operating system, they’re going to choose Home Basic instead of Home Premium (or Starter instead of Home Basic.) Then when they get the machine, they’re going to wonder why they don’t have all the bells and whistles.</p>
<p>Second, most users don’t <em>want</em> to have to make choices. I’m going to go out on a limb here and say that the majority of computer users don’t know enough to feel comfortable making the decision of what operating system to get. Hell, a lot of users aren’t even aware that XP and Vista are different operating systems. “I just want Windows.”</p>
<h3>My Advice</h3>
<p>So then what do I think Microsoft needs to do? K.I.S.S. – Keep It Simple, Stupid. They need to forget about this tiered idea and get back to the basics.&#160; Take a hint from Apple – put everything in one operating system. This way, the end users don’t feel pressured and intimidated by the choice between versions that appear the same to them. Also, they won’t be disappointed by features they <em>thought</em> they had; they’ll have everything at their fingertips and know exactly what they’re getting. While the Mac OS-X costs $129, Microsoft could charge $149 for theirs and people would think it’s worth more.</p>
<p>At the most, Microsoft could offer two different flavors. Back when Windows XP was first released, there was the Home edition and the Professional edition. Since Windows has a much larger share of the corporate computer market, this wouldn’t be a bad idea. Plus, it keeps the end user’s options to an easy minimum. If they’re going to use the computer at home, they get the Home edition. If it’s going to be used at work, get the Professional edition.</p>
<p>It’s really a shame that Microsoft is doing this. I’ve been hearing people say that Windows 7 is <strong>better</strong> than XP.&#160; I haven’t had a chance to use it yet, but if it’s true, Microsoft need to be careful how they handle Win7. They have a chance to deal a significant blow to Apple’s increasing market share. Microsoft wants to stop the exodus to Mac that Vista caused, and I don’t believe that making their users choose between 6 varieties is going to help as much as they’d like.</p>
<p>What do you think? I’d love to hear your thoughts on the topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/02/windows-7-too-many-choices/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Use A Batch File to Quicken Startup Time</title>
		<link>http://www.astro-geek.com/2009/02/use-a-batch-file-to-quicken-startup-time/</link>
		<comments>http://www.astro-geek.com/2009/02/use-a-batch-file-to-quicken-startup-time/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:06:02 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[batch files]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=328</guid>
		<description><![CDATA[By cutting down the number of programs that are started at Windows's launch, you can reduce the time it takes to boot. Then with a simple batch file, you can launch those programs at your leisure with a simple double-click.]]></description>
			<content:encoded><![CDATA[<p></p><p>A lot of the time it takes for Windows to fully boot up is taken by programs that are set to launch at Startup. Some of these applications you may have manually set to launch at startup just for the sake of convenience. Other programs – IM apps like AIM, MSN, and Yahoo! are notorious for this – will automatically set themselves to start at launch when you install them.&#160; So the first step will be to turn these settings off.</p>
<p>Most programs will have a setting in their Preferences; just poke around until you find it. You’ll also want to look in your Startup folder, located in your Start Menu, under (All) Programs; anything in this folder will be loaded at launch, regardless of the program’s settings. Again, some applications will install themselves here.</p>
<p>What we’re going to do with this batch file is simply delay the launching of some of these programs. By minimizing the number of programs and services Windows has to start when you boot the computer, we’ll minimize the amount of time it takes. Then once Windows is fully operational, you can launch these programs at your leisure.&#160; This comes in very handy if you’re just starting up your computer to do one little thing and don’t want to wait for a half a dozen programs to launch.</p>
<p><a href="http://www.astro-geek.com/wp-content/uploads/shortcutfolder.png"><img title="Shortcut Folder - Click to Embiggen" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 10px 0px 0px; border-left: 0px; border-bottom: 0px" height="111" alt="Shortcut Folder - Click to Embiggen" src="http://www.astro-geek.com/wp-content/uploads/shortcutfolder-thumb.png" width="199" align="left" border="0" /></a> The first thing you’ll want to do is create a folder to keep all the shortcuts we’ll be making. Mine is simply <font face="Courier New">C:\BatchStart</font>. Have this folder open in Windows Explorer when you go into the Start Menu. Now, just right-click drag your desired programs into this folder and choose “Copy” or “Create Shortcut Here” if it’s available.</p>
<p>Once you have shortcuts to all the programs you want, go through and rename them all to a short one-word name.&#160; For example, change “Microsoft Office Outlook 2007” to just “Outlook”. This will make it easier when we write the batch file.</p>
<p><a href="http://www.astro-geek.com/wp-content/uploads/startupbat.png"><img title="startup-bat" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 5px 0px 0px 10px; border-right-width: 0px" height="57" alt="startup-bat" src="http://www.astro-geek.com/wp-content/uploads/startupbat-thumb.png" width="63" align="right" border="0" /></a>Now we can create the batch file. This can be saved anywhere, but I would suggest saving it to your desktop. That way it will be easily available when you start up Windows.&#160; Right click, highlight “New” and choose to create a new text document. (Note: Mine says “Notepad++ Document”, but yours may be different.) You’ll immediately be able to change the file name; change it to <font face="Courier New">Startup.bat </font><font face="Arial">or something similar. It should look like the icon to the right.</font></p>
<p>Right-click this new icon and choose “Edit.” You should now have a blank Text document. Here you’ll want to enter the path to each of the shortcuts you created.&#160; Here’s an example of mine:</p>
<pre class="csharpcode">c:\batchstart\Outlook.lnk
c:\batchstart\Evernote.lnk
c:\batchstart\TweetDeck.lnk
c:\batchstart\FireFox.lnk
cls</pre>
<p><font size="1">Note: </font><font face="Courier New"></font><font face="Arial">“</font>.lnk” is the file extension for shortcuts and <strong>must</strong> be included in the batch file.<br />
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
</p>
<p>That’s all there is to it.&#160; Save the file, then whenever you want to launch this group of programs, just double-click the <font face="Courier New">startup.bat</font> file.</p>
<p>Here’s a quick summary of the procedures:</p>
<ol>
<li>Create a folder to hold your shortcuts. In my example, I’m using <font face="Courier New">C:\BatchStart</font></li>
<li>In this folder, create shortcuts to the programs you want to include in the batch file.</li>
<li>Rename the shortcuts so they’re short and easy to digest, i.e. “Outlook,” “Firefox,” etc.</li>
<li>Right-click in Windows Explorer or the Desktop, choose “New” » Text Document. Name it <font face="Courier New">Startup.bat </font><font face="Arial">or something similar.</font></li>
<li>Right click the file, choose “Edit”</li>
<li>Copy the following code, changing the paths and file names to match your own setup:</li>
</ol>
<pre class="csharpcode">c:\batchstart\Outlook.lnk
c:\batchstart\Evernote.lnk
c:\batchstart\TweetDeck.lnk
c:\batchstart\FireFox.lnk
cls</pre>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>Questions? Comments? I’d love to hear them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/02/use-a-batch-file-to-quicken-startup-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Transfer Songs from iPod to Your Computer</title>
		<link>http://www.astro-geek.com/2009/01/transfer-songs-from-ipod-to-your-computer/</link>
		<comments>http://www.astro-geek.com/2009/01/transfer-songs-from-ipod-to-your-computer/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:51:37 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=319</guid>
		<description><![CDATA[Apple makes it very easy to sync your music from your computer to your iPod, but what if you need to get your music back onto your computer? Well, it can be done with just Windows and iTunes; no extra software needed.]]></description>
			<content:encoded><![CDATA[<p></p><p>Apple makes it very easy to sync your music from your computer to your iPod.&#160; Just plug it in and away it goes.&#160; But what if you want to pull the music from your iPod onto your computer?&#160; By default, Apple doesn’t want you doing this.&#160; The obvious reason is illegal file sharing.</p>
<p><img title="iPodClassic" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 10px 10px; border-right-width: 0px" height="112" alt="iPodClassic" src="http://www.astro-geek.com/wp-content/uploads/ipodclassic.jpg" width="93" align="right" border="0" /> There are perfectly legal reason for wanting to do this, however. What if your hard drive crashes? The music might be gone from the computer, but it still exists on your iPod. Grabbing it off the iPod would be a simple solution, and would save a lot of time and money, but Apple won’t let you do it.</p>
<p>There are dozens of third party solutions that will copy the music off your iPod. Some are free, but most cost ten or twenty bucks, maybe more.&#160; </p>
<p>I’m sure the third party software works fine and does the job wonderfully.&#160; But if you don’t want to spend the money, or even bother trying to find a free alternative, there’s a way to get the music off your iPod with <em>no</em> extra software.&#160; All you need is Windows, iTunes, and your iPod.</p>
<p><font size="1">Note: I’ll work on a Mac version of this tutorial soon.</font></p>
<ol>
<li>First of all, you want to make sure your iPod is set to be used in Disk Mode. This can be set in iTunes on the iPod Info page.&#160; If you’re doing this in a fresh installation of iTunes (as would be the case if recovering from a failed hard drive) make sure you click “Cancel” when it asks you want to sync the iPod to the library and replace everything on the iPod. This will erase the music off your iPod, which is the <em>opposite</em> of what you want to do. </li>
<p>  <a href="http://www.astro-geek.com/wp-content/uploads/showhid.png"><img title="Folder View Options - Click to Embiggen" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 10px 0px; border-right-width: 0px" height="209" alt="Folder View Options - Click to Embiggen" src="http://www.astro-geek.com/wp-content/uploads/showhid-thumb.png" width="173" align="left" border="0" /></a>
<li>Once this is set, open My Computer (Windows Explorer) and go to the Tools menu, Folder Options. On the “View” tab, make sure “Show Hidden Files and Folders” is selected; click OK. </li>
<li>Still in Windows Explorer, find your iPod. It should be listed with a drive letter. Since we enabled disk use, it’s basically treated like any other USB external hard drive. In fact, you can use your iPod to store anything you want. But what we’re looking for is the <strong>iPod_Control</strong> folder. In this folder will be a <strong>Music</strong> folder. Drag this to your hard drive; the iTunes folder would be ideal, but ultimately it doesn’t matter.&#160; If you look inside the Music folder, you’ll see a bunch of oddly named folders and files; this is your music collection.&#160; But don’t worry, we’ll get this all sorted out. </li>
<li>Once the Music folder is copied to your hard drive, go into iTunes and from the File menu, choose “Add Folder to Library…” In the new dialog window, find the folder you copied over from your iPod; click OK. iTunes should now populate your library with all of your music. </li>
<li>In the Preferences window, on the Advanced tab, make sure “Keep iTunes Music folder organized” is checked. Now iTunes will automatically move and rename all those oddly named folders and files that were stored on the iPod. </li>
</ol>
<p>That should do it.&#160; You won’t have your Play Counts or Ratings, but that’s a small price to pay, isn’t it?&#160; If you have a general idea of what some of your play counts were, you can use the <a href="http://www.astro-geek.com/2009/01/itunes-manually-adjust-play-count/">Adjust Play Count script</a> I blogged about a couple weeks ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/01/transfer-songs-from-ipod-to-your-computer/feed/</wfw:commentRss>
		<slash:comments>109</slash:comments>
		</item>
		<item>
		<title>Test Driving Windows Live Writer</title>
		<link>http://www.astro-geek.com/2009/01/test-driving-windows-live-writer/</link>
		<comments>http://www.astro-geek.com/2009/01/test-driving-windows-live-writer/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 20:52:00 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=310</guid>
		<description><![CDATA[Windows Live Writer is a very robust alternative to your blog's standard post editor. With features that take WYSIWYG to the next level, Windows Live Writer is definitely worth checking out.]]></description>
			<content:encoded><![CDATA[<p></p><p>I’m writing this post inside <a href="http://download.live.com/writer" class="broken_link"  rel="nofollow">Windows Live Writer</a>.&#160; After reading David Risley’s <a href="http://www.davidrisley.com/2009/01/29/windows-live-writer/" rel="nofollow">post about it</a>, I decided to give it a try.&#160; Oh, and by the way, if you got some weird thing in your RSS feed from AG:3k about theme detection or some other kind of nonsense, please disregard it.&#160; I apologize.&#160; What happened was Live writer here was posting a test post so that it could pull my blog theme design information.&#160; I’m guessing so it can display my post exactly how it’s going to appear on the site.&#160; Looks pretty close.</p>
<p><a href="http://www.astro-geek.com/wp-content/uploads/skullbonesicon.png"><img title="SkullBonesIcon" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 10px 0px; border-right-width: 0px" height="133" alt="SkullBonesIcon" src="http://www.astro-geek.com/wp-content/uploads/skullbonesicon-thumb.png" width="133" align="left" border="0" /></a>Let’s use this next paragraph to see how it handles image insertion.&#160; It displays the image as it will appear, and not just a string of HTML.&#160; Let’s see if I can drag it around inside the text to place it just right.&#160; When you select the image, you get a properties panel on the right, and you can change the Text Wrapping, the margins, even change the border to display a drop shadow, rounded corners, and even a reflection.&#160; Super sweet.&#160; Changing the margins adjusts the picture and text in real time, which is quite handy.</p>
<p>You can adjust the size of the image with grips at each side and corner, and like the margins, the text adjusts in real time.&#160; In Wordpress, you’d have to edit the post, change the values, update the post, check the post, and repeat if needed.&#160; Live Writer handles it nicely.&#160; I just resized it so the height of the image aligns better with the height of the previous paragraph.&#160; There are also more advance options like Rotate, Contrast, Crop, Tilt, and Watermark.&#160; Yeah, they do what you think they do.</p>
<p>
<div class="wlWriterEditableSmartContent" id="scid:84E294D0-71C9-4bd0-A0FE-95764E0368D9:06ef42d1-1845-4d5b-ac74-0f6daa5243ac" style="padding-right: 0px; display: inline; padding-left: 10px; float: right; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://maps.live.com/default.aspx?v=2&amp;cp=43.04179~-87.90682&amp;lvl=12&amp;style=r&amp;mkt=en-us&amp;FORM=LLWR" id="map-cf622f44-4a94-4690-9e57-99559c9c7345" alt="Click to view this map on Live.com" title="Click to view this map on Live.com"><img src="http://www.astro-geek.com/wp-content/uploads/mapdf3d75782ecc.jpg" width="320" height="240" alt="Map picture"/></a></div>
<p> There are other fun things you can insert, like tables, maps, tags, video, and photo albums, but I won’t get into them right now.&#160; I’ll just throw in a map of Milwaukee to balance out the page a little bit. </p>
<p>It looks like all of the functionality in the regular Wordpress interface is here, too.&#160; Categories are at the bottom, complete with your blog’s categories. Tags are there, too; it pops up suggested tags as you type, based on your existing tags. Expanding the pane at the bottom will allow you to change the post’s slug, add a password, and excerpt, set the author of the post, turn pings and comments on or off, list sites to send trackbacks, and set the date/time of publication.&#160; The only thing that seems to be missing are the custom fields.&#160; Those are kind of important for me, since I need to use one for all those nifty thumbnail pictures on the main index page.&#160; There doesn’t appear to be any way to do it.&#160; I guess I’ll just have to schedule my posts for 15 minutes in the future, and add the custom images during that time.&#160; No, wait… under “Save draft” there’s an option to “Post draft and edit online.” That should make it easier.</p>
<p>As if all this functionality isn’t enough, there’s <a href="http://gallery.live.com/results.aspx?c=0&amp;bt=9&amp;pl=8&amp;st=5" rel="nofollow">a bunch of plug-ins</a> available to expand it even more.&#160; Like this plug-in I just downloaded that will turn any highlighted text into a link to its <a href="http://en.wikipedia.org/wiki/Wikipedia_" target="_blank">Wikipedia </a>entry. (Yeah, I just used the plug-in to make that link.)</p>
<p>The bottom line: Windows Live Writer is pretty amazing.&#160; Aside from the custom fields, there’s nothing missing that I can tell.&#160; In fact, it even adds a bunch of impressive, useful features. It takes WYSIWYG to an entirely new level.&#160; Aside from Wordpress, it also supports the other major blogging platforms.&#160; I will be using this to compose my blog posts from now on.</p>
<p><b>Update</b> &#8211; After publishing the post, I gave it a once-over, and it appears <i>exactly</i> as it did in Live Writer. Yeah, this is an amazing program.<br />
<b>Second Update</b> &#8211; As you may have already guess by now, Live Writer is for Windows only. It&#8217;s not available for Mac, unless you dual-boot or run a virtual machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/01/test-driving-windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iTunes: Manually Adjust Play Count</title>
		<link>http://www.astro-geek.com/2009/01/itunes-manually-adjust-play-count/</link>
		<comments>http://www.astro-geek.com/2009/01/itunes-manually-adjust-play-count/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 16:02:54 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.astro-geek.com/?p=225</guid>
		<description><![CDATA[If, for whatever reason, you find yourself needing to adjust the play count of a song or songs in iTunes, here's a really simple way to do it without having to muck through XML files.]]></description>
			<content:encoded><![CDATA[<p></p><div style="margin: 5px 20px 20px 20px; padding: 10px; background-color: #fdd; border: 1px solid #faa;"><center><strong>This script does not work with the newest iTunes version 9.</strong> <br />Check out <a href="http://www.astro-geek.com/2009/09/itunes-manually-adjust-play-count-in-itunes-9/"><strong>this post</strong></a> for a new script.</center><center></center></div>
<p><center><a href="http://www.astro-geek.com/wp-content/uploads/jsError.png"><img src="http://www.astro-geek.com/wp-content/uploads/jsError-200x75.png" alt="JavaScript Error" title="JavaScript Error" width="200" height="75" class="aligncenter size-medium wp-image-393" /></a></center></p>
<div style="position:relative; border:0px; padding:10px; margin:10px;"><em>Please note: This only works for Windows</em></div>
<p>If, for whatever reason, you find yourself needing to adjust the play count of a song or songs in iTunes, here&#8217;s a really simple way to do it without having to muck through XML files.  I don&#8217;t remember where I found this script, but it works like a charm, so I&#8217;ll pass along.  Thanks to the original author, whoever you are.</p>
<ol>
<li>Download this file: <a href="http://www.astro-geek.com/AdjustiTunesPlayCount.txt"><tt>AdjustiTunesPlayCount.txt</tt></a> (Right-click, &#8220;Save Link As&#8230;&#8221;)</li>
<li>Change the file extension from <tt>.txt</tt> to <tt>.js</tt></li>
<li>Right-click the file and choose <b>Edit</b>. (If you choose Open, it will run the script; choose Edit)</li>
<li>Find the line <tt>currTrack.PlayedCount = 64</tt> and change &#8220;64&#8243; to your desired play count.  Save and Close</li>
<li>In iTunes, highlight/select the songs whose playcounts you want to change.</li>
<li>Double-Click the <tt>AdjustiTunesPlayCount.js</tt> file to run the script.  Voila.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.astro-geek.com/2009/01/itunes-manually-adjust-play-count/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>
