This arduino code allows you to run powershell instructions in the background as administrator in about 7 seconds with an azerty keyboard.
git clone https://github.com/AlexRandomed/Arduino_AZERTY_HID
Or just download zip file : https://github.com/AlexRandomed/Arduino_AZERTY_HID/archive/main.zip
Replace https://localhost/payload.ps1 with the url of your powershell script.
- Fork it (<[https://github.com/AlexRandomed/Arduino_AZERTY_HID]>)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request