- May
- 13,802
- 211
Although I have ExecWait=No, TCC waits when I execute
CMD does not wait.
@EXETYPE gives 0 (unknown) for that file. DUMPBIN says it's subsystem GUI, and though there are some security restrictions in that directory tree, I can, with a plugin, open that file's properties dialog (so I wonder why @EXETYPE fails).
And (unrelated) if I just issue "winword", I get this.
"START winword" works OK.
Code:
"C:\Program Files\WindowsApps\Microsoft.Office.Desktop.Word_16040.10827.20138.0_x86__8wekyb3d8bbwe\Office16\winword.exe"
CMD does not wait.
@EXETYPE gives 0 (unknown) for that file. DUMPBIN says it's subsystem GUI, and though there are some security restrictions in that directory tree, I can, with a plugin, open that file's properties dialog (so I wonder why @EXETYPE fails).
And (unrelated) if I just issue "winword", I get this.
Code:
v:\> winword
TCC: (Sys) The file cannot be accessed by the system.
"C:\Users\vefatica\AppData\Local\Microsoft\WindowsApps\winword.EXE"
"START winword" works OK.