rd /s /q C:\$Recycle.bin
This clears out the $Recycle.bin folder from the C:\ partition. You may have to do this for each hard disk partition in your system
Source: https://social.technet.microsoft.com
rd /s /q C:\$Recycle.bin
^(.*?)$\s+?^(?=.*^\1$)
HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\
Set
AllowEncryptionOracle = 2
QWINSTA /SERVER:<hostname>
LOGOFF <sessionid> /SERVER:<hostname> /V
Send-MailMessage -SMTPServer 192.168.0.1 -To to@email.com -From from@email.com -Subject "This is a test email" -Body "Hi, this is a test email"