Hello Friends today i am posting about nicehash miner.This post is those users who are facing this problem on auto start nicehash miner
("Warning.Nicehash miner recommends increasing virtual memory size so that all algorithms would work fine.")
For this problem solution you would make a file in nicehash miner folder with .vbs extension.
1:open notepad
write this script.
Set oShell = CreateObject("WScript.Shell")
oShell.Run("""NiceHashMiner.exe""")
WScript.Sleep 20000
oShell.AppActivate "NiceHashMiner"
WScript.Sleep 5000
oShell.SendKeys "~"
2:save this file with any name but extension must be .vbs e.g: start.vbs
Now if you want to open in auto startup
so take shortcut on desktop of this and copy his shortcut in startup folder.
What is the purpose of this script:
It will start the nicehashminer.exe and when it will stable at least 20 seconds and then it will press enter after 5 seconds.
The value of WScript.Sleep in milliseconds not in seconds change according to your own requirement..
http://imgur.com/pjLIigX