<?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>MakeUseOf &#187; Windows 7</title>
	<atom:link href="http://www.makeuseof.com/tags/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:31:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>3 Advanced Tips &amp; Tricks For Using Windows Explorer</title>
		<link>http://www.makeuseof.com/tag/3-advanced-tips-tricks-windows-explorer/</link>
		<comments>http://www.makeuseof.com/tag/3-advanced-tips-tricks-windows-explorer/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 23:31:07 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows explorer]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98834</guid>
		<description><![CDATA[Windows Explorer is the default Windows file manager. Last week I introduced you to 3 easy ways to improve Windows 7 Explorer by tweaking features and using it to its full potential. In this article, I will show you a small hack and share some tips to get the most out of Windows Explorer.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Windows-7-Logo-blue-background.png?323f2c" alt="tips for windows explorer" />Windows Explorer is the default Windows file manager. Last week I introduced you to <a href="http://www.makeuseof.com/tag/3-easy-ways-improve-windows-7-explorer/">3 easy ways to improve Windows 7 Explorer</a> by tweaking features and using it to its full potential. In this article, I will show you a small hack and share some tips to get the most out of Windows Explorer.</p>
<h2>Change Default Folder (Option 1)</h2>
<p>In Windows 7, the default location when opening Windows Explorer is the Libraries folder. Here is a simple trick to set a custom location:</p>
<ol>
<li>Right-click on your desktop and select &gt; <em>New</em> &gt; <em>Shortcut</em>.</li>
<li>Under <em>Type the location of the item</em> enter: explorer.exe /root,path</li>
<li>Then click <em>Next</em>, enter a name for your shortcut, and click <em>Finish</em>.</li>
</ol>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Create-Shortcut.png?323f2c" alt="tips for windows explorer" border="0" /></p>
<p>Note that you need to give the full path to the desired folder. If you wish to point to <em>Computer</em>, paste the following location: <em>explorer.exe /root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}</em></p>
<p>Once you have a working shortcut, you can pin it to your taskbar, move it to the QuickLaunch bar or use it from your desktop.</p>
<h2>Change Default Folder (Option 2)</h2>
<p>To simply change the default Windows Explorer startup folder anywhere, do this:</p>
<ol>
<li>Right-click a folder or the Windows Explorer icon in the taskbar to bring up the jump-list.</li>
<li>In the jump-list, right-click on <em>Windows Explorer</em> and select <em>Properties</em>.</li>
<li>In the <em>Shortcut</em> tab change the <em>Target</em> to the desired location, as per the list below.</li>
</ol>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Windows-Explorer-Properties.png?323f2c" alt="windows explorer tips" border="0" /></p>
<p>Alternatively, you can also change the properties of any other shortcut you are using to open Windows Explorer.</p>
<p>Potential locations:</p>
<ul>
<li>Documents folder: <em>%SystemRoot%\explorer.exe /n,::{450D8FBA-AD25-11D0-98A8-0800361B1103}</em></li>
<li>Computer: <em>%SystemRoot%\explorer.exe /E,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}</em></li>
<li>Recycle Bin: <em>%SystemRoot%\explorer.exe /E,::{645FF040-5081-101B-9F08-00AA002F954E}</em></li>
<li>Default (Libraries): <em>%windir%\explorer.exe</em></li>
</ul>
<p>For information on how to find out the GUID (Globally Unique Identifiers) for your desired location, check out the following article on How-To Geek: <a title="Enable the Secret How-To Geek Mode in Windows 7" href="http://www.howtogeek.com/howto/8711/stupid-geek-tricks-enable-the-secret-how-to-geek-mode-in-windows/">Enable the Secret &#8220;How-To Geek&#8221; Mode in Windows 7</a></p>
<h2>Navigate Windows Explorer With Keyboard Shortcuts</h2>
<p>Nothing is more easy and geeky than nifty little keyboard shortcuts. Here are some relevant key combinations to navigate through the Windows Explorer folder structure:</p>
<ul>
<li>[Windows] + [E] = launch Windows Explorer</li>
<li>[ALT] + [RIGHT] = go forward</li>
<li>[ALT] + [LEFT] = go back</li>
<li>[ENTER] = open selected folder</li>
<li>[ALT] + [UP] = move to parent directory</li>
<li>[ALT] + [TAB] or [F6] = move between focus areas</li>
<li>[ALT] + [D] = focus on address bar and select current path</li>
<li>[F4] = open address bar drop-down menu</li>
<li>[F3] = focus on search bar and drop down search filter options</li>
<li>[ALT] + [P] = open preview pane</li>
<li>[ALT] + [ENTER] = view properties of selected file</li>
<li>[F2] = change file name of selected file</li>
<li>[F10] = jump to file menu</li>
<li>[F11] = switch to full screen mode and back</li>
<li>[CTRL] + mousewheel = change icon size (works almost everywhere, useful in browser)</li>
</ul>
<h2>Gently Terminate &amp; Restart Windows Explorer</h2>
<p>When an application hangs and won&#8217;t let you close it, or when Windows Explorer crashes, or to see the effects of editing a current user registry entry, what do you typically do? You either log off and back in or you reboot? However, closing and restarting Windows Explorer has the same effect and is much faster.</p>
<p>Here is a safe way to terminate and then restart Windows Explorer in Windows Vista and Windows 7:</p>
<ol>
<li>Go to <em>Start</em>.</li>
<li>Click <em>[CTRL] + [SHIFT]</em> while you right-click an empty space of the Start menu.</li>
<li>Select <em>Exit Explorer</em> from the menu that appears.</li>
</ol>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Windows-Start-Menu-Exit-Explorer-Menu.png?323f2c" alt="windows explorer tips" border="0" /></p>
<p>This procedure will gently terminate Windows Explorer, meaning all your folders will close, your desktop will be empty, and the taskbar will be gone. Your system, however, is still running.</p>
<p>To bring Windows Explorer back, do the following:</p>
<ol>
<li>Use the keyboard combination <em>[CTRL] + [SHIFT] + [ESC]</em> to launch the <em>Task Manager</em>.</li>
<li>Go to &gt; <em>File</em> &gt; <em>New Task (Run&#8230;)</em></li>
<li>Type <em>explorer.exe</em> in the Create New Task text field and click <em>OK</em>.</li>
</ol>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Run-Windows-Explorer-from-Task-Manager.png?323f2c" alt="tips for windows explorer" border="0" /></p>
<p>Et voilà, Windows Explorer is back and fresh as rebooted.</p>
<p>Do you know of any other tips and tricks everyone should know about? Please share with us in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-advanced-tips-tricks-windows-explorer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>3 Easy Ways To Improve The Windows 7 Explorer</title>
		<link>http://www.makeuseof.com/tag/3-easy-ways-improve-windows-7-explorer/</link>
		<comments>http://www.makeuseof.com/tag/3-easy-ways-improve-windows-7-explorer/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 23:31:47 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[File Manager]]></category>
		<category><![CDATA[system tools]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows explorer]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98192</guid>
		<description><![CDATA[Windows Explorer is the file manager application that handles the Windows desktop and taskbar and lets you access your files. Without its nice graphical interface, controlling your computer would be a lot more complicated. It's probably the Windows application that you interact with the most, and hence it's worth looking into improvements that make it even more useful and efficient.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Windows-7-Logo-blue-background.png?323f2c" alt="improve windows 7 explorer" />Windows Explorer is the file manager application that handles the Windows desktop and taskbar and lets you access your files. Without its nice graphical interface, controlling your computer would be a lot more complicated. It&#8217;s probably <em>the</em> Windows application that you interact with the most, and hence it&#8217;s worth looking into improvements that make it even more useful and efficient.</p>
<h2>1. Customize Folder Options</h2>
<p>Using the folder options you can tweak the appearance and behavior of your folders. You can reveal hidden files, edit the display of icons and thumbnails, or control how searches are performed.</p>
<p>You can access the Windows 7 folder options in several different ways. When you presently have a folder open, click <em>Organize</em> in the top left and then select <em>Folder and search options</em> from the menu. Another way is to search for the term &#8216;<em>folder options</em>&#8216; in the Start menu search and open the respective result under the <em>Control Panel</em> header. Finally, you can access the folder options via the <em>Control Panel</em> under <em>Appearance and Personalization</em> (screenshot below).</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Windows-7-Folder-Options.png?323f2c" alt="improve windows 7 explorer" border="0" /></p>
<p>Clicking on <em>Folder Options</em> will launch the window displayed below. Within the <em>General</em> tab you can adjust basic things, such as the behavior of the Explorer navigation pane. I highly recommend to check both boxes. Before you do that, open a folder and see how it behaves after you hit <em>Apply</em>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Windows-7-Folder-Options-Menu.png?323f2c" alt="better windows 7 explorer" border="0" /></p>
<p>Switching over to the <em>View</em> tab, you can get into some more juicy details, such as enabling the folder menu pane, enabling the restoring of previous folder windows at logon, or enabling the use of check boxes to select items. An example of a customized folder is shown in the screenshot below.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Windows-7-Explorer-Tweaked-Folder.png?323f2c" alt="better windows 7 explorer" border="0" /></p>
<h2>2. Optimize File View &amp; Preview</h2>
<p>How do you prefer to view your files inside a folder? Do you like to view a list with details or just icons? You can set a different view for each folder, which is very convenient as folders contain different things that each demand a custom setting. To cycle through the different view options, simply click the respective button (red).</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Change-Folder-View.png?323f2c" alt="better windows 7 explorer" border="0" /></p>
<p>In the screenshot above you can see a preview of the selected image on the right. You can enable or disable the preview pane, as well as other panes, under &gt; <em>Organize</em> &gt; <em>Layout</em>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Change-Folder-Panes.png?323f2c" alt="change explorer folder panes" border="0" /></p>
<h2>3. Pin Favorite Folders To Explorer Jump List</h2>
<p>The jump list is the list of options that come up when you right-click any item in the taskbar. To access specific folders faster, you can pin them to the Explorer jump list. This can help with un-cluttering the desktop. Simply right-click a folder icon inside Explorer and drag the folder to the taskbar (black). It will automatically be added to the Explorer jump list.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Pin-to-Windows-Explorer.png?323f2c" alt="improve windows 7 explorer" border="0" /></p>
<p>By the way, if your Windows Explorer is not currently pinned to the taskbar (icon with red frame in screenshot above), simply open any folder, e.g. your computer, right-click its icon in the taskbar and select <em>Pin this program to taskbar</em> from the menu.</p>
<p>Were these improvements not quite good enough? You might want to look into alternative file managers to replace Windows Explorer, for example these:</p>
<ul>
<li><a title="SE-Explorer: A Portable Full-Featured Windows Explorer Alternative" href="http://www.makeuseof.com/tag/seexplorer-portable-fullfeatured-windows-explorer-alternative/">SE-Explorer: A Portable Full-Featured Windows Explorer Alternative</a></li>
<li><a title="Forget Windows Explorer, Explorer++ Is The Perfect, Powerful Alternative" href="http://www.makeuseof.com/tag/forget-windows-explorer-explorer-perfect-powerful-alternative/">Forget Windows Explorer, Explorer++ Is The Perfect, Powerful Alternative</a></li>
<li><a title="The 5 Good Free Windows File Managers" href="http://www.makeuseof.com/tag/the-5-best-windows-explorer-replacements/">The 5 Good Free Windows File Managers</a></li>
</ul>
<p>If replacing Windows Explorer is a bit too radical for you, maybe you&#8217;re happy with simply editing it a little. The following tools can be of great help:</p>
<ul>
<li><a title="How To Improve Windows Explorer With Additional Features Using FilerFrog" href="http://www.makeuseof.com/tag/improve-windows-explorer-additional-features-filerfrog/">How To Improve Windows Explorer With Additional Features Using FilerFrog</a></li>
<li><a title="Enhance Windows Explorer’s Context Menu With Shell Tools" href="http://www.makeuseof.com/tag/enhance-windows-explorers-context-menu-with-shell-tools/">Enhance Windows Explorer’s Context Menu With Shell Tools</a></li>
<li><a title="6 Power Ways To Customize &amp; Enhance Windows" href="http://www.makeuseof.com/tag/top-tips-and-tools-to-customize-and-enhance-windows/">6 Power Ways To Customize &amp; Enhance Windows</a></li>
</ul>
<p>You may also want to stay tuned for a follow-up article on advanced tricks and tips for working with Windows Explorer.</p>
<p>What tips and tricks do you know that improve Windows Explorer?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-easy-ways-improve-windows-7-explorer/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>5 Simple Ways To Keep Selected Windows On Top [Windows]</title>
		<link>http://www.makeuseof.com/tag/5-simple-ways-selected-windows-top-windows/</link>
		<comments>http://www.makeuseof.com/tag/5-simple-ways-selected-windows-top-windows/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 23:31:55 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[menubar]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[system tools]]></category>
		<category><![CDATA[window management]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=97568</guid>
		<description><![CDATA[Computers are made to multitask. As a result, we all have to juggle with multiple open windows to jump back and forth between various tasks. Sometimes, however, you just want to keep one window in your view regardless of what else happens on your screen. Surprisingly, Windows does not offer a native feature for this task. In this article I will introduce five tools that fill this niche.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/Window-On-Top.png?323f2c" alt="keep window on top" border="0" />Computers are made to multitask. As a result, we all have to juggle with multiple open windows to jump back and forth between various tasks. Sometimes, however, you just want to keep one window in your view regardless of what else happens on your screen. Surprisingly, Windows does not offer a native feature for this task. In this article I will introduce five tools that fill this niche.</p>
<h2><a title="OnTopReplica" href="http://www.klopfenstein.net/lorenz.aspx/ontopreplica"><strong>OnTopReplica</strong></a></h2>
<p>OnTopReplica uses the DWM Desktop Composition found in Windows Vista and Windows 7 to clone a window and run it in a small thumbnail that always stays on top. This is perfect for keeping only the video frame of a video player on top. OnTopReplica requires .NET Framework 2.0 and a Windows Aero theme.</p>
<p>When you launch OnTopReplica, you will see an empty grey window on your screen. Right-click the frame and select the window you want to clone.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/OnTopReplica-Select-Window.png?323f2c" alt="how to keep windows on top" border="0" /></p>
<p>Next, right-click the frame again, pick <em>select region</em> to define the region of the screen you want to clone. Finally, enjoy the result!</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/OnTopReplica-Cloned-Window-Frame.png?323f2c" alt="how to keep windows on top" border="0" /></p>
<p>Note that the original window cannot be minimized and if you choose to replicate a browser window, you cannot switch the tabs. Also see this article for a more thorough review of the tool: <a title="Two Ways To Sneak A Peek At Videos While You’re Working" href="http://www.makeuseof.com/tag/ways-sneak-peek-videos-working/">Two Ways To Sneak A Peek At Videos While You’re Working</a></p>
<h2><a title="4t Tray Minimizer" href="http://www.4t-niagara.com/">4t Tray Minimizer</a></h2>
<p>4t Tray Minimizer adds several additional buttons to the title bar of your windows. One of them, the pin icon, will fix the respective window on top of everything else, until clicked again. A very simple and easy solution.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/MinimizeWindows04.png?323f2c" alt="how to keep windows on top" border="0" /></p>
<p>Besides keeping our windows on top, 4t Tray Minimizer allows you to manage open windows in many different ways. Besides the new title bar buttons, the options are also available via the top level system menu. 4t Tray Minimizer was previously mentioned in this article: <a title="3 Best Strategies &amp; Tools For Open Window Management In Windows 7" href="http://www.makeuseof.com/tag/3-strategies-tools-open-window-management-windows-7/">3 Best Strategies &amp; Tools For Open Window Management In Windows 7</a></p>
<h2><a title="PowerMenu" href="http://www.abstractpath.com/powermenu/">PowerMenu</a></h2>
<p>This tool adds additional menu options to all top level system menus without compromising the standard options. Apart from making a window stay <em>Always On Top</em>, you can also minimize it to the tray or change its transparency. It offers some of the same options as 4t Tray Minimizer, but it does not add the extra buttons to the title bar.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/PowerMenu.png?323f2c" alt="windows on top" border="0" /></p>
<p>See a full review of PowerMenu here: <a title="Keep Windows on Top &amp; Minimize To Tray with PowerMenu" href="http://www.makeuseof.com/tag/add-extra-power-to-your-windows-menus/">Keep Windows on Top &amp; Minimize To Tray with PowerMenu</a></p>
<h2><a title="DeskPins" href="http://www.snapfiles.com/get/deskpins.html">DeskPins</a></h2>
<p>DeskPins lives in your system tray. When clicked, your cursor turns into a pin and whichever window you click next, will be pinned to the top of your screen. Clicking the red pin in the title bar of the respective window, will unpin it. Very neat one task app that doesn&#8217;t add any extra clutter to your windows or menus.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/DeskPins.png?323f2c" alt="windows on top" border="0" /></p>
<p>DeskPins was also reviewed in this article: <a title="How To Pin Any Application Window To The Top" href="http://www.makeuseof.com/tag/how-to-pin-any-application-window-to-the-top/">How To Pin Any Application Window To The Top</a></p>
<h2><a title="AquaSnap" href="http://www.nurgo-software.com/products/aquasnap">AquaSnap</a></h2>
<p>Like the previously mentioned tools, AquaSnap offers a host of features. One of them is shaking a window to at once make it stay on top and change its opacity. The shake detection sensitivity, speed, and duration can be customized.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/AquaSnap.png?323f2c" alt="windows on top" border="0" /></p>
<p>See this article for a full review of AquaSnap: <a title="How To Enhance Your Windows Experience With AquaSnap (Not Only in Windows 7!)" href="http://www.makeuseof.com/tag/enhance-windows-experience-aquasnap-windows-7/">How To Enhance Your Windows Experience With AquaSnap (Not Only in Windows 7!)</a></p>
<p>For even more useful tools to manage your windows, have a look at these articles:</p>
<ul>
<li><a title="3 Simple Programs That Can Help You Manage Multiple Windows" href="http://www.makeuseof.com/tag/3-simple-programs-manage-multiple-windows/">3 Simple Programs That Can Help You Manage Multiple Windows</a></li>
<li><a title="3 Programs That Help You Snap Windows Like a Win 7 User" href="http://www.makeuseof.com/tag/3-programs-snap-windows-windows-7-user/">3 Programs That Help You Snap Windows Like a Win 7 User</a></li>
<li><a title="3 Useful Programs That Help Manage Multiple Monitors" href="http://www.makeuseof.com/tag/3-useful-programs-that-help-manage-multiple-monitors/">3 Useful Programs That Help Manage Multiple Monitors</a></li>
</ul>
<p>Do you still need to manage several applications on one screen or have you dedicated a second or third screen to parking your videos or other must watch items on?</p>
<p><small>Image credits: <a title="Woman Holding Window" href="http://www.shutterstock.com/pic.mhtml?id=6070318" rel="nofollow">Tatiana Popova</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/5-simple-ways-selected-windows-top-windows/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Make A USB Installation Disk For Windows 7 Without Extra Software</title>
		<link>http://www.makeuseof.com/tag/usb-installation-disk-windows-7-extra-software/</link>
		<comments>http://www.makeuseof.com/tag/usb-installation-disk-windows-7-extra-software/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 20:01:23 +0000</pubDate>
		<dc:creator>James Bruce</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation disk]]></category>
		<category><![CDATA[pc maintenance]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[usb drives]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=94465</guid>
		<description><![CDATA[I recently bought a nice new setup for my media centre, but I didn’t want to splash out on another DVD drive when physical media is basically dead - and swapping out a DVD drive from another machine just to install Windows seems like such a waste of time when I could be eating Christmas pudding. Today I'll outline a relatively easy way to make a bootable Windows installation USB drive.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/featured-win7-install.jpg?323f2c" alt="usb installation disk windows 7" />I recently bought a nice new setup for my media centre, but I didn’t want to splash out on another DVD drive when physical media is basically dead &#8211; and swapping out a DVD drive from another machine just to install Windows seems like such a waste of time when I could be eating Christmas pudding. While Windows 8 is slated to allow media-less upgrade, today I&#8217;ll outline a relatively easy way to make a bootable Windows installation USB drive, without having to download additional software. If your Christmas PC budget didn’t quite stretch to a DVD drive, this is the tutorial for you.</p>
<p>We described a<a href="http://www.makeuseof.com/tag/install-windows-7-netbook-from-usb-flash-drive/"> similar method</a> before, but it required a few external utilities. This time I’ll assume you have a working Windows 7 computer with an existing DVD drive somewhere &#8211; and a working installation DVD to go with it. You’ll use this machine to format, set up, and copy over the relevant files to a USB stick. You could also do this without a DVD drive from the ISO, but in that case your job would be a whole lot simpler because you could use the <a href="http://emea.microsoftstore.com/UK/en-GB/Service-Centre/Windows-7-USB-DVD-Download-Tool">official ISO -&gt; USB creator</a>.</p>
<p>Note: You cannot use this method to install to a Parallels virtual machine. Your only option in that case is to use either a physical DVD or an ISO download and connect to that to the VM instead.</p>
<p>You’ll need:</p>
<ul>
<li>A working Windows 7 system with a DVD drive and administrator rights.</li>
<li>A Windows 7 installation DVD.</li>
<li>4GB USB drive or larger.</li>
</ul>
<p>This will also work with larger external hard drives instead of a USB thumbdisk, but be aware that all the data on the drive will be formatted and deleted.</p>
<h2>Open An Elevated Command Prompt</h2>
<p>Click <em>Start -&gt; All Programs -&gt; Accessories</em> and right-click on <em>Command Prompt</em>. Select <em>Run As Administrator</em>. Of course, you need to be able to authenticate as the administrator on the PC you’re using.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/run-command-prompt-as-administrator.jpg?323f2c" alt="usb installation disk windows 7" width="403" height="146" /></p>
<h2>Partitioning The Disk</h2>
<p>Type:</p>
<pre>DISKPART</pre>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/diskpart-command-prompt.jpg?323f2c" alt="usb installation disk" width="554" height="170" /></p>
<p>This will open up the partitioning application. Next, type:</p>
<pre>LIST DISK</pre>
<p>Figure out which of the drives listed is your USB drive, and note the number. It’s crucial you get this right, or you’re going to end up losing data on other drives.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/list-disk.jpg?323f2c" alt="usb installation disk" width="461" height="110" /></p>
<p>Next, type the following series of commands, but replace the <em>DISK</em> number in the first line with the appropriate number from the above list. Here, my disk is number 1. Don&#8217;t confuse this with <em>PARTITION 1</em>. That number should not change, even if your disk is 3.</p>
<pre>SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
ASSIGN
EXIT</pre>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/diskpart-all-steps.jpg?323f2c" alt="usb installation disk" width="497" height="322" /></p>
<h2>Make It Bootable!</h2>
<p>The format step may take a little while (it actually took about 30 minutes on my machine). When you’re done, put in your installation DVD if you haven’t already. Note down which drive letter your USB disk and Windows installation DVD are located at.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/identify-drive-letters.jpg?323f2c" alt="usb installation disc" width="515" height="228" /></p>
<p>Go back to your command prompt and type &#8211; assuming D: is your DVD drive with the install DVD, and U: is your USB drive:</p>
<pre>D:/BOOT/BOOTSECT.EXE /NT60 U:</pre>
<p>This will basically make your USB drive bootable.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/bootsect.jpg?323f2c" alt="usb installation disc" width="538" height="130" /></p>
<h2>Copy Everything</h2>
<p>The final step can be done from <em>My Computer</em><strong>.</strong> Just open up the installation DVD, highlight everything, and drag it over to your USB drive.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/copy-to-usb.jpg?323f2c" alt="usb installation disc" width="580" height="383" /></p>
<p>This will also take a while.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/copy-win7-files-to-usb-takes-ages.jpg?323f2c" alt="usb installation disk windows 7" width="375" height="172" /></p>
<p>Now you should be all set &#8211; just insert the USB disk into your new PC, and enter the BIOS to adjust the boot order, or choose the option during start up which says <em>Choose Boot Device</em>.</p>
<p>Let&#8217;s hear it for computers with no noisy and clunky DVD drives!<em> Death to physical media!</em> Or not &#8211; what do you think? Are you ready to go DVD-less?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/usb-installation-disk-windows-7-extra-software/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Determine Your Location With Geosense Location Sensor [Windows 7]</title>
		<link>http://www.makeuseof.com/tag/determine-your-location-with-geosense-location-sensor-windows-7/</link>
		<comments>http://www.makeuseof.com/tag/determine-your-location-with-geosense-location-sensor-windows-7/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 22:31:09 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[sensor]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=92599</guid>
		<description><![CDATA[With Windows 7, Microsoft introduced the Windows Sensor and Location platform, which theoretically enables your computer to adapt to its current environment through location-aware applications. Even if your computer does not contain a GPS chip, its current location can be determined in a number of ways, including IP lookup, WiFi triangulation, and cell tower triangulation.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Geosense09.png?323f2c" alt="geosense for windows" border="0" />With Windows 7, Microsoft introduced the Windows Sensor and Location platform, which theoretically enables your computer to adapt to its current environment through location-aware applications. Even if your computer does not contain a GPS chip, its current location can be determined in a number of ways, including IP lookup, WiFi triangulation, and cell tower triangulation.</p>
<p><a title="Geosense" href="http://geosenseforwindows.com/">Geosense</a> is a sensor that can use this technology and feed the data into location-aware applications.</p>
<h2>Setting Up Geosense</h2>
<p>After installing the sensor, you need to enable Geosense. Go to your &gt; <em>Windows Start menu</em>, search for &gt; <em>location</em>, and select &gt; <em>Location and Other Sensors</em> from the results listed under &gt; <em>Control Panel</em>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Geosense03.png?323f2c" alt="geosense for windows" border="0" /></p>
<p>Check the box next to &gt; <em>Geosense Location Sensor</em> and click &gt; <em>Apply</em> to enable Geosense.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Geosense01.png?323f2c" alt="geosense windows 7" border="0" /></p>
<p>To view more information about the Geosense Location Sensor, change its description, change who can access the sensor, and to uninstall Geosense, click on &gt; <em>Geosense Location Sensor</em>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Geosense02.png?323f2c" alt="geosense windows 7" border="0" /></p>
<p>Now that the sensor is enabled, you can use it with location-aware applications.</p>
<h2>Google Maps</h2>
<p>To demonstrate the functionality of Geosense, its developers have created a Google Maps demo client, which you can download from the Geosense homepage or through <a title="Google Maps Client for Geosense Demonstration" href="http://geosenseforwindows.com/builds/1.0/GoogleMapsDemo_1.0.zip">this link</a> (ZIP file). The app reveals your current location on a Google map and allows you to quickly locate facilities in your area.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Geosense04.png?323f2c" alt="geosense windows 7" border="0" /></p>
<p>In my tests, the accuracy was so good that the street address displayed in the Google Maps sidebar diverted only by meters, i.e. it calculated that I was sitting in the house next door.</p>
<p>This location-sensing Google Maps client can be very useful for travelers. When stranded in a foreign city, not knowing your current street address, all you have to do is connect to the Internet, launch the client, and it will tell you right where you are. You can then use the Google Maps &gt; <em>Search nearby</em> feature to look for restaurants, bars, or other public facilities in the area.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Geosense08.png?323f2c" alt="geosense windows sensor" border="0" /></p>
<p>We have written many interesting articles about Google Maps, check out some of them here:</p>
<ul>
<li><a title="How Does Google Maps Work? [Technology Explained]" href="http://www.makeuseof.com/tag/technology-explained-google-maps-work/">How Does Google Maps Work? [Technology Explained]</a></li>
<li><a title="5 Tips To Perform A Smarter &amp; Faster Google Map Search" href="http://www.makeuseof.com/tag/5-tips-perform-smarter-faster-google-map-search/">5 Tips To Perform A Smarter &amp; Faster Google Map Search</a></li>
<li><a title="10 Impressive Spots On Earth You Can See With Google Maps Satellite View" href="http://www.makeuseof.com/tag/10-impressive-spots-earth-google-maps-satellite-view/">10 Impressive Spots On Earth You Can See With Google Maps Satellite View</a></li>
<li><a title="3 Awesome Historical Google Maps Mashups" href="http://www.makeuseof.com/tag/3-awesome-historical-google-maps-mashups/">3 Awesome Historical Google Maps Mashups</a></li>
<li><a title="How to Use Google Maps for Your Business" href="http://www.makeuseof.com/tag/add-business-google-maps/">How to Use Google Maps for Your Business</a></li>
<li><a title="How To Create Shared Collaborative Google Maps" href="http://www.makeuseof.com/tag/how-to-create-shared-collaborative-google-maps/">How To Create Shared Collaborative Google Maps</a></li>
</ul>
<h2>Weather Gadget</h2>
<p>The Windows 7 Weather gadget for your desktop is a location-aware application. To add it to your desktop, search for &gt; <em>gadget</em> in your Windows Start menu and select &gt; <em>Desktop Gadget Gallery</em> from the results under &gt; <em>Programs</em>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Geosense05.png?323f2c" alt="geosense windows sensor" border="0" /></p>
<p>When the Gadget Gallery has opened, double-click the &gt; <em>Weather</em> gadget and it will load on your desktop.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Geosense06.png?323f2c" alt="desktop gadget gallery" border="0" /></p>
<p>If it works, you will see a blue WiFi signal next to your location, which indicates that your location is detected. If it does not work, this little icon will be marked with a red cross and it will probably display the default city, which is Seattle, Washington.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/Geosense07.png?323f2c" alt="geosense for windows" border="0" /></p>
<p>More cool Windows 7 desktop gadgets can be found in these articles:</p>
<ul>
<li><a title="Top 7 Coolest Windows 7 Desktop Gadgets You Have To Use" href="http://www.makeuseof.com/tag/top-7-coolest-windows-7-desktop-gadgets/">Top 7 Coolest Windows 7 Desktop Gadgets You Have To Use</a></li>
<li><a title="The 7 Best Windows 7 Gadgets" href="http://www.makeuseof.com/tag/7-windows-7-gadgets/">The 7 Best Windows 7 Gadgets</a></li>
<li><a title="7 MORE Windows 7 Gadgets To Make Your Life Easier" href="http://www.makeuseof.com/tag/7-windows-7-gadgets-life-easier/">7 MORE Windows 7 Gadgets To Make Your Life Easier</a></li>
<li><a title="7 Must-Have Google Desktop Gadgets for Productivity" href="http://www.makeuseof.com/tag/7-musthave-google-desktop-gadgets-productivity/">7 Must-Have Google Desktop Gadgets for Productivity</a></li>
</ul>
<p>Another application that supports Geosense is <a title="MahTweets" href="http://www.mahtweets.com/">MahTweets</a>, a social network client for Twitter, Facebook, and FourSquare, including multiple accounts for each. Since its release in early March 2011, however, not much has happened and it seems like it has not been developed further. Therefore I will not explore this application further.</p>
<p>Unfortunately, although the Windows Sensor and Location platform and the relevant technology have been around for several years, there are very few location-aware applications for Windows 7. Geosense hopes to &#8220;<em>kickstart a pool of cool location-based or location-enhanced applications on Windows 7</em>.&#8221; Until further applications are available, the tool remains a fun demonstration of how accurate free location sensing technologies are these days.</p>
<p>If you are concerned about your privacy and don&#8217;t want to share your location under any circumstances, be sure to check out this article: <a title="How To Disable Or Fake Your Location In Firefox, Internet Explorer &amp; Chrome" href="http://www.makeuseof.com/tag/disable-fake-location-firefox-internet-explorer-chrome/">How To Disable Or Fake Your Location In Firefox, Internet Explorer &amp; Chrome</a>.</p>
<p>What do you think of this technology? Do you use location sensing on your mobile devices and would you like to see more location-aware applications for Windows?  Or does this kind of thing scare you with its privacy implications?</p>
<p><small>Image credits: <a href="http://www.shutterstock.com/pic.mhtml?id=11563513" rel="nofollow">Tobias Machhaus</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/determine-your-location-with-geosense-location-sensor-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Replace The Terrible Windows 7 Games With The Classic XP Ones</title>
		<link>http://www.makeuseof.com/tag/replace-terrible-windows-7-games-classic-xp/</link>
		<comments>http://www.makeuseof.com/tag/replace-terrible-windows-7-games-classic-xp/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 17:01:51 +0000</pubDate>
		<dc:creator>Justin Pot</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[Games & Gaming Tips]]></category>
		<category><![CDATA[classic games]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=92180</guid>
		<description><![CDATA[Ditch the shiny and slow. Get old-fashioned but familiar Windows XP games working on your Windows 7 computer. They're ugly, but they work the way you're wired. Solitaire, Minesweeper, Hearts and Spider Solitaire remain a favorite of many office workers. As a quick Google search reveals though, many of these people aren't happy with the Windows Vista/7 versions of Solitaire and other classics.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/xpgames-icon.png?323f2c" alt="classic xp games" />Ditch the shiny and slow. Get old-fashioned but familiar Windows XP games working on your Windows 7 computer. They&#8217;re ugly, but they work the way you&#8217;re wired.</p>
<p>It&#8217;s probably surprising to most gamers, who stopped paying attention to the default Windows games around the time Windows 98 came out, but many people still play the default collection of card games at work, instead of working. Solitaire, Minesweeper, Hearts and Spider Solitaire remain a favorite of many office workers.</p>
<p>As <a href="https://www.google.com/search?q=windows+7+solitaire+sucks">a quick Google search</a> reveals though, many of these people aren&#8217;t happy with the Windows Vista/7 versions of Solitaire and other classics. The cards are hard to see, some rules have changed and everything just feels slower. So if you want your classic XP games back then don&#8217;t worry, it&#8217;s possible. Here&#8217;s how.</p>
<h2>Step 1: Find A Windows XP Computer</h2>
<p>That&#8217;s right, you need access to a computer running Windows XP before you can do anything. There&#8217;s no way around this &#8211; I couldn&#8217;t find a safe download for the files, and I can&#8217;t provide them for you because of copyright complications.</p>
<p>It&#8217;s OK though, because Windows XP is still very much out there. Check your closet for an old Windows XP computer, or even a hard drive from such a computer. See if your friends, family or co-workers are still using XP. Heck, you can even grab the files from a <a href="http://www.makeuseof.com/tags/virtualbox/">VirtualBox</a> or other virtual machine version of XP, if you have one.</p>
<h2>Step 2: Grab The Relevant Files</h2>
<p>Got your hand on a Windows XP computer? Good. Open the Windows Explorer, then go to
<pre>C:\Windows\System32</pre>
<p>. You&#8217;ll see a warning when you do:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/solitaire-warning.png?323f2c" alt="classic xp games" width="572" height="171" /></p>
<p>Don&#8217;t panic; you won&#8217;t break anything. Get into the folder and you&#8217;ll see the unholy mess that is Windows internal workings:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/games-system32.png?323f2c" alt="classic windows xp games" width="580" height="274" /></p>
<p>You&#8217;re going to need to scroll through here and grab a few files. I highly recommend you &#8220;copy&#8221; them to an empty folder on your desktop:</p>
<ul>
<li>cards.dll</li>
<li>freecell.exe</li>
<li>mshearts.exe</li>
<li>sol.exe</li>
<li>spider.chm</li>
<li>spider.exe</li>
<li>spider.hlp</li>
<li>winmine.exe</li>
</ul>
<p>You&#8217;re going to need
<pre>cards.dll</pre>
<p> for most of these games, but other than that you can just grab the files related to the games you want. Get them into their own folder and you&#8217;ll have something that looks like this:</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/xpgames-folder.png?323f2c" alt="classic windows xp games" width="580" height="263" /></p>
<p>Wondering where Pinball is? It&#8217;s in it&#8217;s own folder:
<pre>C:\Program Files\Windows NT\Pinball</pre>
<p>.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/xpgames-pinball.png?323f2c" alt="classic windows xp games" width="580" height="296" /></p>
<p>Microsoft removed this game from Windows, which angers more than a few people (my amazing wife included.) Right this injustice &#8211; copy this entire folder and add it to the collection you just amassed.</p>
<h2>Step 3: Copy To Your New Computer</h2>
<p>Grab the folder you just created, and get it to your new computer. You can do this with a thumb drive, Dropbox, or however you like; it doesn&#8217;t matter.</p>
<p>Once you&#8217;ve got the folder on your new computer, put it wherever you like. You can open the games directly from your folder, or create shortcuts to them in your start menu.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/xpgames-on7.png?323f2c" alt="classic xp games" width="580" height="293" /></p>
<p>Your games will all run flawlessly in Windows 7, and will work exactly the way you remember. Enjoy!</p>
<h2>Conclusion</h2>
<p><a href="http://answers.microsoft.com/en-us/windows/forum/windows_other-gaming/how-to-get-the-xp-version-of-spider-solitaire/b8fc2633-bed0-465f-99bb-cfd97299221d">This post</a> helped me to figure out how to get the classic XP games, so check it out if you run into any problems. Or if you want, join me in the comments below and I&#8217;ll do what I can to answer your questions.</p>
<p>Got your useless games working, but want more useless fun? <a href="http://www.makeuseof.com/tag/add-nyan-cat-progress-bars-awesome/">Get Nyan Cat progress bars</a>, because they&#8217;re awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/replace-terrible-windows-7-games-classic-xp/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Microsoft Updates Windows Phone 7 Connector For Mac &amp; Makes It Actually Work [News]</title>
		<link>http://www.makeuseof.com/tag/microsoft-updates-windows-phone-7-connector-mac-work-news/</link>
		<comments>http://www.makeuseof.com/tag/microsoft-updates-windows-phone-7-connector-mac-work-news/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 20:31:29 +0000</pubDate>
		<dc:creator>Dave LeClair</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=93319</guid>
		<description><![CDATA[Microsoft has finally issued an update to their Mac App Store app called Windows Phone 7 Connector. Originally, the application was pretty much a lost cause. Most users reported that it was next to impossible to get their Windows Phone 7 to connect to their Mac. While I'm sure there are not an overwhelming number of Mac users who opted for a Windows-based cellphone, I am sure there are some out there.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/wp7_windows_phone_7_logo_by_ironrex1-d3ggjis.jpg?323f2c" alt="" />Microsoft has finally issued an update to their Mac App Store app called <a href="http://itunes.apple.com/us/app/windows-phone-7-connector/id415571499?mt=12">Windows Phone 7 Connector</a>. Originally, the application was pretty much a lost cause. Most users reported that it was next to impossible to get their Windows Phone 7 to connect to their Mac. While I&#8217;m sure there are not an overwhelming number of Mac users who opted for a Windows-based cellphone, I am sure there are some out there, and now they can finally connect their phones.</p>
<p>This is a pretty obvious oversight from Microsoft. It seems as though they didn&#8217;t care initially, and users were left wondering when and if this update would make its way to their Macs. It seems as though it has now been rectified. Even if it is a small market segment that needs this to work, they still paid for the device, and they are entitled to have it work as promised.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/win7phoneconnector2.jpg?323f2c" alt="" /></p>
<p>There are other improvements in this update as well. They added support for ringtone transfers and the ability to drag and drop files the &#8220;<em>Browse Device</em>&#8221; screen. They also improved support for podcast sync and photo import. Basically, this update addresses many of the features that should have been included from day one.</p>
<p>Users can get the free update from the <a href="http://itunes.apple.com/us/app/windows-phone-7-connector/id415571499?mt=12">Mac App Store</a> now. If you own a Mac and a Windows Phone, let us know if the update solves your issues in the comments below.</p>
<p><small>Source: <a href="http://techcrunch.com/2011/11/28/windows-phone-7-connector-update" rel="nofollow">TechCrunch</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/microsoft-updates-windows-phone-7-connector-mac-work-news/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What Do You Think About Windows Phone 7? [MakeUseOf Poll]</title>
		<link>http://www.makeuseof.com/tag/windows-phone-7-makeuseof-poll/</link>
		<comments>http://www.makeuseof.com/tag/windows-phone-7-makeuseof-poll/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 22:31:59 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[Opinion & Polls]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows mobile]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=92686</guid>
		<description><![CDATA[Last week we wondered what you think about alternative keyboard layouts. While not many of you voted, the majority who did are curious about alternative keyboard layouts, believe they might be better, but feel that the switch would be too hard. This might be so, but some readers still reported they managed to switch, permanently or for a while.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/polls2.jpg?323f2c" alt="" />Last week we wondered <a href="http://www.makeuseof.com/tag/alternative-keyboard-layouts-makeuseof-poll/">what you think about alternative keyboard layouts</a>. While not many of you voted, the majority who did are curious about alternative keyboard layouts, believe they might be better, but feel that the switch would be too hard. This might be so, but some readers still reported they managed to switch, permanently or for a while.</p>
<p>Out of <strong>197 voters</strong>, an impressive <strong>%10</strong> already use an alternative layout, <strong>7%</strong> tried it but went back to Qwerty, <strong>49%</strong> are curious, but think the switch is probably too hard to tackle, <strong>18%</strong> love Qwerty and don’t want to switch at all, and <strong>17%</strong> heard about it in the poll for the first time!</p>
<p>It’s nice to know that our poll could enlighten 33 readers about the existence of alternative layouts. Who knows, they might switch now! Overall, around <strong>17%</strong> of the voters have tried alternative layouts, so if you’re curious, the switch may be possible after all.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-20-09h24_12.jpg?323f2c" alt="2011-11-20 09h24_12" width="331" height="646" border="0" /></p>
<p>This week&#8217;s <a href="http://www.makeuseof.com/service/polls/">poll question</a> is: <em>What Do You Think About Windows Phone 7?</em></p>
<p>WP7 has been around for almost two years, but only recently has it started gaining popularity. The latest Nokia release might or might not give WP7 the push it’s been needing all this time. But is the OS any good? Is it being underrated by the technology world, or are we all better off sticking to what we already have? Now is the time for you to have your say!</p>
<div align="center"><script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/5681372.js"></script><br />
<noscript><a href="http://polldaddy.com/poll/5681372/">What Do You Think About Windows Phone 7?</a></noscript></div>
<p>If you already use it, what makes it good or bad? What are the reasons you would consider switching to it? And if you never will, why? Tell us everything in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/windows-phone-7-makeuseof-poll/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Spotify Expands Its Mobile Reach With A New Windows Phone 7 App [News]</title>
		<link>http://www.makeuseof.com/tag/spotify-expands-mobile-reach-windows-phone-7-app-news/</link>
		<comments>http://www.makeuseof.com/tag/spotify-expands-mobile-reach-windows-phone-7-app-news/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 14:31:30 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[streaming music]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows mobile]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=91696</guid>
		<description><![CDATA[Spotify and Microsoft have announced the release of Spotify for Windows Phone 7. This highly anticipated app brings Spotify’s music streaming services to Mango OS, and is another breakthrough for Microsoft’s mobile enterprise. According to Spotify, the app is available on a wide variety of WP7 mobiles, which together with their apps for Android and iOS makes them one of the most widespread music apps.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/spotify.png?323f2c" alt="" /><a href="http://www.spotify.com">Spotify</a> and Microsoft have announced the release of <a href="http://www.windowsphone.com/en-US/apps/ca8d6603-a9ae-4a05-8643-baad091ecdd1">Spotify for Windows Phone 7</a>. This highly anticipated app brings Spotify’s music streaming services to Mango OS, and is another breakthrough for Microsoft’s mobile enterprise.</p>
<p>According to Spotify, the app is available on a wide variety of WP7 mobiles, which together with their apps for Android and iOS makes them one of the most widespread music apps, at least for mobile platforms. While the WP7 app is definitely a move in that direction, other similar services offer apps for the Blackberry, for example, something which is not yet available for Spotify.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/spotify-wp7-screenshots.jpg?323f2c" alt="spotify-wp7-screenshots" width="498" height="405" border="0" /></p>
<p>Using the WP7 Spotify app you can:</p>
<ul>
<li>Browse through Spotify’s music collection and stream tracks.</li>
<li>Create offline playlist to play when you have no connection.</li>
<li>Sync every track you add to your computer automatically.</li>
<li>Browse and play your friends’ music.</li>
<li>And more.</li>
</ul>
<p>The app is free to download from the Windows Phone Marketplace for free, but like all Spotify mobile services, requires a premium subscription (currently $9.99) to play music. Spotify’s service is also limited to a small number of countries, including the US, the UK and selected other countries in Europe.</p>
<p>Have you tried Spotify for WP7? Tell us what it’s like!</p>
<p><small>Source: <a href="http://www.spotify.com/int/blog/archives/2011/11/07/introducing-spotify-for-your-windows-phone-7/" rel="nofollow">Spotify</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/spotify-expands-mobile-reach-windows-phone-7-app-news/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Is Offering Free Stuff Just For Installing IE9 [News]</title>
		<link>http://www.makeuseof.com/tag/microsoft-offering-free-stuff-installing-ie9-news/</link>
		<comments>http://www.makeuseof.com/tag/microsoft-offering-free-stuff-installing-ie9-news/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 14:31:34 +0000</pubDate>
		<dc:creator>Yaara Lancet</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=91586</guid>
		<description><![CDATA[If you’ve been looking for a good reason to download IE9, Microsoft is trying to give you one. They’ve just launched a new campaign called "Where’s the love?", and they’re offering to give you free stuff if you download and install IE9. You heard right. Microsoft will give you prizes if you go ahead and just get IE9 already.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-08-12h11_35.png?323f2c" alt="" />If you’ve been looking for a good reason to download IE9, Microsoft is trying to give you one. They’ve just launched a new campaign called &#8220;<em>Where’s the love?</em>&#8220;, and they’re offering to give you free stuff if you download and install IE9. You heard right. Microsoft will give you prizes if you go ahead and just get IE9 already.</p>
<p>So how does it work? First, you need to have Windows 7, otherwise you can’t even get IE9. You also need to be a US resident so you can enjoy the free stuff. If you’re all set with these, you can head over to the <a href="http://www.beautyoftheweb.com/#/holiday">Where’s the love?</a> holiday campaign site, download IE9 and get cracking.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/2011-11-08-12h11_05.png?323f2c" alt="2011-11-08 12h11_05" width="574" height="375" border="0" /></p>
<p>The offerings include 3 months for free on Slacker and AOL Radio, one free month on Grooveshark, Hulu, Vimeo and Pandora, a free movie from Flixter and some discounts on tickets from Fandango and Ticketmaster. Some of there offers will only be available later this month or at the beginning of December. To get them, click on the prize of your choosing and follow the instructions. These include pinning the icon to the taskbar and sharing on Facebook or Twitter. Should be easy enough.</p>
<p>Will this convince you to download and install IE9? Will you actually continue to use it afterwards or immediately uninstall? Will this technique work for Microsoft?</p>
<p><small>Source: <a href="http://www.geek.com/articles/news/internet-explorer-9-users-snag-exclusive-holiday-freebies-2011117/" rel="nofollow">Geek.com</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/microsoft-offering-free-stuff-installing-ie9-news/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/44 queries in 0.389 seconds using apc
Object Caching 693/793 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 16:55:34 -->
