From bd69f43aa6c30b4fb758778e53c891e7e5f67598 Mon Sep 17 00:00:00 2001 From: capntack Date: Wed, 14 Aug 2024 21:03:28 -0500 Subject: [PATCH] Added recycle bin command --- cmd-commands.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cmd-commands.md b/cmd-commands.md index fca518a..7569e39 100644 --- a/cmd-commands.md +++ b/cmd-commands.md @@ -18,6 +18,16 @@ Be cautious if running these commands while remotely connecting to another compu
+### Clear Recycle Bin for All Users + +Run in an elevated Command Prompt: + +``` +rd /s /q c:\$Recycle.Bin +``` + +
+ ### SFC & DISM Commands The following commands will repair/replace corrupted/missing system files, as well as clear up disk space. They must all be ran in an elevated Command Prompt: