Added recycle bin command
This commit is contained in:
parent
2b2987b8d1
commit
bd69f43aa6
1 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,16 @@ Be cautious if running these commands while remotely connecting to another compu
|
|||
|
||||
<br>
|
||||
|
||||
### Clear Recycle Bin for All Users
|
||||
|
||||
Run in an elevated Command Prompt:
|
||||
|
||||
```
|
||||
rd /s /q c:\$Recycle.Bin
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
### 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue