Dear B4J experts,
I'm new to B4J and with programming so pls be patient with me
I would like to use jShell with powershell to list all windows (10) default installed apps packages.
I need to capture the ouput of the following powershell command:
Get -AppxPackage -AllUsers | Where-Object {$._PackageUserInformation -ilike "*Installed*"} select
-Property Name
Log of the StdOut from the shell processCompleted procedure is empty (running other poweshell command such as "ls" do provides output, and I think the issue is that this command needs Administrator rights.
Is there a way to accomplish this? If yes, an example would be highly appreciated.
Thanks,
Danny.
I'm new to B4J and with programming so pls be patient with me
I would like to use jShell with powershell to list all windows (10) default installed apps packages.
I need to capture the ouput of the following powershell command:
Get -AppxPackage -AllUsers | Where-Object {$._PackageUserInformation -ilike "*Installed*"} select
-Property Name
Log of the StdOut from the shell processCompleted procedure is empty (running other poweshell command such as "ls" do provides output, and I think the issue is that this command needs Administrator rights.
Is there a way to accomplish this? If yes, an example would be highly appreciated.
Thanks,
Danny.