Windows

SNAGHTML2eebd9d1.png

install windows 7 from usb

Requirements

1. USB Drive that’s at least 4 GB in size.

2. Windows 7 ISO download at that’s 32 or 64 bit (it doesn’t matter which although I highly recommend you installed the 64 bit version). You can purchase such right from the Microsoft Store.

3. The Windows 7 USB/DVD Download tool  (this tool allow you to create allows you to create a copy of your Windows 7 ISO file on a USB flash drive or a DVD).

Getting it Done

This is the easiest way to get windows 7 installed on a USB drive. Specially if you are not a techie.

Fire up the tool under Start > Windows 7 USB DVD Download Tool > Windows 7 USB DVD Download Tool.

Windows 7 USB DVD download tool

1. Select the ISO image you’ve downloaded for Windows 7 or windows server 2008 32 or 64 bit.

Windows ISO Select

2. Choose Media Type (in this case we’ll use ‘USB Device’).

SELECT USB

3. Select the USB Device from the dropdown menu and click Begin Copying.

Copy windows files onto USB Drive

4. Once it is finished you may close the tool.

windows 7 usb ready

5. Go to my computer and verify the usb drive icon has the windows installer logo.

windows installer

6. You are done! Now just start the installer from within windows or boot off your USB drive.

image.png

Implement SSL Certificate in IIS

I. Generate CSR

II. Purchase SSL Certificate

III. Install SSL Certificate.

I. Generate CSR

1. Select the server node in the tree view and double-click the Server Certificates feature in the list view:

ssl certificates iis manager

2. Click Create Certificate Request… in the Actions pane.

Create Certificate request for SSL certificate in iis

3. Enter all of the information required by the Certificate and click Next.

Request ssl certificate iis

4.  Leave the default setting and click Next

Request ssl certificate iis

5.  Specify a File Name and click Finnish.

Request ssl certificate iis

II. Purchase SSL Certificate

1. Purchase an IIS (Internet Information Services) Certificate from a Certificate Authority.

III. Install Certificate.

1. Once the IIS Certificate has been obtained click Complete Certificate Request….

iis ssl server  certificates

2. Specify the the location of the certificate file and type in the Friendly Name of the site.

Complete ssl iis certificate

3. After the certificate has been successfully installed to the server, you will need to assign that certificate to the appropriate website using IIS Manager.

4. Under “Sites”,select the site to be secured with SSL.

5. From the “Actions” menu (on the right), click on “Bindings”.

IIS manager site bindings ssl certificate

6. In the “Site Bindings” window, click “Add”. This will open the “Add Site Binding” window.

ssl certificate site binding

7. Under “Type” choose https. The IP address should be the IP UNIQUE to that site, and the port should be 443. The “SSL Certificate” field should specify the certificate that was installed previously.

ssl sertificate site binding

8. You now have an IIS SSL server certificate installed on