Application Virtualization Utility Included with Microsoft Office 2016
Executes .bat file through AppVLP.exe
AppVLP.exe {PATH_SMB:.bat}
Executes powershell.exe as a subprocess of AppVLP.exe and run the respective PS command.
AppVLP.exe powershell.exe -c "$e=New-Object -ComObject shell.application;$e.ShellExecute('{PATH:.exe}','', '', 'open', 1)"