UWF and Powershell in IoT

PBSnake 1 Reputation point
2020-11-06T14:04:19.697+00:00

I'm using the Universal write filter on windows Io2 (17763.1518) and when using uwfmgr in powershell I'm get spaces between all the characters on the output. Any Ideas how to correct this?

Thanks
PBSnake

Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
381 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sean Liming 4,511 Reputation points
    2020-11-06T16:56:06.947+00:00

    UWFMGR.EXE is best used in cmd.exe where you wont have the extra spaces. PowerShell shows the spaces for unicode. You could create your own uwgmr solution using the UWF WMI API.

    Are you using Windows IoT Core or IoT Enterprise?

    -Sean Liming