Skip to content

Commit b92a53b

Browse files
committed
Bug fix
[+] Removed REM_BLOCK [+] Added Delay in "OPEN POWERSHELL" for DS 1.0
1 parent e84d384 commit b92a53b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

assets/code/1_0_ERASE_TRACES_POWERSHELL.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11

2-
REM_BLOCK
3-
Credits: ShellHacks
4-
Website: https://www.shellhacks.com
5-
Source: https://www.shellhacks.com/clear-history-powershell/
6-
END_REM
7-
82
REM Clear the command history in PowerShell by deleting the history file
93
STRING Remove-Item (Get-PSReadlineOption).HistorySavePath
104
ENTER

assets/code/1_0_OPEN_POWERSHELL.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
DELAY 2000
23
GUI r
34
DELAY 1000
45
STRING PowerShell

0 commit comments

Comments
 (0)