Archive for Windows

Replacement Windows Available Online



Replacement Windows add both value and beauty to your home. The value is seen right away with replacement windows as your house will appraise at a higher value after you have made this particular home improvement. You will also be able to notice the difference in your heating and air conditioning bills. Because Replacement Windows offered today are much more energy efficient than older windows, you will notice that it takes a lot less money to heat or cool your home.

One of the best aspects about getting replacement windows is the ease in which the new windows can be cleaned. Most people spend a couple days each year cleaning their old windows and they still never seem to look clean. It can be quite a chore, especially if you have to get on a ladder to reach the outside of windows on a second floor. Removing storm windows and replacing them may be a rite of spring, but it is very time consuming.

In addition to being more energy efficient because of the glazing process in the glass, the structure of the replacement windows is more efficient when it comes to cleaning ease. Most of them make it easy to clean both sides of the glass from the inside of your home, eliminating the need for a ladder. And storm windows are now a thing of the past as well.

Ordering replacement windows online can save you quite a bit of money and allow you to peruse the different styles of windows right from the comfort of your own home. Best of all, you do not have to put up with a pushy window salesman who will continue to hound you or try to use the “hard sell” approach to get you to sign up on the spot.

There are several window manufacturing companies such as Hurd, Crystal, Lang and Simonton, that offer assistance to those who want to order their replacement windows online. By ordering directly from the manufacturer, you are saving at least 50 percent of what it would cost you if you ordered from a sales representative, without the hassle.

Check out the different online sites where you can order your own replacement windows and take a look at the prices. You will be absolutely amazed at the difference. Measuring is easy and there are websites that can even instruct you on how to install your replacement windows, a home improvement that anyone with simple carpentry skills can undertake.

If you are looking for the best way to add value to your home, save on energy costs and improve the beauty of your property, take a look online at the replacement windows offered by the leading manufacturers.

Replacing Your Home's Windows



Whether you’re replacing one or all of your windows, window replacement is a significant investment. You will come to find out that it is well worth the money invested when energy is being lost through your existing windows, or if you are looking to enhance the exterior aesthetics of your home. Before diving into a set of new windows, make sure that you are equipped with a little knowledge about today’s window types and design. Also, stay focused on the fact that your new window styles and sizes need to complement your house.

Aside from enhanced aesthetics, energy savings is the number one reason why homeowners are excited to replace their old windows. The truth is that energy prices are on an upward spiral and energy efficient windows are one great way to fight against it. Replacing old windows is one of the easiest and most apparent forms of energy savings. Through these savings, new quality windows will pay for themselves and continue to save you money throughout the years.

The number of dollars saved is determined greatly by the type of glazing you choose to use on your windows. Multiple layers of glaze on your windows can insulate your house and retain heat, which adds to the energy value. Today’s marketplace includes several glazing options such as double or triple glazing, as well as argon-gas filled windows and a special low-e coating (low-emissivity). For windows in warmer climates, it is suggested to pay attention to low-E coatings because they reduce the solar heat transmitted through the window pane and into your home. This significantly lowers the U-value, which ultimately increases the insulation ability.

Another important factor drawn in with window replacement involves window frames. Aside from the glass, this may be the most important aspect of your new windows. Window frames are now available in a variety of different materials which include wood, vinyl, vinyl clad wood, steel, aluminum, fiberglass, and composite plastic. Each material offers a unique look and feel, as well as different levels of energy efficiency. Additional differing features include level of maintenance, durability and cost.

How to Configure an Authoritative Time Server in Windows Server 2008



Time synchronisation in modern computer networks is essential, all computers need to know the time as many applications, from sending an email to storing information are reliant on the PC knowing when the event took place.

Microsoft Windows Server from 2000 onwards has a time synchronisation utility built into the operating system called Windows Time (w32time.exe) which can be configured to operate as a network time server.

Windows Server 2008 can easily set the system clock to use UTC (Coordinated Universal Time, the World’s time standard) by accessing an Internet source (either: time.windows.com or time.nist.gov).

To achieve this, a user merely has to double click the clock on their desktop and adjust the settings in the Internet Time tab.

It must be noted however, that Microsoft and other operating system manufacturers strongly advise that external timing references should be used as Internet sources can’t be authenticated.

To configure the Windows Time service to use an external time source, click Start, Run and type regedit then click OK.

Locate the following subkey:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParametersType

In the right pane, right-click Type then click Modify, in edit Value type NTP in the Value data box then click OK.

Locate the following subkey:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeConfigAnnounceFlags.

In the right pane, right-click AnnounceFlags and click Modify. The ‘AnnounceFlags’ registry entry indicates whether the server is a trusted time reference, 5 indicates a trusted source so in the Edit DWORD Value box, under Value Data, type 5, then click OK.

Network Time Protocol (NTP) is an Internet protocol used for the transfer of accurate time, providing time information along so that a precise time can be obtained

To enable the Network Time Protocol; NTPserver, locate and click:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpServer

In the right pane, right-click Enabled, then click Modify.

In the Edit DWord Value box, type 1 under Value data, then click OK.

Now go back and click on

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeParametersNtpServer

In the right pane, right-click NtpServer, then Modify, in the Edit DWORD Value under Value Data type In the right pane, right-click NtpServer, then Modify, in the Edit DWORD Value under Value Data type the Domain Name System (DNS), each DNS must be unique and you must append 0×1 to the end of each DNS name otherwise changes will not take effect.

Now click Ok.

Locate and click the following

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpClientSpecialPollInterval

In the right pane, right-click SpecialPollInterval, then click Modify.

In the Edit DWORD Value box, under Value Data, type the number of seconds you want for each poll, ie 900 will poll every 15 minutes, then click OK.

To configure the time correction settings, locate:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32Timeconfig

In the right pane, right-click MaxPosPhaseCorrection, then Modify, in the Edit DWORD Value box, under Base, click Decimal, under Value Data, type a time in seconds such as 3600 (an hour) then click OK.

Now go back and click:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32Timeconfig

In the right pane, right-click MaxNegPhaseCorrection, then Modify.

In the Edit DWORD box under base, click Decimal, under value data type the time in seconds you want to poll such as 3600 (polls in one hour)

Exit Registry Editor

Now, to restart windows time service, click Start, Run (or alternatively use the command prompt facility) and type:

net stop w32time && net start w32time

And that’s it your time server should be now up and running.