I accessed the installed virtual application’s virtual programdata folder using below process.
If we directly
access the folder , we will get access denied. So we need to follow below
process.
$AppVName = Get-AppvClientPackage <Package>
Start-AppvVirtualProcess -AppvClientObject $AppVName cmd.exe
No comments:
Post a Comment