Required/Reserved/UtilityBelt/Functions/Find-Desktop.ps1

function global:Find-Desktop {
    Set-Location ([Environment]::GetFolderPath("Desktop"))
}