Post
Topic
Board Micro Earnings
Re: TomosMining - HIGHEST PAID MINING (BTC->FaucetHub) 5% REF!
by
dekoedoemoe
on 15/03/2018, 15:06:45 UTC
1. How to hidden command prompt window from taskbar?



Code:
start /b  miner commands...

Didn't work  Sad
If I found answer I'll mining much more...

Somehow this feels wrong to answer as the intentions are not really legal I think but ok.
You could run your miner through taskscheduler as a service/administrator. This will hide the command line from the task bar.
Another option is through vbscript:
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "cmd /c cd C:\Users\Downloads\nscpucnminer64.exe -o stratum+tcp://80.211.205.216:3333 -nofee 1 -p x -dbg -2 -u walletaddress", 0

change the path where your miner is located and add your walletaddress where walletaddress is.
But keep in mind if you do this at work your network administrator can easily catch you.