Page 1 of 1

Bypass Local_console login

Posted: Mon Mar 09, 2020 6:10 pm
by Thixotropic
UPDATE: Apparently running this regedit key will fix it:

Code: Select all

Windows Registry Editor Version 5.00

HKEY_LOCAL_MACHINE\SOFTWARE\Perspective Software\Blue Iris\Options]
"runasadmin"=dword:00000001
Paste the code into a notepad file and save it with a .reg extension. I tried it and it worked for me. BI starts without any prompt or login.

It would be nice to have a checkbox option to bypass this instead of using a regedit key. (hint, hint)


------------------------------------------

See attached image...BI just started doing this recently, and this will prevent me from scripting the kind of staggered startup that I need to do.

How do you bypass this so BI starts without any interaction (and without running as a service)?
local_console_login.png
local_console_login.png (12.85 KiB) Viewed 15991 times

Re: Bypass Local_console login

Posted: Mon Mar 09, 2020 7:26 pm
by LOOPYLOOP
Done, if this works you are a star.
It has been bugging me having this appear.

Re: Bypass Local_console login

Posted: Mon Mar 09, 2020 7:32 pm
by Thixotropic
See my update in the post. The code in the file must start with the text "Windows Registry Editor Version 5.00".

Code: Select all

Windows Registry Editor Version 5.00

HKEY_LOCAL_MACHINE\SOFTWARE\Perspective Software\Blue Iris\Options]
"runasadmin"=dword:00000001

Re: Bypass Local_console login

Posted: Mon Mar 09, 2020 9:15 pm
by LOOPYLOOP
I did it the manual way and changed it.
Sure enough i just restarted my PC and BI did not throw up the login box.

Re: Bypass Local_console login

Posted: Mon Mar 09, 2020 9:30 pm
by Thixotropic
What's the manual way? I looked through the settings and didn't see anything. (??)

LOOPYLOOP wrote: Mon Mar 09, 2020 9:15 pm I did it the manual way and changed it.
Sure enough i just restarted my PC and BI did not throw up the login box.

Re: Bypass Local_console login

Posted: Mon Mar 09, 2020 9:36 pm
by reddawg
If you open Blue Iris console and go into Settings -> Startup and select "Require run-as Administrator for console or when standalone", it should accomplish the same goal. When I tested selecting the above option, it changed the registry key "runasadmin" from dword:00000000 to dword:00000001.

Re: Bypass Local_console login

Posted: Fri Mar 13, 2020 5:20 pm
by Sammy2
Why not just go into regedit and change the key?