Writing to WMIC with elevated permissions

I just ran this on my Win10 20H2 machine and got back the expected results

Var myShell As New Shell

myShell.Execute(“powershell.exe get-help”)
MessageBox(myShell.Result)

Have not tried setting anything but found this:
Xojo calling PowerShell

1 Like