Skip to content

Commit e8d3970

Browse files
committed
Update README.md
1 parent b92a53b commit e8d3970

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Welcome to the **DuckyScript Cookbook** — your quacktastic assistant for whipp
88

99
<img src="https://github.com/VSCodium/icons/raw/main/icons/linux/nobg/blue1/paulo22s.png" width="50" /> - _VSCodium soon..._ - <a href="https://marketplace.visualstudio.com/items?itemName=Aleff.duckyscriptcookbook"><img src="https://code.visualstudio.com/assets/images/code-stable.png" width="50" /></a>
1010

11+
![](https://github.com/aleff-github/Deposito/blob/main/DuckyScriptCookbook/Hak5%20Disclaimer.png?raw=true)
12+
1113
## Index
1214

1315
- [What's Cooking? 🍳](#whats-cooking-)

assets/code/1_0_ERASE_TRACES_POWERSHELL.txt

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

2+
REM Credits: ShellHacks
3+
REM Website: https://www.shellhacks.com
4+
REM Source: https://www.shellhacks.com/clear-history-powershell/
5+
26
REM Clear the command history in PowerShell by deleting the history file
37
STRING Remove-Item (Get-PSReadlineOption).HistorySavePath
48
ENTER

0 commit comments

Comments
 (0)