Hi I want to create several shortcuts at same time using powershel and something like this
Get-ChildItem -Path D:\something\ -Include *.exe -File -Recurse -ErrorAction SilentlyContinue
get the results and generate shortcuts(.lnk files) for all .exe files
(.exe is just one example of file type)
Can u help me? thx