<?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>WhertRA &#187; General</title>
	<atom:link href="http://whertra.nvdi.net/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://whertra.nvdi.net</link>
	<description>Where the rocks are -- computing for us pluggers</description>
	<lastBuildDate>Tue, 03 Nov 2009 06:23:52 +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>Windows tweak: Revealing file extensions</title>
		<link>http://whertra.nvdi.net/2009/05/windows-tweak-revealing-file-extensions/</link>
		<comments>http://whertra.nvdi.net/2009/05/windows-tweak-revealing-file-extensions/#comments</comments>
		<pubDate>Fri, 08 May 2009 02:56:13 +0000</pubDate>
		<dc:creator>wkwalker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[file extensions]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows tweak]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://whertra.nvdi.net/?p=42</guid>
		<description><![CDATA[One of the first things I do when I&#8217;m setting up a computer is tell Windows to reveal all the file extensions.
At base, a file name has two parts: the actual name you assign to the file and its extension. Think of an extension as the part of the name that identifies the file’s type. [...]]]></description>
			<content:encoded><![CDATA[<p>One of the first things I do when I&#8217;m setting up a computer is tell Windows to reveal all the file extensions.</p>
<p>At base, a file name has two parts: the actual name you assign to the file and its extension. Think of an extension as the part of the name that identifies the file’s type. For example, suppose you create a Word document named &#8220;Newsletter&#8221;. The name of the file on disk is &#8220;Newsletter.doc&#8221; (or maybe &#8220;Newsletter.docx&#8221; if you’re using Word 2007). The &#8220;.doc&#8221; (or &#8220;.docx&#8221;) part is the file’s extension. It tells Windows that the file is a Word document and that it should be opened with Microsoft Word and not some other program.</p>
<p>Unless you tell it not to, Windows hides the extensions for all recognized file types. So, if you look in your documents folder, you will see your Word document listed as &#8220;Newsletter&#8221;, not &#8220;Newsletter.doc&#8221;. Windows is trying to be &#8220;helpful,&#8221; here. The idea is that, if you saved your document as &#8220;Newsletter&#8221;, it is less confusing if it simply shows up as &#8220;Newsletter&#8221; on disk.</p>
<p>Now, there are a couple of problems with this.</p>
<p>Scammers sometimes take advantage of this extension-hiding feature to make infected email attachments look harmless &#8212; sort of. For instance, they might create an infected email attachment named &#8220;bargains.txt.exe&#8221;. The &#8220;.exe&#8221; part means that it is a program but, if Windows is hiding extensions, the name will appear as &#8220;bargains.txt&#8221;. The bad guys are hoping that some folks might be inattentive, think, &#8220;Hey, it&#8217;s just a harmless text file,&#8221; and open the attachment. Oops.</p>
<p>Also, you might occasionally want to be able to edit an <em>entire</em> file name, including the extension. For instance, I sometimes do this if I am dealing with an old or damaged file that I&#8217;m not quite ready to delete. Giving it a &#8220;.old&#8221; or &#8220;.bad&#8221; extension ensures it won&#8217;t be opened or run accidentally until it&#8217;s time to send it to that big bit-bucket in the sky.</p>
<p>Bottom line: Revealing file extensions doesn&#8217;t hurt anything, it increases your security slightly and it might come in handy some day.</p>
<p>Here&#8217;s how it&#8217;s done:</p>
<p><span style="text-decoration: underline;">Windows XP and earlier</span></p>
<ol>
<li>Open a folder. The &#8220;My Documents&#8221; folder is as good a choice as any. (<em>I.e.</em>, click the Start button; click &#8220;My Documents&#8221;.)</li>
<li>Click the &#8220;Tools&#8221; menu and choose &#8220;Folder Options&#8230;&#8221;</li>
<li>Click on the &#8220;View&#8221; tab. In the &#8220;Advanced settings&#8221; section, clear the checkmark next to &#8220;Hide extensions for known file types&#8221;.</li>
<li>Click the &#8220;OK&#8221; button.</li>
</ol>
<p><span style="text-decoration: underline;">Windows Vista &amp; Windows 7</span></p>
<ol>
<li>Open a folder. The &#8220;Documents&#8221; folder is as good a choice as any. (<em>I.e.</em>, click the Start button; click &#8220;Documents&#8221;.)</li>
<li>Press the &#8220;Alt&#8221; key (located on either side of the space bar). This will make the menus appear.</li>
<li>Click the &#8220;Tools&#8221; menu and choose &#8220;Folder Options&#8230;&#8221;</li>
<li>Click on the &#8220;View&#8221; tab. In the &#8220;Advanced settings&#8221; section, clear the checkmark next to &#8220;Hide extensions for known file types&#8221;.</li>
<li>Click the &#8220;OK&#8221; button.</li>
</ol>
<p>That&#8217;s it. You&#8217;re done. Any time you open a file folder, you&#8217;ll be able to see complete file names instead of the user-remedial versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://whertra.nvdi.net/2009/05/windows-tweak-revealing-file-extensions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The return of WhertRA</title>
		<link>http://whertra.nvdi.net/2009/04/the-return-of-whertra/</link>
		<comments>http://whertra.nvdi.net/2009/04/the-return-of-whertra/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 04:30:32 +0000</pubDate>
		<dc:creator>wkwalker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Introduction]]></category>
		<category><![CDATA[Overview]]></category>

		<guid isPermaLink="false">http://whertra.nvdi.net/?p=9</guid>
		<description><![CDATA[It&#8217;s back! (Cue &#8220;Jaws&#8221; theme.)
After (mumble) years, we&#8217;ve decided to revive the old &#8220;Where the Rocks Are&#8221; series, known to the cognoscenti as &#8220;WhertRA.&#8221; The title is based on a dumb joke, which is explained in all its fascinating detail on the &#8220;About&#8221; page.
Short version: WhertRA is a collection of computer-related articles based on questions [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s back! (Cue &#8220;Jaws&#8221; theme.)</p>
<p>After (mumble) years, we&#8217;ve decided to revive the old &#8220;Where the Rocks Are&#8221; series, known to the cognoscenti as &#8220;WhertRA.&#8221; The title is based on a dumb joke, which is explained in all its fascinating detail on the &#8220;<a href="http://whertra.nvdi.net/about/">About</a>&#8221; page.</p>
<p>Short version: WhertRA is a collection of computer-related articles based on questions from real-world users. Every once in awhile, I get a burr under my saddle and write about stuff that I think people <em>should</em> be asking about.</p>
<p>As a consultant, I work mostly with small businesses and individuals, so expect an emphasis on basic, day-to-day problem solving. If you came here looking for specialized articles on enterprise computing or high-tech policy issues or some other big-picture topic, you&#8217;re in the wrong room; try down the hall. If you are, like most of us, just trying to get some work done with your computer, have a seat. The show&#8217;s about to begin.</p>
]]></content:encoded>
			<wfw:commentRss>http://whertra.nvdi.net/2009/04/the-return-of-whertra/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
