Install Scala latest version 3.3.0 on windows 11

Hello,

I try to install Scala 3.3.0 on Windows 11, updating OS all is done. But I meet this exception when I run the file .exe like cs-x86_64-pc-win32.
THE EXCEPTION : cs-x86_64-pc-win32
Exception in thread “main” java.nio.file.InvalidPathException: Illegal char <"> at index 0: "C:\WINDOWS\System32\Wbem
at [email protected]/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
at [email protected]/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
at [email protected]/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
at ja[email protected]/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
at [email protected]/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:232)
at [email protected]/java.nio.file.Path.of(Path.java:147)
at [email protected]/java.nio.file.Paths.get(Paths.java:69)
at coursier.cli.internal.PathUtil$.$anonfun$isInPath$3(PathUtil.scala:12)
at scala.collection.Iterator$$anon$10.next(Iterator.scala:461)
at scala.collection.Iterator.exists(Iterator.scala:969)
at scala.collection.Iterator.exists$(Iterator.scala:967)
at scala.collection.AbstractIterator.exists(Iterator.scala:1431)
at coursier.cli.internal.PathUtil$.isInPath(PathUtil.scala:13)
at coursier.cli.Coursier$.isNonInstalledLauncherWindows(Coursier.scala:58)
at coursier.cli.Coursier$.main(Coursier.scala:119)
at coursier.cli.Coursier.main(Coursier.scala)