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


SQL Server Reporting Services can be a pain in the arse to set up correctly for the first time. Even after you've got things running correctly, you can sometimes run into issues, which is exactly what happened to me recently. I had setup my local...  more »

If you recently bought a new Dell Laptop with Windows 10, you may be wondering why the headphone input jack is not working correctly when you plug in speakers or headphones (or possibly a mic). Well, unlike older Dell laptops that may have had two input...  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 »

Here's how you can determine if your computer is running a 32-bit or 64-bit version of Windows: Click on the Start button -> then click Control Panel, -> then click System and Maintenance, -> and then click System. In the System section, you'll...  more »

In SQL Server 2008 Management Studio, you may want to change the default settings to allow you to edit more than the 200 rows at a time, or select more than 1000 rows, which are the default settings for SQL Server. To modify "Edit Top 200 Rows" or "Select...  more »

Often times when using formula's in Excel, you want to keep just the text values that a formula outputs while deleting the actual formula from the cells. To keep a value in a cell while removing the formula that produced the value try the following: Type...  more »

Here's a quick SQL tip on how to get records beginning with numbers only. Use the query string LIKE '[0-9]%' For example: SELECT u.UserId, u.UserName FROM dbo.aspnet_Users u WHERE u.UserName LIKE '[0-9]%' ORDER BY u.UserName Keep in mind, If you are using...  more »

To create a border outline for a transparent rectangle or circle in Photoshop do the following: Select the "Rectangle Marquee Tool" (or use the "Circle Marquee Tool" for drawing an oval) and then draw an outline for the border area. Go to the "Edit" menu...  more »

I just came across a way to test a data providers connection string (like a SQL Server database) with the help of a plain text file using Notepad. To investigate and test out if your connection string works, your going to want to create a UDL file. To do...  more »

A regular expression for validating a image url.  more »

Having strong yet easily memorized passwords is crucial to protecting your personal information on the internet or your computer. Most people use passwords for many day to day online activities - checking your e-mail, paying your bills, logging into your...  more »

One of these useful features is the pivot table function. You can find it in all spreadsheet applications. The present guide shows how to create a pivot table in the Calc application of LibreOffice, which is the Ubuntu Linux version of Calc in...  more »