CleanPSHumanizer.ps1

cls

$ModuleName       = "PowerShellHumanizer"

$ModulePath       = Join-Path $env:USERPROFILE Documents\WindowsPowerShell\Modules
$TargetModulePath = Join-Path $ModulePath $ModuleName

rm $TargetModulePath -Recurse -Force -ea 0