AuthRequired=0 (inside Ultravnc.ini), and
VNC Password & View Only Password both are nul/blank
My tests are done on WinXP Prof, with UVNC started as service. Here are what I found:
1. When the system is boot, the following error message popup:

This is normal, but not completely accurate.
"To prevent user from enabling authentication" ..... No, "AuthRequired=0" doesn't mean it or imply this.
When I logon into my admin a/c, here are what I found:
- sometimes (not always) the EYE icon not showing on the Sys-tray.
- the "-autoreconnt ....." inside "service_commandline=" not working.
In fact, it worked once, and then never tried to reconnect.
- When I tried to stop the uvnc_service, it was not shutdown properly,
There was one winvnc.exe keep on running, exactly as the case of the bug of 1.0.9.5 with AllowShutdown=0
2. When the system has been bootup, and I start uvnc_service manually.
Following the about test, I stopped the uvnc_service, and killed the remained winvnc.exe session, and then start it again
- the about VNC Error window was not show in this situation.
- the "service_commandline=-autoreconnet ...... " working properly
- the uvnc_service can be stopped prolerly
Base on my observation:
- The code excuted at bootup has a bug, that affect the proper initiation of UVNC
- In the condition of AuthRequired=0 & NUL password, the code (during bootup) incorrectly implied the setting "AllowShutdown=0" as well, thus trigger the shutdown problem of "1.0.9.5 with AllowShutdown=0". This is considered have been fixed on 1.0.9.6, but may be not.