Doug's profileDoug's PlacePhotosBlogListsMore ![]() | Help |
|
March 30 My Blog has movedMarch 25 Remote Desktop Access - Windows Home ServerOk, as I've mentioned previously, Windows Home Server allows Remote Access to the PC's on your home LAN, that support being a Remote Desktop Host. You can also access the Server after you log into the web interface and go to the Computers tab, but...... you only get the Windows Home Server Console, not the full Home Server Desktop. There are two work-arounds for this.
1) If you're behind a hardware router, forward TCP/IP Port 3389 to the Windows Home Server machine's LAN IP Address. This way you can use the Remote Desktop client to access your Windows Home Server's desktop directly.
2) On the Windows Home Server (either from the console or via Remote Desktop), open Windows Explorer and go to C:\Inetpub\Remote and locate the rdpload.aspx file. Open this file in Notepad. Locate the following two lines:
MsRdpClient.SecuredSettings.StartProgram = "HomeServerConsole.exe -r";
MsRdpClient.SecuredSettings.WorkDir = "c:\\Program Files\\Windows Home Server"; These tell the browser based RDP session to use HomeServerConsole.exe as the "shell", with a command line parameter to tell it not to show the Minimize and Exit buttons.
Replace the two lines, above, with the following two lines:
MsRdpClient.SecuredSettings.StartProgram = "Explorer.exe";
MsRdpClient.SecuredSettings.WorkDir = "c:\\Windows"; Which tells the RDP session to use explorer.exe as the "Shell", which it normally is anyway. You can make other changes to the RDP settings, such as setting a timeout for idle sessions and others. Be careful though, if you don't know what you're changing.
Now, when you access your Windows Home Server from outside your LAN using the web interface, when you select Connect to my home server, from the Computers tab, you'll see the standard Desktop inside your browser window. Version 1 Media Center Extenders - Rebate/Trade-inJessica Zahn, a Program Manager on Microsoft's eHome team, announced the following on thegreenbutton: "People can continue using their V1 Media Center Extenders with an XP-based PC, but for those who plan to buy Windows Vista compatible extenders in the future, there will not be any rebate program for the V1 devices." We had been hoping that some accomodation would be made for the early adopters of v1 technology, but sadly, that won't be the case. March 24 Windows Home Server Beta 2 - Open to the public!Windows Home Server Beta 2 is now open to the public. See http://www.microsoft.com/windowshomeserver for more information and a link on the right side of the page to apply! March 03 Removing a Client PC in Windows Home ServerOne feature missing in Windows Home Server Beta 2 is the ability to remove a client PC from the list of computers that are to be backed up. Why would you do this, you ask? Son or daughter goes away to college, joins the Peace Core or becomes an anti-technology street mime. Suddenly the computer is no longer available to be backed up. But its still joined to the Windows Home Server and the server will still want to back it up.
A solution is here. See http://www.dougknox.com/whs/whsremoveclient.htm for a small Visual Basic program that will allow you to remove the unwanted client PC from the Computers and Backups tab in Windows Home Server.
Note: This software is only intended to support Windows Home Server Beta 2. As such, it should be considered Beta software and is not supported. February 24 OCUR is now called Digital Cable Tuner (DCT)Had nothing else to blog about today, so thought I'd throw this out, from sheer boredom. February 21 Windows Home Server - Remote AccessIf you configure your router/firewall correctly, Windows Home Server allows for secure remote access to your Windows Home Server.
Once you log in using your assigned username and password, you connect via Remote Desktop to computers on your LAN that support Remote Desktop (Windows XP Pro, Windows Vista Business and Ultimate, and etc.). Computers that are unavailable due to being in sleep or hibernate mode will be greyed out unavailable for connection.
Addutionally, you can access shared folders (Public and personal) on the server, and download music, videos, photos, whatever you have stored. The files selected are automatically compiled in a ZIP file for download. After the files are compressed you'll be prompted to open or save the ZIP file.
You can even upload files to the server for storage.
See the screen shots below for more information.
February 20 New i-Mate TV with Windows Vista built in!i-Mate chose mobile phone exhibition, 3GSM to launch a range of Media Center products.
The X-Stream Digital Media Hub, an LCD TV with a Media Center PC built in. It's running Vista Ultimate, has a 500 GB drive, 720 and 1080i support and a wireless router. As the X-Stream is also a wireless media hub, there is a nifty accessory that enhances its capabilities, notably the X-Stream Dock that connects to a remote TV to stream content and also acts as a thin client allowing you to use the X-Stream remotely. Virtual PC 2007 is availableVirtual PC 2007 is now out of beta and available for download.
What is it? Its a software package that creates a "virtual PC" to run an operating system. Not ready to take the Vista plunge? Install Virtual PC 2007, and then run Vista in a "virtual environment" and see how you like it. Already running Vista and tired of dual booting with XP? Install XP in a virtual machine and run it from within Vista.
February 19 Windows Home Server - Beta 2Its coming! Windows Home Server is in the beta 2 testing stage. Its not yet a public beta, but you can apply here:
Public forums are accessible to all at: http://forums.microsoft.com/WindowsHomeServer
What is Windows Home Server? Its a Server 2003 based PC that will allow you to automate backup of all your Windows XP and Vista PC's, with little intervention. Once the server is set up and the client software installed, the backups happen at a time you schedule (default is between midnight and 6 AM). And once the initial backup is performed, incremental backups (new/changed files only) get added during the scheduled run.
It uses a unique (to me anyway) backup strategy. Say you have two computers both running Windows Vista Ultimate. The first machine is backed up. This is not done at the file level, but by the "cluster". Windows Vista uses the NTFS file system, which defaults to a "cluster" size of 4 kilobytes. A number of clusters is used to contain the actual file. A file will always be stored starting at the beginning of a cluster. Windows Home Server backs up the first PC by analyzing and storing each cluster in the server storage pool. Once that PC is backed up it moves to PC #2. On that PC each cluster is analyzed and compared with the clusters that have already been backed up from PC #1. If a match is found (the cluster is identical) it is not copied to the server, but a record is made that PC #2 uses that cluster as well. This might seem like majic, but it isn't. Its just a different method of checking for identical files without having to go into file name, creation date, version and other information. You can also customize the individual PC backup to exclude drives and folders that you don't want backed up.
It can also serve as a Media Server (not Media Center Server, sadly), so you can place music, photos and videos on the server and have them available publicly. And it uses Windows Media Connect to serve your files to any Windows Media Connect device. You can also create individual user accounts, who can have their own private folders which can be restricted to them, or you can allow other user accounts on the server access to them. You can easily drag and drop individual files and folder to make them remotely accessible (see my other blog post on Remote Access).
And it will monitor the Security Center on your Windows XP and Windows Vista machines and warn you when one of them has a problem with the firewall, antivirus or anti-malware programs.
Setup takes a while, with a number of reboots, but its pretty simple. Short of installing and drivers that aren't included on the DVD, you only have to enter your Product Key and an Administrator password. After that, you install the client software and that gives you access to the Windows Home Server Console. Once the server installation is finished, you can disconnect the monitor, keyboard and mouse. The entire thing can be run remotely. You can use the Windows Home Server Console or you can use Remote Desktop to get in.
System Requirements are low. 1 Ghz CPU, 512 Meg of RAM, 100 Mbps hardwire Ethernet connection (clients can be wireless), and enough storage space hold the backups and shared files. Adding another hard disk is easy. Just install the drive, go to Server Storage, right click the new drive and select Add.
One note of caution. Whatever drive(s) you install in the Windows Home Server machine, make certain that there is nothing on it/them you want to keep. All drives in the WHS machine will be formatted.
See more on Window Home Server at: http://www.stopdigitalamnesia.com/
February 10 DVD Decoder Utilty for Windows Vista Media CenterOk, someone has finally come up with the equivalent of the Media Center DVD Decoder Checkup utility for Windows Vista. Its called VMCD (Vista MediaCenter Decoder Utility) and it can be found here:
Posted by Garry Whittaker February 06 MSN Remote Record UpdateHey, it finally happened. In addition to the recent update for MSN Remote Record to allow it to work with Vista, they fixed a long standing bug with "time zones". The previous upate to Remote Record broke the service for a large number of users. If you didn't have a west coast time zone, you couldn't schedule anything. Ok, they fixed this in a few weeks, but the Your Recordings page listed all the Recordings with Redmond time. This has now been fixed! February 02 MSN Remote Record Updated for Windows VistaMSN's Remote Record Service has been updated to work with Windows Vista!
A new service for users of Windows® Vista Home Premium or Ultimate edition or Windows® XP Media Center Edition 2005 based PCs. Now you can schedule TV shows to record from anywhere you have access to a computer with an Internet connection. You can set up the MSN Remote Record service on your Windows Vista Home Premium or Ultimate edition or Windows XP Media Center Edition 2005 based PC and start using it today!
If you can't find the download link, you're not the only one.
Oh, and it doesn't install on Vista x64 builds for me. I hope to try an x86 build this weekend.
Ok, Aaron Stebner has posted a detailed blog post on why it won't install on x64 and the steps to make some changes to the Registry to get it to install and run on x64:
January 26 Windows Vista SP1Windows Vista isn't even commercially available, yet and Microsoft has already announced that SP1 will be out in the second half of 2007. They didn't say when............
January 22 Online Spotlight Goes Live for Vista Media CenterMost users in the US should now see the Online Media section of Media Center in Windows Vista now contains more that just links to the built-in games. Of course, its not much. Just NPR, MSN TV and TV Tonic, at this time. Expect more content to show up as Vista nears its official launch. Vista Drivers for Hauppauge TunersHauppuage has an updated web page which lists what tuners will be supported under Vista, and includes information on 32 and/or 64 bit support. Links are also provided to the driver downloads, when available.
January 18 Windows Vista "Family Pack"Ok, reports are circulating that a Windows Vista "Family Pack" will be available for households with multiple machines. Mary Jo Foley reported that the price is $49.95 for each additional Home Premium license.
How it works.
1) You buy one retail copy of Windows Vista Ultimate.
2) You will then be able to go online (link not yet available) and enter the Product Key from your retail copy of Windows Vista.
3) You can then purchase up to two additional licenses for Windows Vista Home Premium at a reduced cost.
Amazon.com lists Windows Vista Ultimate (Full Version) for $379.99 and the Upgrade version at $249.99. Home Premium is listed at $229.99 and $154.99, for the Full and Upgrade versions.
This offer will not be made available to customers who purchase a PC with Vista pre-installed (OEM versions) according to the current reports. However, according to Microsoft, you will still be able to utilize the Upgrade Anytime feature of Windows Vista, should you find you need more from Vista than your computer came with. Pricing is listed at:
January 16 New Sports ribbon in Vista Media CenterBy now, most of us in the USA running Vista RTM have seen the new Sports ribbon on the main menu. Here you can find scores, highlights and other information on all of the major sports categories. The information is provided by Fox Sports, as far as I'm aware, although there may be other sources. I have had some time to play with it, and its a pretty neat addition. I'm not sure it should have been a top level menu item, vs. Online Media, but...............
Windows Vista and CableCardOk, by now, you've probably read about the fact that Windows Vista will support CableCard in its implementation of Media Center. Currently, as far as I know, only ATI is making OCUR (Open Cable Unidirectional Receiver) devices for this. They're also known as Digital Cable Tuners (DCT). With CableCard support you can now get your HDTV programming, including premium channels, from your cable provider directly in Media Center. Of course, you have to subcribe to the services in the first place to get them.
Pros1) Great picture quality.
2) Access to HDTV content, including "premium" channels.
3) At least on Comcast, the CableCard is cheaper per month than the traditional set top box.
4) This is sort of a "pro", you don't need the typical set top box, but you'll likely wind up with an external tuner at this point. They're not quite as unattractive as the usual STB, but.........
Cons1) Unidirectional means that you will not have access to Pay-per-View and OnDemand type services.
2) Initially, and for the foreseeable future, DCT's will only be available on pre-built machines from OEM's. These machines must be CableLabs certified, and the certification process isn't cheap. So don't expect to see these at your local Mom and Pop computer store.
3) DVI-DVI (and I assume HDMI) connections require a fully HDCP compliant and enabled video card.
4) All content recorded with the CableCard inserted is "Copy Protected", regardless of whether it was broadcast as protected. This means you can't burn anything to DVD.
Overall, I was very happy with it, during the beta testing phases. Of course, as with any beta there were bugs to be worked out, but I'm glad to have been a part of the process. And the final product is good, as well.
While it isn't CableCard related, I would have loved to have seen more functionality added, with even more control over Media Center, in this release, but....... That's what Update Rollups are for, I guess.
More information on CableCard support can be found at ATI's web site, and a blog post by Robert McLaws
|
|
|