See the following screenshot:
I don't know why. My environment should be correct.
Please help me. Thanks in advance.
I think you included the CMD PS C:\>
part of the setup command from the docs.
As a result, this created a file named DesktopAppConverter.exe
in his current directory (system32). So when run a DAC command, it tries to run the file he created in the current directory instead of the correct DAC entry point.
The solution is to delete the DesktopAppConverter.exe file in the current folder:
del DesktopAppConverter.exe
We are updating the docs to get rid of the CMD PS C:\>
to avoid such cases.