Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
[+] Removed REM_BLOCK
[+] Added Delay in "OPEN POWERSHELL" for DS 1.0
  • Loading branch information
aleff-github committed Sep 5, 2024
1 parent e84d384 commit b92a53b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions assets/code/1_0_ERASE_TRACES_POWERSHELL.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@

REM_BLOCK
Credits: ShellHacks
Website: https://www.shellhacks.com
Source: https://www.shellhacks.com/clear-history-powershell/
END_REM

REM Clear the command history in PowerShell by deleting the history file
STRING Remove-Item (Get-PSReadlineOption).HistorySavePath
ENTER
Expand Down
1 change: 1 addition & 0 deletions assets/code/1_0_OPEN_POWERSHELL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

DELAY 2000
GUI r
DELAY 1000
STRING PowerShell
Expand Down

0 comments on commit b92a53b

Please sign in to comment.