REM Title: Nope-Pad REM Author: Kavitate REM Target: Windows (Laptop) REM Version: 1.0 REM Category: Prank REM Operation: Re-enables the built-in touchpad of the laptop. GUI r DELAY 500 STRING powershell Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\PrecisionTouchPad\Status -Name Enabled -Value 1 ENTER