'Provider load failure' during installation process
问题 I execute two Powershell scripts during a installation process from a desktop application under Windows 10 IoT Enterprise. %WINDIR%\System32\WindowsPowerShell\v1.0\PowerShell.exe -ExecutionPolicy Bypass -File ".\KeyboardFilter.ps1" %WINDIR%\System32\WindowsPowerShell\v1.0\PowerShell.exe -ExecutionPolicy Bypass -File ".\ShellLauncher.ps1" But the execution of the Powershell scripts is not successful. I get the following errors: Get-WMIObject : Provider load failure At C:\Program Files