カイ

Results 25 comments of カイ

I just ran into the same issue while setting up some new servers, and as above it was happening only when I was using PowerShell remoting (WinRM). `-UseAltPluginEncryption` fixed the...

I assume you saw #101? That appears to be the same issue, and the fix mentioned there worked for me.

Haha no worries, I've been trying to use it for the first time recently, with mediocre results so far. I also encountered this same problem and found both issues, thought...

I think you may need to tack on `extern "C"` to the implementation as well to prevent name mangling, i.e.: ```cpp #include "NativeFunctions.h" #include "pch.h" extern "C" int Fourteen() {...

Also related to #17229. I'm encountering this problem, and in a corporate environment with many mounts, this has made PowerShell effectively unusable as a tool. Some users randomly had my...