Eliovp / amdmemorytweak

Read and modify memory timings on the fly
GNU General Public License v3.0
308 stars 81 forks source link

Doesn't work on windows 10 when built #60

Open DanShepherd27 opened 3 years ago

DanShepherd27 commented 3 years ago

When debugging in Visual Studio 2019 it works just fine, but after I build the solution the exe won't start from either cmd or powershell. I have no clue really...

The error message in command line: 'WinAMDTweak.exe' is not recognized as an internal or external command, operable program or batch file.

And in PowerShell: WinAMDTweak.exe : The term 'WinAMDTweak.exe' is not recognized as the name of a cmdlet, function, script file, or opera ble 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

Suggestion [3,General]: The command WinAMDTweak.exe was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\WinAMDTweak.exe". See "get-help about_Command_Precedence" for more details.

However, the suggested command .\WinAMDTweak.exe only does the popup window to allow the elevated process, but after that it doesn't even show any error messages. I have tried with --help and also --version parameters, all of them do the same.

Any suggestions?