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


Here's how to install Internet Information Services (IIS7) on a Windows 7 (or Vista) computer so that ASP.NET websites will run on the IIS7 web server. First, you will want to make sure that you are signed into an account with Administrator access on your...  more »

To force long text lines to wrap in an HTML <pre> tag, you can use CSS code to wrap the text. The word-wrapping CSS code below should work to wrap long lines of text within the <pre> tag, in IE, Firefox and Safari... you may want to test the...  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 »

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 »

You may need to have an image refreshed automatically on a web page in ASP.NET to get the latest image. One instance where you might want the fresh image is if you upload an image that has the same file name as an already existing image file on the...  more »

After running a ASP.NET website on IIS 7.5 for the first time on a Windows 7 computer, I was faced with the following error message: Login failed for user 'IIS APPPOOL\ASP.NET v4.0'. Description: An unhandled exception occurred during the execution of the...  more »

Here's a quick tip on how you can adjust the mouse pointer speed in Windows 7: Click Start menu, and then open Control Panel. Then click on Hardware and Sound. Now under Devices and Printers, click on Mouse. The Mouse Properties box should pop-up, click...  more »

There may be a time when you want to use special characters in a Word document or other text file. With Windows Vista and Windows 7 you can quickly bring up a Character Map, which allows you to copy special characters or symbols, which can then be pasted...  more »

Finding Cookies in Windows Vista is a little trickier than you might think. Most cookies are found in the following folder location: C:\Users\<user>\AppData\Roaming\Microsoft\Windows\Cookies\Low So you can just type that into the windows address bar...  more »

If you've been using Windows Mail on a Windows Vista computer, and upgraded to a Windows 7 computer you may want to copy over your email information from Windows Mail to the newer Windows Live Mail email client on Windows 7. As it stands now Windows Mail...  more »

UPDATE 12-16-2011: For those of you who are getting an "sgen.exe" error message when trying to building your project in Visual Studio that reads something like "Could not load file or assembly or one of its dependencies. Operation is not supported. SGEN"....  more »

In this tutorial you will learn how to backup the Registry on a Windows computer. Having a backup of your registry is extremely important if you plan to make any manual settings changes to the Registry, because if you make a mistake while messing around...  more »