I am trying to write a PowerShell script to remove the desktop icon for Chrome after installing through sccm. However, certain users in the network have their desktop directed t
If you need $Desktop\a.txt, use this
echo ([Environment]::GetFolderPath("Desktop")+"\a.txt")