Luminis Startup and Windows

0
No votes yet

I remember seeing some brief discussion about getting Luminis to startup when windows boots. I'm looking at my luminis windows box's main login screen (admin hasn't logged in yet) and can get to the portal from my desktop machine.

This is what I just did.  I created a startup.bat file and placed it in C:\ (basically so I could find it later), it could go anywhere on your system though.

In startup.bat I have this line

c:\luminis\products\cygwin\bash.exe /c/luminis/bin/startcp

Then I went to control panel and created a task for 'Run at system startup' and pointed it to startup.bat.

Now when the system starts, it runs startcp

go figure.