Translate

Thursday 27 June 2013

HOW TO INSTALL .NET FRAMEWORK 3.5 ON WINDOWS 8

How to install .Net Framework 3.5 on Windows 8, if it is not installing by clicking .Net Framework 3.5 in the turn Windows features on or off interface.


Step1:
Insert Windows 8 DVD (see where DVD drive is located D, E or F).


Step2:
Open Command Prompt window (run as administrator).


Step3:
To install .Net Framework 3.5 use the following command:


DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs


(Source:d:\sources\sxs)  this is pointing to the DVD and the letter d is the drive that the DVD is on. Your drive letter might be different example e or f.


This is how it will look if it is successfully installed.
 
 
 
You can also go to Turn Windows Feature On or Off to see if .Net Framework 3.5 is selected.
 
 
 
Thank you.
I hope this is helpful.




Monday 24 June 2013

HOW TO RESET PRO CURVE 1700-24 SWITCH

Hi Guys,

Here is how to reset a PRO CURVE 1700-24 Switch:

1. Unplug the power from the switch.
2. Connect a single network cable from port 1 to port 2.
3. The plug the power back in.
4. Wait at least 40 seconds or more.
5. Then remove network cable.

The PRO CURVE switch is now reset to an IP address of 192.168.2.10 and password will be admin or no password.

Here is how to get onto the switch to configure:

1. Connect the switch to a network.
2. Connect you PC or laptop to the same network.
3. Configure a static IP on your machine in the same range as the switch. e.g.
     * IP address: 192.168.2.11
     * Subnet mask: 255.255.255.0
     * Default gateway 192.168.2.10 or leave blank which ever works.
4. Open you web browser. Enter the IP address of the switch.
5. When connected to switch enter password: admin or no password.

You are now ready to configure your switch.


Thank you.