Compare commits

..

No commits in common. '5af1cd184e15703c06ea15c9f8229d19f574eb47' and '2b2987b8d12d7b83ced8369bf6160a2cc64d8ead' have entirely different histories.

@ -18,16 +18,6 @@ Be cautious if running these commands while remotely connecting to another compu
<br> <br>
### Clear Recycle Bin for All Users
Run in an elevated Command Prompt:
```
rd /s /q c:\$Recycle.Bin
```
<br>
### SFC & DISM Commands ### 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: 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:

@ -14,8 +14,6 @@ Note: unless otherwise stated, replace any variable such as `$ComputerName` with
(Get-CimInstance -Class Win32_ComputerSystemProduct -ComputerName $ComputerName).UUID (Get-CimInstance -Class Win32_ComputerSystemProduct -ComputerName $ComputerName).UUID
``` ```
<br>
### Remotely Fetch a (Partial) Installed Program List for $ComputerName ### Remotely Fetch a (Partial) Installed Program List for $ComputerName
```powershell ```powershell

Loading…
Cancel
Save