How can we troubleshoot app-v application having shortcut launch issue.
If an app-v application is failing to launch , how can we troubleshoot the same.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
dannyarya
2 years ago
Yes, you can open the bubble with the below commands and they run the shortcut executable to see it is working or not? That can give you a clue about what to do next.
$AppVName = Get-AppvClientPackage <Package>
Start-AppvVirtualProcess -AppvClientObject $AppVName cmd.exe
like need to give permission, resequencing, or need any prerequisite software.