Post
Topic
Board Mining (Altcoins)
Merits 1 from 1 user
Re: PhoenixMiner 5.7b: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
miner95
on 08/10/2021, 20:05:38 UTC
⭐ Merited by vapourminer (1)

thanks for the answer Smiley

windows 10. ive always used the bat shortcut into startup:shell in the past times (claymore dual times). but it does not seem to work now. it starts, but without voltage oc etc. i even have that shortcut so it automatically is admin, actually when i click it myself it works, but not when it starts Sad
thanks again

Best (or perhaps the only) way to open a program as admin without UAC prompt (that yes or no alert) is using Windows Task Scheduler:
You have to create a task with "Run with highest privileges" and "Allow task to be run on demand" enabled.
I don't know if Task Scheduler can directly open .BAT files, try it first but if it can't, you can use this command instead:
%WINDIR%\system32\cmd.exe /c "D:\My Folder\My Batch File.bat"