I'm trying to write a Windows Powershell program that executes once every minute and enables the hardware installed touchpad. I have never touched Powershell before, so I have 0 experience regarding what is required to do this.
The program only needs to work on my machine, which is a Toshiba S55T-B.
To enable the touchpad manually, one goes to the icons on the task bar selects -> Toshiba Pointing Device -> Property of Touch-Pad -> ELAN -> (select Elan Smart-Pad) -> Enable Device -> Apply.
How can I accomplish this? Thanks,