diff --git a/Clear-RecycleBin/Clear-RecycleBin.ps1 b/Clear-RecycleBin/Clear-RecycleBin.ps1 index c32714c..f809942 100644 --- a/Clear-RecycleBin/Clear-RecycleBin.ps1 +++ b/Clear-RecycleBin/Clear-RecycleBin.ps1 @@ -12,10 +12,10 @@ Author : Jaap Brasser DateCreated: 2017-01-12 DateUpdated: 2017-01-12 Version : 1.0 -Blog : http://www.jaapbrasser.com +Blog : https://www.jaapbrasser.com .LINK -http://www.jaapbrasser.com +https://www.jaapbrasser.com .EXAMPLE . .\Clear-RecycleBin.ps1 @@ -36,4 +36,4 @@ Will remove the files and folders in the Recycle Bin for the current user (New-Object -ComObject Shell.Application).NameSpace(0x0a).Items() | ForEach-Object { Remove-Item -LiteralPath $_.Path -Force -Recurse } -} \ No newline at end of file +}