How to Download and Install Windows Home Server Connector without DVD disk

by

Just recently, I decided to setup an old computer with a brand new hard-drive to test out Windows 7 Beta, and while setting this up I decided I wanted to connect the computer to my HP Windows Home Server.  The only problem was that I could not find the Windows Home Server DVD to install the connector. Maybe I accidentally threw out the DVD because I could not find it anywhere.

At any rate, I thought either HP or Microsoft would be able to provide a download of the software so I could burn the ISO file to CD or DVD and install the Home Server software.  

However, I came to find out that there's an even easier way to download the connector software to your second computer as long as your computer is setup on the same network as your Windows Home Server (by wireless or by hard-line).  Here's what to do to setup and install the Windows Home Server connector software on your computer:

  1. On the computer you want to install the Windows Home Server connector, open up your browser (Internet Explorer or Firefox) and type in http://yourservername:55000.  Be sure to replace "yourservername" with the name you gave your hp server.  I think the default server name is "hpserver", but in my case I named my WHS "doughpserver", so the url that I would use is: http://doughpserver:55000.  This will open up the "Windows Home Server Connector Setup" page.
  2. To download and install the Windows Home Server Connector software on your home computer, click the 'Download Now' button.
  3. A Windows Home Server box will pop-up, which will allow you to download the connector software and install it.
  4. Once the WHS connector software is installed you will be asked to logon to your Windows Home Server using the password that you created when you initially setup your Home Server.
  5. Once you've logged in, an "HP MediaSmart Server" icon and a "Shared Folders on Server" icon will be placed on your desktop.
  6. That's it!

These are the steps that I took to download and install HP MediaSmart/ Windows Home Server connector on a second computer that's using a Windows 7 Beta operating system, and is connected wirelessly to my home server's network.

 


0
0

Add your comment

by Anonymous - Already have an account? Login now!
Your Name:

Comment:
Enter the text you see in the image below
What do you see?
Can't read the image? View a new one.
Your comment will appear after being approved.

Related Posts


I recently discovered an issue after I upgraded to TinyMCE 4.1.3 version text editor in my ASP.NET web pages that was causing the formatting of my <pre> tags to not keep its line break formating on PostBack. At first I thought this might be a CSS...  more »

So my Logitech Wave keyboard was working just fine, then all of a sudden the Space bar key got stuck in the down position. It actually happened while cleaning the keyboard and it's keys (although to be honest, at the time it happened I didn't completely...  more »

ISO files contain the image of a disc, which is essentially an exact copy of the low level data actually stored on a disc. Typically, ISO image files have a file extension of .iso. When burning an ISO file to CD or DVD, you'll want to just make sure that...  more »

Setting up Gmail on your Apple device can involve a few steps. Here's how to get Gmail setup on an iPhone that uses Apple's Mail app: 1.) Tap the "Settings" app on your iPhone. Then select "Calendar, Contacts and Mail" from the populated list. 2.) Tap on...  more »

So here's a quick tip on how to fix the following SQL Server "SqlDateTime overflow" error. System.Data.SqlTypes.SqlTypeException SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. The reason that you are probably...  more »

In Windows 7, the Recycle Bin seems to be missing from the desktop by default. Fortunately, it's pretty simple to show (or hide) the Recycle Bin on the desktop. To show (or hide) the Recycle Bin on the desktop in Windows 7 follow these steps: Click the...  more »

Taking the cover off of a Dell XPS 8000 computer can be a bit of a mystery if you have never removed it before. Here's how to open the case of a Dell XPS 8000 for the first time: At the back of the Dell XPS 8000 case, remove the screw just below the hand...  more »

Wordpress is a blogging application that provides basic content management to those who manage their own website blogs. It is free and available for download at Wordpress.org and is the most commonly used program for bloggers. A blog is essentially a...  more »

Windows Vista comes with a little known tool called the "Snipping Tool" that allows you to take screenshots of your computer screen. The Snipping Tool has the ability to take 4 different types of screenshots. You can choose from Free-form Snip,...  more »

Here are two step by step examples showing you how to move a window that is off screen using the arrow keys on your keyboard.  more »

The ScanDisk utility that was in previous versions of Windows is no longer available in Windows XP. Not to worry because you can now use the Error-Checking tool to check the integrity of your hard disk.  more »

Here's how you can find the text of a particular TextBox witnin an ASP.NET GridView row and then Select and Copy the text to Clipboard with Javascript. First put the following javascript in the HTML of your page (either in HEAD of your html page or...  more »