Introduction: Running Linux Terminal on Windows With DHCP and Raspberry Pi

About: I am a high schooler with an interest in almost all things robotic

What you'll need:

Computer with Windows installed

Raspberry Pi (I recommend B+ but any will work)

SD Card with Raspberry Pi image prepared

Ethernet cable

Power Source for Raspberry Pi

DHCP Server (Available here)

PuTTY (Available here)

Step 1: Prepare DHCP Server

Once you have downloaded DHCP Server, open it up and begin to prepare your configuration file.

First: Open dhcpwiz

Second: Select your network interface (Choose an ethernet interface with DHCP DISABLED)

Third: Skip this page

Fourth: Set your IP Pool (The range of possible IP's) I tend to use 192.168.2.1 - 255

Fifth: Set the file path to your INI file and write the file

Once done configuring your DHCP server run dhcpsrv and continue as a tray app

Step 2: Connect to Your Raspberry Pi

Once you have DHCP configured it's time to connect to your Raspberry Pi via PuTTY!

Just open up PuTTY and type in the IP address assigned to the Raspberry Pi via DHCP Server which should be displayed with a notification (If there is no notification usually the assigned IP address or 2 above the one you entered in your IP Pool [Mine: 192.168.2.2 or 192.168.2.3])

Step 3: Success!

Once you enter your IP into PuTTY it should bring up your login screen, then just login.