A UI to turn a laptop's touchscreen on and off
- Download the touchToggle.ps1 file and place it a directory of your choice (one where it won't get deleted)
- Create a new shortcut to file
- Right Click on the new shortcut and select properties
- Change the Target to:
C:\Windows\System32\cmd.exe /c start /min "" powershell -WindowStyle Hidden -ExecutionPolicy Bypass -File "C:\your\path\here"
- Go to advanced then check run as administrator