<?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>Hacking Windows 7 Media Center &#187; windows 7</title> <atom:link href="http://www.hack7mc.com/category/windows-7/feed" rel="self" type="application/rss+xml" /><link>http://www.hack7mc.com</link> <description>Using small hacks to build a better Media Center experience.</description> <lastBuildDate>Fri, 11 Jun 2010 15:15:00 +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>Setting a Shoutcast Alarm Clock in Media Center</title><link>http://www.hack7mc.com/2010/06/setting-a-shoutcast-alarm-clock-in-media-center.html</link> <comments>http://www.hack7mc.com/2010/06/setting-a-shoutcast-alarm-clock-in-media-center.html#comments</comments> <pubDate>Wed, 02 Jun 2010 13:00:00 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[windows 7]]></category> <category><![CDATA[alarm]]></category> <category><![CDATA[clock]]></category> <category><![CDATA[launch]]></category> <category><![CDATA[mcshoutcast]]></category> <category><![CDATA[media center]]></category> <category><![CDATA[task manager]]></category> <category><![CDATA[task scheduler]]></category><guid isPermaLink="false">http://www.hack7mc.com/2010/06/setting-a-shoutcast-alarm-clock-in-media-center.html</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2010/06/setting-a-shoutcast-alarm-clock-in-media-center.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 15px 0px 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="alarm-clock-icon" border="0" alt="alarm-clock-icon" align="left" src="http://www.hack7mc.com/wp-content/uploads/2010/06/alarmclockicon.png" width="125" height="125"/> With this handy tip from Marc, a reader of Hack7MC, we can setup a regular alarm clock using Task Scheduler, mcShoutcast and Media Center. Much like your standard alarm clock this setup will be set to wake each morning and start a radio stream. Users can setup the alarm to wake regularly on weekdays, weekends or whenever you need an alarm set though the method isn’t exactly easy to setup initially and won’t allow for any sort of snooze action. Though a far cry from a full featured alarm clock plugin it will get the job done for anyone hard up for an alarm clock or the idea could even be expanded upon by enterprising users or future plugin programmers.</p><p>To get started with this example you’ll need to have <a href="http://en.mcetools.de/" target="_blank">mcShoutcast</a> downloaded and installed, though the same process can be applied to any entry point. This example will launch mcShoutcast and start playing the first favorite station. To get started setting up the scheduled alarm open up <strong>Task Scheduler</strong> from the start menu (start –&gt; “task scheduler” –&gt; enter) and select the option to <strong><em>Create Basic Task</em></strong>.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/06/createbasictask.png" rel="wp-prettyPhoto[g2909]"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="create basic task" border="0" alt="create basic task" src="http://www.hack7mc.com/wp-content/uploads/2010/06/createbasictask_thumb.png" width="484" height="347"/></a></p></p><p>Give the task a name and description of your own choosing and move on to the next step in creating the task, setting the trigger. For a standard Monday through Friday alarm setup choose the <em>Weekly</em> option. From here the task can be set to run on specific days each week at a specific time each morning.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/06/settime.png" rel="wp-prettyPhoto[g2909]"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="set time" border="0" alt="set time" src="http://www.hack7mc.com/wp-content/uploads/2010/06/settime_thumb.png" width="484" height="336"/></a></p><p>Continuing on tell the Task Scheduler to <strong><em>Start a program</em></strong> at these times and enter the following to have mcShoutcast open and play the first favorite station: <strong><em>C:\Windows\ehome\ehshell.exe /entrypoint:{6691E7EC-EF42-4493-A2E9-2DA345F9B7D5}\{BB2F49CD-159C-4e06-91A8-80CE232DB19C}</em></strong></p><p>Task Scheduler will inform you that the second portion of the string actually belongs in the arguments box (everything following the .exe) but will give you the option to do this automatically if not done by hand. Click OK on the dialog to move the entrypoint argument to the arguments box.</p><p><span id="more-2909"></span><p>Some users may also need to set the options to run the program with Highest Privileges and to Wake the computer if sleeping. These options can be accessed by selecting the new task in the <strong><em>Task Scheduler Library</em></strong> and selecting <strong><em>Properties</em></strong> from the right. Select the <em>Conditions</em> tab from the Properties dialog and check the checkbox to enable waking the computer from sleep (which may also require highest privileges found on the General tab).</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/06/conditions.png" rel="wp-prettyPhoto[g2909]"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="conditions" border="0" alt="conditions" src="http://www.hack7mc.com/wp-content/uploads/2010/06/conditions_thumb.png" width="484" height="362"/></a></p><p>That should be all there is to it. Close any open dialogs and return to Windows. This method of launching mcShoutcast will open Windows Media Center if not already running, launch the plugin and then begin playing the first favorite station. To launch other plugins you’ll need to get the <a href="http://www.hack7mc.com/2009/05/media-center-command-line-switches.html" target="_blank">entrypoint as described in this previous article</a> or use another Media Center switch to launch other media types.</p><p>Thanks to Marc for the tip and to all our Hack7MC readers. If you’ve got a tip for us <a href="http://www.hack7mc.com/contact-hack7mc" target="_blank">let us know with our contact form</a>! For those not yet signed up for <a href="http://www.hack7mc.com/subscribe" target="_blank">one of our free subscriptions</a> be sure to do that now as well!</p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2010/06/setting-a-shoutcast-alarm-clock-in-media-center.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>ATI GPU Scaling: Removing the Black Bars</title><link>http://www.hack7mc.com/2010/05/ati-gpu-scaling-removing-the-black-bars.html</link> <comments>http://www.hack7mc.com/2010/05/ati-gpu-scaling-removing-the-black-bars.html#comments</comments> <pubDate>Fri, 21 May 2010 15:00:00 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[windows 7]]></category> <category><![CDATA[ati catalyst]]></category> <category><![CDATA[displays]]></category> <category><![CDATA[drivers]]></category> <category><![CDATA[overscan]]></category> <category><![CDATA[underscan]]></category><guid isPermaLink="false">http://www.hack7mc.com/2010/05/ati-gpu-scaling-removing-the-black-bars.html</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2010/05/ati-gpu-scaling-removing-the-black-bars.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 15px 0px 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ati" border="0" alt="ati" align="left" src="http://www.hack7mc.com/wp-content/uploads/2010/05/ati.png" width="70" height="87"/> So you’ve sprung for one of those fancy new ATI GPUs and downloaded the newest drivers but you’ve got black bars all around the screen? I thought so, it’s a common problem recently and with ATI having some of the best GPUs on the market currently for HTPC playback with their onboard HDMI sound output and sheer video processor power it comes up quite often. The issue arises from the GPU’s scaling of the image versus any native scaling being done by the monitor resulting in what’s called overscan (or underscan). While Nvidia’s Forceware driver set makes it relatively easy for the end user to adjust this setting from the Nvidia Control Panel, ATI have done an excellent job of burying them as deeply as possible in the Catalyst Control Center.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/05/blackbars.png" rel="wp-prettyPhoto[g2888]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="black bars" border="0" alt="black bars" src="http://www.hack7mc.com/wp-content/uploads/2010/05/blackbars_thumb.png" width="484" height="274"/></a></p><p>To find ATI’s Overscan/Underscan and GPU scaling options follow these steps:</p><p>Open <strong>ATI Control Center</strong> and bring down the <em><strong>Graphics</strong></em> menu and select the <strong>Desktops and Displays</strong> option.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/05/aticatalystmenu.png" rel="wp-prettyPhoto[g2888]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="ati catalyst menu" border="0" alt="ati catalyst menu" src="http://www.hack7mc.com/wp-content/uploads/2010/05/aticatalystmenu_thumb.png" width="484" height="313"/></a></p><p>Next select the display which isn’t showing the proper scaling near the bottom of the screen in the small toolbar of displays. Right-click the display and select the <strong><em>Configure…</em></strong> option.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/05/DesktopsandDisplays.png" rel="wp-prettyPhoto[g2888]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Desktops and Displays" border="0" alt="Desktops and Displays" src="http://www.hack7mc.com/wp-content/uploads/2010/05/DesktopsandDisplays_thumb.png" width="484" height="467"/></a></p><p>From this screen you can enable or disable the built-in GPU scaling functions of the card as well as choose from a few modes which might better suit your display.</p><p><span id="more-2888"></span><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/05/EnableGPUScaling.png" rel="wp-prettyPhoto[g2888]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Enable GPU Scaling" border="0" alt="Enable GPU Scaling" src="http://www.hack7mc.com/wp-content/uploads/2010/05/EnableGPUScaling_thumb.png" width="484" height="465"/></a></p><p>To adjust Overscan/Underscan, select the Scaling Options tab and select the checkbox to enable the feature. Then adjust the setting using the slider.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/05/scalingoptions.png" rel="wp-prettyPhoto[g2888]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="scaling options" border="0" alt="scaling options" src="http://www.hack7mc.com/wp-content/uploads/2010/05/scalingoptions_thumb.png" width="484" height="464"/></a></p><p>That’s all there is to it! Something that probably should’ve been quite a bit easier to find to begin with. <strong><em>If you’ve got any more tips or information on these or other ATI driver settings be sure to drop them in the comments below!</em></strong></p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2010/05/ati-gpu-scaling-removing-the-black-bars.html/feed</wfw:commentRss> <slash:comments>31</slash:comments> </item> <item><title>The Short List of Small Fixes for Windows Media Center</title><link>http://www.hack7mc.com/2010/05/the-short-list-of-small-fixes-for-windows-media-center.html</link> <comments>http://www.hack7mc.com/2010/05/the-short-list-of-small-fixes-for-windows-media-center.html#comments</comments> <pubDate>Thu, 06 May 2010 14:45:00 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[windows 7]]></category> <category><![CDATA[expanded epg]]></category> <category><![CDATA[flac]]></category> <category><![CDATA[gabest]]></category> <category><![CDATA[haali]]></category> <category><![CDATA[mkv matroska]]></category> <category><![CDATA[music]]></category> <category><![CDATA[pause buffer]]></category> <category><![CDATA[playback]]></category> <category><![CDATA[skip intervals]]></category> <category><![CDATA[tv listings]]></category> <category><![CDATA[tv movies]]></category><guid isPermaLink="false">http://www.hack7mc.com/2010/05/the-short-list-of-small-fixes-for-windows-media-center.html</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2010/05/the-short-list-of-small-fixes-for-windows-media-center.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="machine-icon" border="0" alt="machine-icon" align="left" src="http://www.hack7mc.com/wp-content/uploads/2010/05/machineicon.png" width="125" height="125"/> While these may not be fixes in the traditional sense, nothing is actually broken, but they do go a long way to altering and improving the default Media Center experience. There are several options available for adjusting Media Center’s displays that don’t require extra programs or even installations in most cases. These small fixes can make a rather big difference, expanding the TV guide an extra three rows, changing skip intervals and adding support for additional formats. Here’s a short guide to some of the small fixes available now here at Hack7MC.</p><p><strong><em>Splitting Those MKVs</em></strong></p><p>First on the list is a tiny little program which expands the number of video formats able to be played in Windows Media Center. <a href="http://haali.su/mkv/" target="_blank">Haali’s splitter</a> now comes in both x86 and x64 and will enable new video formats, such as MKV, by simply splitting the content into audio video streams and sending it to the already available Microsoft decoders. This sort of software is known as a splitter.</p><p>Haali’s isn’t the only splitter available. Gabest’s splitter also comes in both x86 and x64 formats and will also take care of playing MKV files inside Windows 7 Media Center. Links to Gabest’s splitter can be found in the <a href="http://www.hack7mc.com/2009/02/mkvs-for-minimalists-on-windows-7.html">MKVs for Minimalists</a> guide here on Hack7MC. Though the FFDShow installation is no longer necessary you can expand your playback options by installing it as well. FFDShow will allow for manipulation of settings not available in the built-in Microsoft decoders.</p><p><strong><em>Extended Play</em></strong></p><p>Ever paused Windows Media Center for so long that when you came back the show that had been playing has now been mutilated into a worthless unwatchable mess? This is due to the default pause buffer being too small, in spite of the fact that most Windows 7 Media Center machines carry hefty amounts of storage to hold the data.</p><p><a href="http://www.hack7mc.com/2010/03/increase-available-pause-time-using-mce-live-tv-buffer-manager.html">This quick fix</a> will let you set the default pause buffer as high as 120 minutes (2 hours). It’s both easy and efficient, just set it up once and forget about it from now. That is until you pause a show on the Media Center for over an hour and come back to a perfectly watchable show afterward.</p><p><strong><em>Faster Forward</em></strong></p><p>Ever notice skipping past those commercials in recorded television can be somewhat of a chore at the default settings? We’ve got <a href="http://www.hack7mc.com/2009/04/changing-media-center-skip-intervals-with-registry-files.html">a simple set of registry fixes</a> that will allow for easily setting the skip intervals to new values. Changing the forward setting to a minute or even just matching the forward and reverse skip intervals, which by default are 30 seconds forward and 7 seconds reverse, can make a world of difference.</p><p><strong><em>Expanded View</em></strong></p><p>Media Center’s TV Guide defaults to a slim seven row display leaving ample room to display the Media Center background along with pertinent information. It’s an esthetic choice that limits the number of rows in the EPG and can even be a waste of time. <a href="http://www.hack7mc.com/2009/12/increasing-the-default-number-of-rows-in-the-epg.html">Clear up this issue</a> and bump the number of displayed channel rows up to ten. Take that big screen TV and use it’s real estate for all it’s worth.</p><p><strong><em>Made for TV</em></strong></p><p>Another slightly disturbing default behavior is Media Center’s habit of placing recorded from TV movies, full of commercials and cut to ribbons, in the Movie Library. Certainly this would be great if recording from HBO or Showtime but it doesn’t quite work out when recording from TBS. Take a minute to apply this <a href="http://www.hack7mc.com/2009/07/remove-recorded-tv-movies-from-the-media-center-movie-library.html">quick registry fix</a> to never have recorded from TV movies added to the main Movie Library again.</p><p><strong><em>7MC Doesn’t Take Flac</em></strong></p><p>Out of the box Microsoft seems to have a huge problem with supporting free and open-source formats, MKV and Flac among the many. Flac being a popular format for audiophiles and music lovers this can be a serious problem. The <a href="http://www.hack7mc.com/2009/01/playing-flac-files-in-media-center.html">fix for this problem</a> will require a couple of downloads but will get Flac working inside Windows Media Center and even Media Player. Though there isn’t any extended track information support inside either program or Windows Explorer for that matter.</p><p><strong><em>Don’t Forget</em></strong></p><p>Finally, don’t forget to become a participating member of Hack7MC! Leave a comment below, <a href="http://www.hack7mc.com/subscribe">subscribe to our feed</a> or <a href="http://www.hack7mc.com/contact-hack7mc">send us a message</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2010/05/the-short-list-of-small-fixes-for-windows-media-center.html/feed</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Moving Windows Media Center Radio Presets</title><link>http://www.hack7mc.com/2010/05/moving-windows-media-center-radio-presets.html</link> <comments>http://www.hack7mc.com/2010/05/moving-windows-media-center-radio-presets.html#comments</comments> <pubDate>Mon, 03 May 2010 13:00:00 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[windows 7]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[presets]]></category> <category><![CDATA[radio]]></category> <category><![CDATA[registry]]></category><guid isPermaLink="false">http://www.hack7mc.com/2010/05/moving-windows-media-center-radio-presets.html</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2010/05/moving-windows-media-center-radio-presets.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="radio-icon" border="0" alt="radio-icon" align="left" src="http://www.hack7mc.com/wp-content/uploads/2010/05/radioicon.png" width="125" height="125"/> It’s an often overlooked feature of Windows Media Center, the Radio, but most likely everyone has at least one FM tuner available in their Media Center machine. If you’re one of those people who frequently uses Media Center’s Radio feature you’re likely interested in backing up your lineup of Radio presets. There currently aren’t any programs available that incorporate Radio presets as part of their backup process so we’ll need to do it by hand. No worries though, the process isn’t difficult.</p><p>The first step is to open up the Registry Editor by bringing up the start menu and entering “regedit” in the search box and pressing enter. This should launch the built-in Windows registry editor. Once inside navigate to:</p><p><strong><em>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Media Center\Settings\Radio\presets</em></strong></p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/05/regeditkey.png" rel="wp-prettyPhoto[g2805]"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="regedit key" border="0" alt="regedit key" src="http://www.hack7mc.com/wp-content/uploads/2010/05/regeditkey_thumb.png" width="484" height="346"/></a></p><p> Right-click the presets entry and select the Export option. Save the file someplace safe. Now each time you’d like to restore your Radio presets you’ll simply need to double-click this new .reg file to restore the registry entries. Confirm the addition of the data to the registry in the pop-up dialog and you should be all set.</p></p><p>For those of you who aren’t taking advantage of the Radio section of Windows Media Center due to a lack of good AM/FM radio antenna this can make a good DIY project. There are several guide to making your very own radio antenna available online, an antenna is just a length of properly sized conductive metal after all. You can find a few good guides to creating a radio antenna <a href="http://www.wryr.org/Antenna_instructions.pdf">here in pdf form</a>, <a href="http://www.ehow.com/way_5394129_diy-fm-radio-antenna.html">from eHow</a>, or in this more complete guide to <a href="http://www.kyes.com/antenna/antennadex.html">everything you’d possibly want to know about antenna</a>.</p><p>Otherwise, just sit back and enjoy Windows Media Center knowing that your personal Radio presets are backed up for posterity. Thanks to Joe Hecht for sending us this handy little tip and thanks to all for reading Hack7MC. Have a tip you’d like to share? Send it to us <a href="http://www.hack7mc.com/contact-hack7mc">here on our Contact Page</a>!</p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2010/05/moving-windows-media-center-radio-presets.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Changing Microsoft Time Synchronization Settings</title><link>http://www.hack7mc.com/2010/03/changing-microsoft-time-synchronization-settings.html</link> <comments>http://www.hack7mc.com/2010/03/changing-microsoft-time-synchronization-settings.html#comments</comments> <pubDate>Mon, 22 Mar 2010 13:15:00 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[windows 7]]></category> <category><![CDATA[calendar]]></category> <category><![CDATA[ed bott]]></category> <category><![CDATA[rick broida]]></category> <category><![CDATA[time server]]></category><guid isPermaLink="false">http://www.hack7mc.com/2010/03/changing-microsoft-time-synchronization-settings.html</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2010/03/changing-microsoft-time-synchronization-settings.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clock-icon" border="0" alt="clock-icon" align="left" src="http://www.hack7mc.com/wp-content/uploads/2010/03/clockicon.png" width="128" height="128"/> Is Microsoft’s shoddy time keeping making you miss the beginning or end of your favorite shows? Sure in most cases being a few minutes off one way or another is no huge deal but when it comes to scheduling precise television recordings minutes count. For instance if your time is just a few minutes too fast you could very well cut off the epic ending of your favorite show. By default Windows is in regular contact with a dubious server at Microsoft that <a href="http://www.edbott.com/weblog/?p=1779">for quite a few years</a> hasn’t been able to keep good time. Luckily, fixing the issue is easy as pie.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/calendar.png" rel="wp-prettyPhoto[g2640]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="calendar" border="0" alt="calendar" src="http://www.hack7mc.com/wp-content/uploads/2010/03/calendar_thumb.png" width="360" height="272"/></a></p><p>In Windows 7 simply click the clock and date in the lower right hand of your task bar to bring up the calendar. You’ll quickly notice you can’t change the time directly on this screen (or even set handy reminders like doctors appointments to pop-up a notification later on, come on Microsoft please?) What you’ll need to do is click the Change date and time settings link at the bottom to bring up the time settings dialog.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/timedialogwindow.png" rel="wp-prettyPhoto[g2640]"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="time dialog window" border="0" alt="time dialog window" src="http://www.hack7mc.com/wp-content/uploads/2010/03/timedialogwindow_thumb.png" width="444" height="412"/></a></p><p>Here of course you can set your time correctly and fix the problem, for a while. By default Windows will contact a remote server and request the time at which point you’ll likely be back to square one. The easiest fix for the problem is to select the Internet Time settings tab and then press the Change Settings button to set the internet time options. In most cases you can most likely just disable the feature and be all set. However, if you’d prefer to simply try a different time server there are several choices listed in the dropbox.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/internetsyncoptions.png" rel="wp-prettyPhoto[g2640]"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="internet sync options" border="0" alt="internet sync options" src="http://www.hack7mc.com/wp-content/uploads/2010/03/internetsyncoptions_thumb.png" width="467" height="312"/></a></p><p>If you’re looking for a new time server you can also enter one manually by clicking the entry area and typing it in yourself. <a href="http://www.pcworld.com/article/191678/fix_the_windows_clock_so_it_syncs_properly.html?tk=rss_main">Rick Broida suggests pool.ntp.org</a> while <a href="http://tf.nist.gov/tf-cgi/servers.cgi#">Ed Bott gives us an entire lineup of government servers</a> to choose from.</p><p><span id="more-2640"></span><p>Whichever method you choose you’ll be sure to be enjoying a much better recorded TV experience once you’re able to watch your show from beginning to end as it was meant to be. Be sure to keep coming back to Hack7MC for even more tips as well as plugins, hacks and more for Windows 7 Media Center.</p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2010/03/changing-microsoft-time-synchronization-settings.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Creating a Windows 7 Lite for Media Center Users with vLite</title><link>http://www.hack7mc.com/2010/03/creating-a-windows-7-lite-for-media-center-users-with-vlite.html</link> <comments>http://www.hack7mc.com/2010/03/creating-a-windows-7-lite-for-media-center-users-with-vlite.html#comments</comments> <pubDate>Fri, 05 Mar 2010 15:15:00 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[programs]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[drivers]]></category> <category><![CDATA[install]]></category> <category><![CDATA[iso]]></category> <category><![CDATA[tv tuner]]></category> <category><![CDATA[vlite]]></category><guid isPermaLink="false">http://www.hack7mc.com/2010/03/creating-a-windows-7-lite-for-media-center-users-with-vlite.html</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2010/03/creating-a-windows-7-lite-for-media-center-users-with-vlite.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/programs" title="View all posts in programs" rel="category tag">programs</a>, <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="1260389736939208247klaasvangend_Stopwatch.svg.hi" border="0" alt="1260389736939208247klaasvangend_Stopwatch.svg.hi" align="left" src="http://www.hack7mc.com/wp-content/uploads/2010/03/1260389736939208247klaasvangend_Stopwatch.svg_.hi_.png" width="93" height="125"/> Sure, Microsoft already offers a slimmed down version of Windows 7 known as Starter which is light enough to run on even the trimmest of netbooks. Not to mention that standard version of Windows 7 are excellent performers as well but there’s always room for improvement and the Starter version of WIndows 7 doesn’t include things like Media Center. Se let’s take a look at creating our own lite version of Windows 7 with a program called vLite. This will allow us to get the performance of Starter by taking out the extras but leaving everything needed for a Media Center only setup.</p><p>First we’ll need a copy of <a href="http://www.vlite.net/">vLite</a>, a free piece of software that will allow us to add and remove certain pieces of Windows as well as drivers and other items to the Windows 7 installation process. Once you’ve downloaded and installed the program you will also be notified that you need to download the WAIK package from Microsoft. The version linked by the vLite program works well enough but there is also a version that officially <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34&amp;displaylang=en">supports Windows 7 here</a>.</p><p>Either mount the WAIK ISO using a program such as <a href="http://www.slysoft.com/en/virtual-clonedrive.html">Virtual Clone Drive</a> or burn it to disk and install the package. Now we can run vLite and select the original Windows 7 installation media (the files from the DVD <em>not</em> the Windows install folder). vLite will ask you for a location to save the files locally.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/SaveFiles.png" rel="wp-prettyPhoto[g2613]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Save Files" border="0" alt="Save Files" src="http://www.hack7mc.com/wp-content/uploads/2010/03/SaveFiles_thumb.png" width="484" height="362"/></a></p></p><p>Continuing on to the next set of options in vLite you’ll be presented with a number of checkboxes to determine what parts of the install you’d like to configure. Check Integration, Components, Tweaks and Bootable ISO as a minimum. This will allow us to add any drivers for hardware such as TV tuners, display and sound drivers and other items as well as remove nonessential items for a Media Center only setup.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/Tasks.png" rel="wp-prettyPhoto[g2613]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Tasks" border="0" alt="Tasks" src="http://www.hack7mc.com/wp-content/uploads/2010/03/Tasks_thumb.png" width="484" height="361"/></a></p><p><span id="more-2613"></span><p>The first step is Integration. On this tab we can select drivers and hotfixes to preload into the installation process. For Media Center users it’s handy to include items such as TV tuner drivers, display drivers and audio card drivers. Sure you can wait until after the installation is finished but we can save some time by including it from the beginning. Though there aren’t many hotfixes available at this point since the operating system is so new you should have no problem running a quick Windows update after installation, however, once items such as service packs become available you can also include them in the process on this tab.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/drivers.png" rel="wp-prettyPhoto[g2613]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="drivers" border="0" alt="drivers" src="http://www.hack7mc.com/wp-content/uploads/2010/03/drivers_thumb.png" width="484" height="361"/></a></p><p>Now onto the components to remove from the default installation process. This tab can be somewhat tricky for beginners to handle as there is a large number of options. Luckily there are comments to the right of each option giving a quick description of the what it handles and whether or not it’s typically safe to remove. For Media Center exclusive machines there are actually a large number of options which can be checked for removal. Things such as games, paint, wordpad, printer and scanner support are no brainers for the most part (unless you play the Media Center games then leave those in of course).</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/components.png" rel="wp-prettyPhoto[g2613]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="components" border="0" alt="components" src="http://www.hack7mc.com/wp-content/uploads/2010/03/components_thumb.png" width="484" height="363"/></a></p><p>Typically, novices should steer clear of the services and system options if they aren’t 100% sure of what they are doing. This is also where you can find the biggest performance gains however. A basic list of system and service components that can typically be removed follows and there may be more or less that suit your specific needs. You will need to examine each one and determine whether or not you need the feature enabled.</p><ul><li>Error Reporting</li><li>Protected Storage</li><li>Remote Registry</li><li>Secondary Login</li><li>BitLocker Drive Encryption</li><li>Disk Quota</li><li>Help</li><li>Natural Language</li><li>Performance Counters</li><li>Reliability and Performance Monitor</li><li>Run a Legacy CPL Elevated</li><li>Security Center</li><li>System Restore</li><li>Tablet PC</li><li>Windows Defender</li><li>Windows Easy Transfer</li></ul><p>Remember, turning these items off is only recommended for a Media Center run and forget type of setup. Slimming down Windows 7 for most extensive use will require different components remain installed. Also, requirements will vary from user to user and you should evaluate each component being removed based on your specific needs.</p><p>On the next tab you will find a list of tweaks that can be applied during the initial setup as well. Turning off further services by default, without removing them for installation, can result in even further performance gains. Examining items under services listed as Automatic start can setting them to manual or disabled can provide a bit more flexibility than removing them from installation altogether while still not running them by default. Items such as Cryptographic services and firewall are a few you may want to consider setting to manual or disabled to save some additional resources.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/services.png" rel="wp-prettyPhoto[g2613]"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="services" border="0" alt="services" src="http://www.hack7mc.com/wp-content/uploads/2010/03/services_thumb.png" width="484" height="363"/></a></p><p>Once you’ve finished each of the tasks press the Apply button to begin creating your newly customized version of Windows 7. vLite will begin processing the changes and create a new installation build. Once complete you’ll be given the option of creating an ISO or burning the new installation image to a DVD. We recommend an ISO for it’s portability, storage and copying abilities as it can always be burned to DVD later.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/Windows7ISO.png" rel="wp-prettyPhoto[g2613]"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Windows7ISO" border="0" alt="Windows7ISO" src="http://www.hack7mc.com/wp-content/uploads/2010/03/Windows7ISO_thumb.png" width="484" height="362"/></a></p><p>Simply choose the desired option and press the button in the lower right hand corner. If you chose ISO and would like to create a DVD from the image later you can follow this handy guide to <a href="http://www.hack7mc.com/2010/03/creating-a-windows-7-usb-install-drive-with-official-microsoft-tool.html">using Microsoft’s own USB DVD Download tool</a>. That’s all there is to it! You’ve now got a highly customized version of Windows 7 ready to go.</p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2010/03/creating-a-windows-7-lite-for-media-center-users-with-vlite.html/feed</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>Creating a Windows 7 USB Install Drive with official Microsoft Tool</title><link>http://www.hack7mc.com/2010/03/creating-a-windows-7-usb-install-drive-with-official-microsoft-tool.html</link> <comments>http://www.hack7mc.com/2010/03/creating-a-windows-7-usb-install-drive-with-official-microsoft-tool.html#comments</comments> <pubDate>Tue, 02 Mar 2010 14:00:00 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[windows 7]]></category> <category><![CDATA[install]]></category> <category><![CDATA[iso]]></category> <category><![CDATA[usb drive]]></category><guid isPermaLink="false">http://www.hack7mc.com/2010/03/creating-a-windows-7-usb-install-drive-with-official-microsoft-tool.html</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2010/03/creating-a-windows-7-usb-install-drive-with-official-microsoft-tool.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="install-icon" border="0" alt="install-icon" align="left" src="http://www.hack7mc.com/wp-content/uploads/2010/03/installicon.jpg" width="128" height="128"/> Though the demographic is likely small there are certainly a group of Media Center enthusiasts who have already started using a more centralized server setup to store movie media removing the need for a DVD drive on their actual Media Center machine. This goes for many main stream desktop machines as well, with the ability to buy practically any digital media online and download it directly the need for physical distribution is dropping quite sharply. If you happen to be one of these users but are in possession of the standard Windows 7 DVD though, how do we get the operating system onto our drive-less machine?</p><p>Though there are many versions of Windows 7 available for purchase on the Microsoft Store as a downloadable product most users will have picked up a physical version of the product (especially with lower prices to be had at retailers such as <a href="http://www.dpbolvw.net/click-3455996-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16832116754%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Software%2B-%2BOperating%2BSystems-_-Microsoft-_-32116754&amp;cjsku=N82E16832116754">Newegg for OEM versions</a><img border="0" src="http://www.lduhtrp.net/image-3455996-10440897" width="1" height="1"/> and <a href="http://www.dpbolvw.net/click-3455996-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16832116755%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Software%2B-%2BOperating%2BSystems-_-Microsoft-_-32116755&amp;cjsku=N82E16832116755" target="_top">3-pack OEM versions</a><img border="0" src="http://www.lduhtrp.net/image-3455996-10440897" width="1" height="1"/>). So the first step is going to be turning that DVD disk into something more portable. To accomplish this you’ll need at least one machine with a DVD drive in it and a program for creating a ISO version of the disk.</p><p>For this guide we suggest using <a href="http://otivtech.qupis.com/">OtivTech’s Virtual Disk</a>. The program is simple to use, just download, install and run, select the drive you’ve placed the disk in and press the Create ISO button. Even better it’s completely free. Creating the ISO file will take a while to complete, somewhere in the neighborhood of 15-30 minutes depending on the speed of your drive.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/OtivTechISOCreator.png" rel="wp-prettyPhoto[g2599]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="OtivTech ISO Creator" border="0" alt="OtivTech ISO Creator" src="http://www.hack7mc.com/wp-content/uploads/2010/03/OtivTechISOCreator_thumb.png" width="379" height="225"/></a></p><p>Why create an ISO file instead of simply copying the data straight off the disk onto our hard drive? It is entirely possible to never create an ISO of the disk and still get a perfectly working USB install disk but the advantages of having a single file copy of the disk that can be stored in a central location shouldn’t be underestimated. Now is the perfect time to create that copy as well as it certainly won’t be at the top of the priority list once the operating system install is complete. Also, we can use this ISO copy with programs like <a href="http://www.vlite.net/">vLite</a> to create a trimmed down installation as well (check back soon for a guide to slimming down Windows 7 installs to the basics for a Media Center setup!).</p><p>Once we’ve got our ISO copy created Microsoft has a handy little app designed to turn that file into an installation copy directly to a USB or DVD disk. <a href="http://store.microsoft.com/Help/ISO-Tool">Microsoft’s USB DVD Download Tool</a> can be downloaded <a href="http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-U">directly from the Microsoft Store</a> and makes installation disk creation exceptionally easy.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/USBToolStep1.png" rel="wp-prettyPhoto[g2599]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="USB Tool Step 1" border="0" alt="USB Tool Step 1" src="http://www.hack7mc.com/wp-content/uploads/2010/03/USBToolStep1_thumb.png" width="484" height="259"/></a></p><p>Fist choose the ISO file we created then choose which type of media we’ll be copying to, in this case a USB drive. In the next step you’ll have the a dropdown box with a listing of available drives to choose from. In order to create a standard installation disk for Windows 7 you’ll need a USB drive with a minimum of 4gb free space available. Just choose the appropriate disk from the dropdown and select “Begin copying”.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/Step3.png" rel="wp-prettyPhoto[g2599]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Step 3" border="0" alt="Step 3" src="http://www.hack7mc.com/wp-content/uploads/2010/03/Step3_thumb.png" width="484" height="262"/></a></p></p><p>Once complete you can safely remove your USB disk and you’ve now got a complete working bootable Windows 7 USB installation disk.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2010/03/Complete.png" rel="wp-prettyPhoto[g2599]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Complete" border="0" alt="Complete" src="http://www.hack7mc.com/wp-content/uploads/2010/03/Complete_thumb.png" width="484" height="267"/></a></p><p>That’s all there is to it! Check back soon when we’ll also be covering the details of trimming out the excess programs installed by default with Windows 7 that simply aren’t necessary for a Media Center only setup.</p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2010/03/creating-a-windows-7-usb-install-drive-with-official-microsoft-tool.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Bringing a Recording Schedule from Vista to Windows 7</title><link>http://www.hack7mc.com/2009/11/bringing-a-recording-schedule-from-vista-to-windows-7.html</link> <comments>http://www.hack7mc.com/2009/11/bringing-a-recording-schedule-from-vista-to-windows-7.html#comments</comments> <pubDate>Mon, 16 Nov 2009 14:00:00 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[recording tv]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[recording]]></category> <category><![CDATA[recording schedule]]></category> <category><![CDATA[settings]]></category> <category><![CDATA[transfer]]></category> <category><![CDATA[vista]]></category> <category><![CDATA[windows 7 media center]]></category><guid isPermaLink="false">http://www.hack7mc.com/2009/11/bringing-a-recording-schedule-from-vista-to-windows-7.html</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2009/11/bringing-a-recording-schedule-from-vista-to-windows-7.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/recording-tv" title="View all posts in recording tv" rel="category tag">recording tv</a>, <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Windows 7" border="0" alt="Windows 7" align="left" src="http://www.hack7mc.com/wp-content/uploads/2009/11/Windows.png" width="125" height="125"/> Are you one of the many Media Center users already running a Vista Media Center and planning to upgrade to a new Windows 7 install? If so, it’s likely that you’d want to move your recording schedule over as well. For those planning to do a simple upgrade the process should be automatic, however, if you’re planning a clean install it’s going to take a bit more planning and effort. Media Center developer Danny Ton has posted the method to getting this done over at <a href="http://thegreenbutton.com/blogs/windows_media_center_team_blog/archive/2009/11/11/port-your-recording-schedule-from-vista-mc-pre-tv-pack-to-windows-7-upgrade.aspx">The Green Button</a> for those planning on a clean install of Windows 7 from Windows Vista.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2009/11/first_view.png" rel="wp-prettyPhoto[g2488]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="first_view" border="0" alt="first_view" src="http://www.hack7mc.com/wp-content/uploads/2009/11/first_view_thumb.png" width="654" height="369"/></a></p><p>This method will work for anyone who is moving from a basic Windows Vista install, without the Fiji pack installed, but will only copy the recording schedule. This means that the channel lineup and other custom settings will not be carried over and will need to be setup by the user. The recording schedule works by scanning the TV lineup for shows listed in the schedule then marking them for recording. The schedule is actually more of a list than a schedule, containing a list of shows and a set of rules for recording than a list of times, dates and channels to be recorded.</p><p>To get started, the files we need to access are located inside a <a href="http://www.hack7mc.com/2009/03/essentials-for-hacking-windows-7-media.html">hidden folder</a> so we should enable the viewing of such folders. In the <strong>Control Panel</strong>, select <strong>Appearance and Personalization</strong> then <strong>Folder Options</strong>. Under the <strong>View</strong> tab in Folder Options select the <strong><em>Show Hidden files and folders</em></strong> option and press OK.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2009/11/hidden_folders.png" rel="wp-prettyPhoto[g2488]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="hidden_folders" border="0" alt="hidden_folders" src="http://www.hack7mc.com/wp-content/uploads/2009/11/hidden_folders_thumb.png" width="596" height="496"/></a></p><p>Once you’ve enabled the viewing of hidden folders open Windows Explorer and navigate to <strong>C:\Program Data\microsoft\ehome\recording</strong>. Copy the contents of the folder to a backup location such as a flash drive or network storage location. Now proceed with your clean installation of Windows 7.</p><p><span id="more-2488"></span><p>Once you’ve completed your clean install, follow the steps above to show hidden folders once again and locate the <strong>C:\Program Data\microsoft\ehome\recording</strong> directory (or create it if it doesn’t exist). Now place the recordings.xml file you backed up from Windows Vista into the folder before running the Windows 7 Media Center setup.</p><p>During the initial setup of Windows 7 Media Center the recordings.xml will be converted into the Windows 7 Media Center recordings schedule and all of your recordings should be processed once the TV guide listings have been processed. If you’ve already run the initial setup you can also achieve the same results by running the TV Signal Setup from the Settings area.</p><p>Once the machine has had time to scan the TV guide listings for your scheduled show recordings you should be able to view scheduled recordings from Recorded TV’s <strong>view scheduled</strong> area. That’s all there is to it! You should now have a completely transferred recording schedule from Windows Vista into Windows 7.</p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2009/11/bringing-a-recording-schedule-from-vista-to-windows-7.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Microsoft Windows 7 Media Center Beginners Videos</title><link>http://www.hack7mc.com/2009/09/microsoft-windows-7-media-center-beginners-videos.html</link> <comments>http://www.hack7mc.com/2009/09/microsoft-windows-7-media-center-beginners-videos.html#comments</comments> <pubDate>Fri, 25 Sep 2009 13:30:54 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[windows 7]]></category> <category><![CDATA[settings]]></category> <category><![CDATA[windows 7 media center]]></category> <category><![CDATA[wtv]]></category><guid isPermaLink="false">http://www.hack7mc.com/?p=2250</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2009/09/microsoft-windows-7-media-center-beginners-videos.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://www.hack7mc.com/wp-content/uploads/2009/09/gnome-laptop.png" rel="wp-prettyPhoto[g2250]"><img src="http://www.hack7mc.com/wp-content/uploads/2009/09/gnome-laptop.png" alt="Tutorial Videos" title="Tutorial Videos" width="128" height="128" style="float:left;margin-bottom:0;margin-left:0;margin-right:10px;margin-top:0;" /></a>Just getting started with Windows 7 Media Center? Microsoft has created a short series of videos to help you get started using your brand new media experience. These videos are perfect for the absolute beginner to the Media Center experience. If this is you and you&#8217;re more of a visual learner be sure to give these videos a quick view for a quick overview of using Media Center&#8217;s Music Playlist, CD/DVD Burner and TV Recording features. Thanks to <a href="http://thedigitallifestyle.com/cs/blogs/ian/archive/2009/09/24/microsoft-windows-media-center-how-to-videos.aspx">Ian Dixon of The Digital Lifestyle</a> for finding these little gems and sharing them with the community.</p><p>The fist video covers the basics of burning a CD/DVD with Windows 7 Media Center. Watch it in <a href="http://www.youtube.com/watch?v=ixlzN1YV1DU&#038;feature=player_embedded">SD or HD on YouTube</a> or watch the HD version here on Hack7MC below. We&#8217;ve also got the <a href="http://download.hack7mc.com/download.php?id=57">video available for download right here</a> at Hack7MC.<br /> <object width="560" height="340" style="float:none;margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:15px;display:block;"><param name="movie" value="http://www.youtube.com/v/ixlzN1YV1DU&#038;hl=en&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ixlzN1YV1DU&#038;hl=en&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p><p>The next video features the process to creating your own music playlist with Windows 7 Media Center. Watch the video below, <a href="http://www.youtube.com/watch?v=yQ2yCmi3-is&#038;feature=player_embedded">on YouTube</a> or <a href="http://download.hack7mc.com/downloads.php?id=58">Download it from Hack7MC</a>.<br /> <object width="560" height="340" style="float:none;margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:15px;display:block;"><param name="movie" value="http://www.youtube.com/v/yQ2yCmi3-is&#038;hl=en&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yQ2yCmi3-is&#038;hl=en&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p><p>Finally we&#8217;ve got everyone&#8217;s favorite feature, Recording Live TV with Media Center. Once again you can <a href="http://download.hack7mc.com/downloads.php?id=59">download this video from Hack7MC</a>, watch it below or <a href="http://www.youtube.com/watch?v=96BGL3Z2PQ8&#038;feature=player_embedded">watch on YouTube</a>.<br /> <object width="560" height="340" style="float:none;margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:15px;display:block;"><param name="movie" value="http://www.youtube.com/v/96BGL3Z2PQ8&#038;hl=en&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/96BGL3Z2PQ8&#038;hl=en&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p><p><strong>For new users don&#8217;t forget to <a href="http://www.hack7mc.com/subscribe">subscribe to Hack7MC</a> as well and we&#8217;ll bring you all the tweaks and downloads to make the best of your Windows 7 Media Center!</strong></p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2009/09/microsoft-windows-7-media-center-beginners-videos.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Reprogramming MCE Remote Buttons with Intelliremote</title><link>http://www.hack7mc.com/2009/09/reprogramming-mce-remote-buttons-with-intelliremote.html</link> <comments>http://www.hack7mc.com/2009/09/reprogramming-mce-remote-buttons-with-intelliremote.html#comments</comments> <pubDate>Tue, 22 Sep 2009 19:15:00 +0000</pubDate> <dc:creator>Michael Healy</dc:creator> <category><![CDATA[programs]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[button]]></category> <category><![CDATA[intelliremote]]></category> <category><![CDATA[mce remote]]></category> <category><![CDATA[melloware]]></category> <category><![CDATA[remote]]></category> <category><![CDATA[reprogramming]]></category><guid isPermaLink="false">http://www.hack7mc.com/2009/09/reprogramming-mce-remote-buttons-with-intelliremote.html</guid> <description><![CDATA[<p><a href="http://www.hack7mc.com/2009/09/reprogramming-mce-remote-buttons-with-intelliremote.html#comments">Read/Leave A Comment</a> - Find More on <a href="http://www.hack7mc.com/category/programs" title="View all posts in programs" rel="category tag">programs</a>, <a href="http://www.hack7mc.com/category/windows-7" title="View all posts in windows 7" rel="category tag">windows 7</a></p> ]]></description> <content:encoded><![CDATA[<p><img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="intelliremote logo" border="0" alt="intelliremote logo" align="left" src="http://www.hack7mc.com/wp-content/uploads/2009/09/logo2.png" width="124" height="124"/> We’ve already covered replacing the built in movie library with a third party plug-in like <a href="http://www.mediabrowser.tv">MediaBrowser</a> or <a href="http://www.openmedialibrary.org/">Open Media Library</a>. There are even a handful of solutions to hide the default movie start strip and add our own, such as <a href="http://www.hack7mc.com/2009/09/create-custom-themes-and-start-menus-with-media-center-studio.html">MC Studio</a> and <a href="http://www.hack7mc.com/2009/05/hide-media-center-start-menu-strips-with-mikinhosoft-program.html">Mikinhosoft’s Hide Strips</a> program. The one problem that has persisted, however, is that pressing the video button on your MCE remote still takes you to the built in movie library. It’s as if there was nothing we could do to completely eliminate this cockroach like infestation inside our Windows 7 Media Centers. Luckily, with a few quick tweaks and <a href="http://melloware.com/products/intelliremote/">Melloware’s Intelliremote</a> program we can take down this final issue once and for all.</p><p>The first thing we’ll need to do is head over and download and install the <a href="http://melloware.com/products/intelliremote/">latest trial version of intelliremote</a>. This latest version fixes some issues that cropped up with Windows 7, so if you’ve got a previous version installed be sure to remove it and upgrade to this version. The trial version can be used for 30 days and the full version will set you back $24. This modest price will is likely worth it for most Media Center enthusiasts simply for the ease of use that Intelliremote provides as well as the <a href="http://forum.melloware.com/viewforum.php?f=1&amp;sid=84499f01629342d533ede85c3811a02d">fantastic support evident on their forums</a>.</p><p>Once Intelliremote is installed we’re going to perform one more quick fix to enable the program to take control of the system once inside Media Center. By default Windows 7 Media Center takes control of the input device and overrides any other program’s preferences once inside the Media Center program. To disable this we need to open up the Services and disable the Human Interface Device Access service.</p><p>To do this open Control Panel, System and Security, Administrative Tools and open the Services application. Locate the Human Interface Device Access listing, right-click the entry and select properties. Inside the properties dialog select Disabled under startup type and Stop the service using the Stop button. Press OK to save your changes and exit the properties and Services application.</p><p><a href="http://www.hack7mc.com/wp-content/uploads/2009/09/disableHID.png" rel="wp-prettyPhoto[g2243]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="disable HID" border="0" alt="disable HID" src="http://www.hack7mc.com/wp-content/uploads/2009/09/disableHID_thumb.png" width="654" height="443"/></a></p><p>Now let’s open up the Intelliremote program from the programs menu. Then open the Customize options from the system tray icon by double-clicking or right-clicking and selecting Customize. This brings up the options to set the buttons on your MCE remote to perform any action you’d like.</p><p>Let’s get started by selecting the Media Center icon on the left then choosing the MCE Videos button from the listing just to the right. Next press the Learn Code button and on your MCE remote press the appropriate button. If Intelliremote has detected the input properly a Success message should appear briefly then close the dialog. Afterward you can establish the action you’d like that button to perform.</p><p><span id="more-2243"></span><p><a href="http://www.hack7mc.com/wp-content/uploads/2009/09/learnkey.png" rel="wp-prettyPhoto[g2243]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="learn key" border="0" alt="learn key" src="http://www.hack7mc.com/wp-content/uploads/2009/09/learnkey_thumb.png" width="654" height="493"/></a></p><p>For example if you’d like the MCE Videos button to open MediaBrowser instead of the native movie library choose the application event option and enter the location of the ehshell program, usually “<em>C:\Windows\ehome\ehshell.exe</em>”. Under Params, set the entrypoint parameter by entering “<em>/entrypoint:{ce32c570-4bec-4aeb-ad1d-cf47b91de0b2}\{fc9abccc-36cb-47ac-8bab-03e8ef5f6f22}</em>”. This is the “<em>/entrypoint:</em>” switch followed by the AppID, a slash and the EntryPoint ID. For example, to change the button to run Open Media Library the parameters would be, “<em>/entrypoint:{3f0850a7-0fd7-4cbf-b8dc-c7f7ea31534e}\{1044a023-44cc-401c-a5df-4f58601f1f57}</em>”.</p><p><a href="http://www.hack7mc.com/2009/05/media-center-command-line-switches.html"><strong>For more information on Media Center Entry Points check out our previous guide!</strong></a></p><p><a href="http://www.hack7mc.com/wp-content/uploads/2009/09/applychanges.png" rel="wp-prettyPhoto[g2243]"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="apply changes" border="0" alt="apply changes" src="http://www.hack7mc.com/wp-content/uploads/2009/09/applychanges_thumb.png" width="654" height="490"/></a></p><p>Once you’ve set the application and parameters be sure to press the Apply Change button to commit the changes you’ve made to Intelliremote’s settings. That’s all there is to it! Relaunch Windows 7 Media Center and give it a try. As long as the HID Access service has been disabled you should now have total control over the Media Center remote using the Intelliremote settings. <strong>Note: Should you notice any remote buttons stop functioning properly inside Media Center you likely need to use the Learn Code function for that particular button inside Intelliremote.</strong></p> ]]></content:encoded> <wfw:commentRss>http://www.hack7mc.com/2009/09/reprogramming-mce-remote-buttons-with-intelliremote.html/feed</wfw:commentRss> <slash:comments>28</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 14/25 queries in 0.006 seconds using memcached

Served from: newserver @ 2010-07-29 18:36:51 -->