tutulino / Megaminer

Multipool and multialgo windows miner
GNU General Public License v3.0
78 stars 69 forks source link

Tried power limits on Nvidia - Asking for permissions & can't run as Admin #360

Closed Imaminer closed 6 years ago

Imaminer commented 6 years ago

First time I tried power limit feature on NV rig. Had to disable it. Asked over and over and over and over (5 cards) repeatedly for permission on OverdriveN and actually never set anything and never ran. Your instructions are to run as Administrator and turn off UAC. Both done. When i ran "start" or my own .bat as admin I get this -

admin

Firstishe commented 6 years ago

+1 See this truble too Win 10 x 64/ Defender - off

1001rapid commented 6 years ago

Try to use admin account, not "Run aas administrator"

tutulino commented 6 years ago

when you launch a batch file as admin, actual folder is changed to admin´s home, and core.ps1 is not found there.

You can run in normal mode if your user has admin rights. If you want run as admin with right click you must add this to return to MM folder at batch file (at start).

cd %~dp0

I have added this to batch examples.