Bypass Local_console login

General discussion about Blue Iris
Post Reply
User avatar
Thixotropic
Posts: 744
Joined: Wed Sep 04, 2019 7:20 pm
Location: Low-Earth Orbit

Bypass Local_console login

Post 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 11532 times
Last edited by Thixotropic on Mon Mar 09, 2020 7:37 pm, edited 4 times in total.
Blue Iris 5.x x64 | Windows 10 Pro x64 | 16GB RAM | i7-7700 3.6 GHz | 1TB HDD | 2TB RAID NAS | 9 Cameras | Almost Dual NIC | 2KVA UPS
LOOPYLOOP
Posts: 94
Joined: Tue Oct 15, 2019 9:02 pm

Re: Bypass Local_console login

Post by LOOPYLOOP »

Done, if this works you are a star.
It has been bugging me having this appear.
User avatar
Thixotropic
Posts: 744
Joined: Wed Sep 04, 2019 7:20 pm
Location: Low-Earth Orbit

Re: Bypass Local_console login

Post 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
Blue Iris 5.x x64 | Windows 10 Pro x64 | 16GB RAM | i7-7700 3.6 GHz | 1TB HDD | 2TB RAID NAS | 9 Cameras | Almost Dual NIC | 2KVA UPS
LOOPYLOOP
Posts: 94
Joined: Tue Oct 15, 2019 9:02 pm

Re: Bypass Local_console login

Post 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.
User avatar
Thixotropic
Posts: 744
Joined: Wed Sep 04, 2019 7:20 pm
Location: Low-Earth Orbit

Re: Bypass Local_console login

Post 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.
Blue Iris 5.x x64 | Windows 10 Pro x64 | 16GB RAM | i7-7700 3.6 GHz | 1TB HDD | 2TB RAID NAS | 9 Cameras | Almost Dual NIC | 2KVA UPS
User avatar
reddawg
Posts: 145
Joined: Sun Jun 30, 2019 11:29 am

Re: Bypass Local_console login

Post 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.
Blue Iris v5.3.9.10 | Win10 x64 version 22H2 | Dahua IPC-HFW2100, Amcrest IP2M-841W, Hikvision MINI PT DS-2CD2F52F-IS, Edimax IC-3030iWn | Intel i5-2500 CPU, 8GB Ram, Samsung 860 EVO 512GB SSD, WD Black 1TB HD.
Sammy2
Posts: 1
Joined: Fri Mar 13, 2020 5:19 pm

Re: Bypass Local_console login

Post by Sammy2 »

Why not just go into regedit and change the key?
Post Reply