This document presents a system for remotely controlling a PC/laptop using an Android device. The system allows wireless control of keyboard, mouse, media playback, and presentations on the PC/laptop. It consists of an Android application and desktop application connected over WiFi. The Android app captures user input which is sent over sockets to the desktop app, simulating keyboard/mouse events on the PC/laptop in real-time. This allows remote control of the PC/laptop from the Android device. The system was implemented using Java, Android, and networking APIs to transmit data between devices for wireless control.