Monday 4 July 2016

How to clear recycle bin from command prompt

rd /s %systemdrive%\$Recycle.bin
 

No comments:

Post a Comment

How to find the last interactive logons in Windows using PowerShell

Use the following powershell script to find the last users to login to a box since a given date, in this case the 21st April 2022 at 12pm un...