Post
Topic
Board Mining (Altcoins)
Re: Building Cheap Miners : My "Secret"
by
CryptoCruncher
on 29/12/2017, 16:26:25 UTC
Sundownz; thanks for the backoffice explanation.  I travel a lot and have a need to manage my rigs remotely.  I do most of my stuff over RDP. I have already setup my boxes to auto boot and auto login.  This is what I use to get Win 7 Pro to auto login:

HKLM\Software\Microsoft\Windows NT\CurrentVersion\winlogon
AutoAdminLogon = 1 (String Value Key) (0 means off, 1 means automatic)
DefaultUserName = YourUsername (String Value Key)
DefaultPassword = YourPassword (String Value Key)
DefaultDomainName = YourDomain (String Value Key)

Hopefully this nugget helps someone else. Took me a bit of googling to figure it out.