Hello,
On windows 11, after installing and activating dsim I am not able to run it from the cmd shell.
PS > dsim -version
dsim : The term 'dsim' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ dsim -version
+ ~~~~
+ CategoryInfo : ObjectNotFound: (dsim:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Everything works as expected when I use VSC and connect to WLS2 (Ubuntu 22.04 in my case) althougth I have to restart VSC for the activation to work. Without restart it will complain that the dsim could not be found.