Hello! When starting godot I get the following problem

I want my computer to locate dotnet (which is on the desktop), the reason why I do not place it in c: /Program Files, is because I am NOT the administrator (school computer). I have done a couple of tests, placing it in various locations and placing it on USB, it still did not work, so until a few days ago They answered me and advised me on godot forums (a reference link) but unfortunately it didn't work...

Godot path
C: Program Files / dotnet / mono / mono / host fxr

I found a thread on this subject
https://github.com/godotengine/godot-proposals/issues/1941

Image of NET error

I played with the GODOT files, looking for the NET root events to edit them, unfortunately I didn't find it and I'm running out of options, I don't know whether to request it as a "feature" of an update or report a problem.

I don't see any way to customize the path. It looks like you just have to find a way to install .NET the normal way (which I think requires admin access).

Or you could use GDScript in Godot, which is honestly preferable anyhow.