- May
- 13,802
- 211
... more TCC problems related to the store version of Office 2019.
I have "ExecWait=No". TCC waits after executing, for example, "excel" ... "winword".
Apparently TCC can't figure out if it's CUI or GUI.
I have "ExecWait=No". TCC waits after executing, for example, "excel" ... "winword".
Apparently TCC can't figure out if it's CUI or GUI.
Code:
v:\> which /a excel
excel is an external : C:\Users\vefatica\AppData\Local\Microsoft\WindowsApps\excel.EXE
excel is an external : C:\Program Files\WindowsApps\Microsoft.Office.Desktop.Excel_16051.12228.20364.0_x86__8wekyb3d8bbwe\Office16\EXCEL.exe
v:\> echo %@exetype["c:\program files\windowsapps\microsoft.office.desktop.excel_16051.12228.20364.0_x86__8wekyb3d8bbwe\office16
\excel.exe"]
0
v:\> echo %@exetype[C:\Users\vefatica\AppData\Local\Microsoft\WindowsApps\excel.EXE]
-1920
v:\> echo %@errtext[1920]
The file cannot be accessed by the system.