how can I fix this?
enter image description here
Desktop is a special folder and to get the path to it, you can use
Desktop
Set-Location ([environment]::GetFolderPath('Desktop'))
cd is an alias to the Set-Location cmdlet
cd
Set-Location