“This application could not be started.” Only when the file is in system32 directory

后端 未结 5 1241
-上瘾入骨i
-上瘾入骨i 2021-02-13 06:14

I wrote a little piece of software that downloads file from internet, that is, nothing more. My intentions are to use it thru the command line... It works great, but when I plac

5条回答
  •  半阙折子戏
    2021-02-13 07:11

    If you put your 32-bit exe in both the System32 and the SysWOW64 folder. It works just fine. Not one, not the other, but both folders.

    This might sound strange, but try it. If you put the same exe in both folders it will start up without any modifications.

提交回复
热议问题