Quantcast
Viewing all articles
Browse latest Browse all 1703

Finding the target of a Windows App Execution Alias

From the directory that contains the zero-byte file WT.EXE (for example), this PowerShell command;
Code:
(Get-Item wt.exe).Target
...is supposed to provide me with the target of a Windows App Execution Alias, in this case, WT.EXE

From the directory that contains the zero-byte file WT.EXE, when I try it from TCC;
Code:
pshell /s "(Get-Item wt.exe).Target"
...it returns nothing.

From the directory that contains the zero-byte file WT.EXE, when I try it from PowerShell;
Code:
(Get-Item...

Read more

Viewing all articles
Browse latest Browse all 1703

Trending Articles