←back to thread

RemoveWindowsAI

(github.com)
71 points hansmayer | 2 comments | | HN request time: 1.761s | source
1. eviks ◴[] No.46262947[source]
> Running the script with PowerShell 7 can cause issues, to avoid this ensure you are running Windows PowerShell (5.1)

Interesting, I'd expect it to be more backwards compatible given the overall reputation

replies(1): >>46273810 #
2. hypercube33 ◴[] No.46273810[source]
PowerShell 5.1 is the last of the .net framework version. Everything newer switches to .net core open source flavored which is cross platform. it's mostly compatible but not really either.