tutulino / Megaminer

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

ver.6.0 UAC desabled requires #278

Closed 1001rapid closed 6 years ago

1001rapid commented 6 years ago

MM ver. 6.0b2 Win7 x64 sp1 Admin user account "PowerLimits":"0" in GPUGROUPS UAC Settings is minimum 20180205_mm6_uac0 The program starts and issues a request, waiting for the user's response: 20180205_mm6_uac1 If you click "No", you get an error and start working. 20180205_mm6_uac2 log file (@@DEBUGLOG=ENABLED) 20180205_mm6_uac-2018-02-05_16-12-16.txt

If I use "PowerLimit" features, MM also receive a request 20180205_mm6_uac3

If start "As Admin" - all fine, but it need UAC desabled too (for autostart)

I believe that there is a version of the program that does not require administrator rights to set the power limit. Because the Nvidia Inspector 1.9.6.5 does not require this.

tutulino commented 6 years ago

First request MM is adding path to windows defender excluded paths. Always ask you or only first run?

I could search if exists an old smi release but we would be slaves of that release, and new cards or drivers could not work.

I have readed admin right is a driver requeriment

1001rapid commented 6 years ago

Always ask you or only first run?

Alwayas. I now noticed that in the window that is being called, also red there are inscriptions (errors).

I could search if exists an old smi release but we would be slaves

)) The current version of the program is also not the freshest. I tried to find and could not. In the installer (path) it does not exist. It turns out, you need to download the old drivers (they can be found on the official site), install them and try.

Okay, I'll disabled the UAC for now.

1001rapid commented 6 years ago

I caught this window! It was not easy.) 20180205_mm6_uac4_windowsdefender logfile: 2018-02-05_19-07-01.txt

tutulino commented 6 years ago

do you have windows defender installed?

I see in log you windows 7 has powershell 5.0, my machines are windows 10 with 5.1. You can donwload this version and test.

1001rapid commented 6 years ago

I did not install it. It was with Windows. I just installed Windows with minimal updates. And turned off everything I could. Now I also turned off Windows Defender. 20180206_mm6_uac_windowsdefender

The situation has not changed. Log file: 2018-02-06_16-45-56.txt

tutulino commented 6 years ago

I see you have now powershell 5.1.

I have found this, but in windows 10 specified path dont exist, can you test?

https://stackoverflow.com/questions/43881583/add-mppreference-is-not-recognized-as-a-name

1001rapid commented 6 years ago

In answer - http://www.madwithpowershell.com/2015/06/64-bit-vs-32-bit-powershell.html I tried to start 32-bit version of PowerShell, but nothing has changed. Log file: 2018-02-07_04-03-47.txt Your Windows 10 is x64 or x86? If you use x86, I may still try to replace environment variables in PATH from "system32" to ""SysWOW64"

tutulino commented 6 years ago

All my windows are X64,

Also you can delete that two lines from core.ps1....XD

1001rapid commented 6 years ago

Works, and well. Does not bother me.