Code:
_x64: 1
_admin: 1
_elevated: 1
TCC 25.00.20 x64 Windows 10 [Version 10.0.18362.356]
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.18362 N/A Build 18362
I have in my TCSTART.BTM;
Code:
pshell /s "$vfp = new-object -com myserver.myclass"
pshell /s "$vfp | get-member"
From a brand new start of TCMD/TCC (64-bit), the preceding returns;
Code:
pshell /s "$vfp = new-object -com myserver.myclass"
PSHELL...
Read more