1. Remote control

Steps:

  1. Install xrdp package in raspberrypi by:sudo apt-get install xrdp
  2. Remotely start xrdp service by: sudo /etc/init.d/xrdp restart
  3. Windows run mstsc.exe to connect raspberrypi.

2. Static IP configure

Steps:

  1. Open configure file by: sudo nano /etc/dhcpcd.conf
  2. Configure your stastic IP address:
   # Example static IP configuration:
   #interface eth0              
   #static ip_address=192.168.137.10
   #static ip6_address=......
   #static routers=192.168.1.1
   #static domain_name_servers=192.168.1.1 8.8.8.8 .......
  1. Restart net service by: sudo service networking restart