Hey guys,
How can I run the Server mode automatically when i reboot in safe mode if Im away from the computer?
I have to rely on user to start Server off once in safe mode, but i dont want that!
Thanks for advice
Byte
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
How to run Ultra VNC Server In safe mode automatically
Under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot
in the registry you should find the keys Minimal and Network. Perhaps you will want to use the network abilities when starting UVNC, so I recommend this key ...
Copy the UVNC keys (the one/two for the driver and one for the service) from
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
to the above mentioned key. This will then start UVNC in safe mode. I recommend to change this setting only for one safe-mode configuration (i.e. "Network") to have access to the system in case something goes wrong for the "Safeboot with network" option.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot
in the registry you should find the keys Minimal and Network. Perhaps you will want to use the network abilities when starting UVNC, so I recommend this key ...
Copy the UVNC keys (the one/two for the driver and one for the service) from
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
to the above mentioned key. This will then start UVNC in safe mode. I recommend to change this setting only for one safe-mode configuration (i.e. "Network") to have access to the system in case something goes wrong for the "Safeboot with network" option.
Oliver
How to Report Bugs Effectively
My homepage | WinDirStat
PGP-keys:
How to Report Bugs Effectively
My homepage | WinDirStat
PGP-keys:
- Forum or UltraVNC-related: 0xA2DD1DBD, E18B 2E2F 4F3E D143 4ED4 3E2B E172 FB55 A2DD 1DBD
- Other matters: 0x0E88590F, 38B5 5EBA A470 C0F7 0942 81B8 C779 D829 0E88 590F
Install UltraVNC in normal mode as a service, configure, and test. Once all is working you can enable Safe Mode use by
Open a CMD window Start>Run>CMD
Then paste:
REG COPY HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\winvnc HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\winvnc /s /f
This will enable UltraVNC in Safe Mode as described in previous post.
Open a CMD window Start>Run>CMD
Then paste:
REG COPY HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\winvnc HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\winvnc /s /f
This will enable UltraVNC in Safe Mode as described in previous post.
Tc
Maybe this will help in combination with TC's registry edit. I found this FREE program called BootSafe just yesterday, but I haven't gotten around to testing it:
http://www.superadblocker.com/bootsafe.html
I also haven't tried to make an auto-connecting version of SC, but this BootSafe program sounds like it would be helpful, anyway.
http://www.superadblocker.com/bootsafe.html
I also haven't tried to make an auto-connecting version of SC, but this BootSafe program sounds like it would be helpful, anyway.
Michael
When I run the above Reg Copy I get an error saying:Tc wrote:Install UltraVNC in normal mode as a service, configure, and test. Once all is working you can enable Safe Mode use by
Open a CMD window Start>Run>CMD
Then paste:
REG COPY HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\winvnc HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\winvnc /s /f
This will enable UltraVNC in Safe Mode as described in previous post.
"Error: The system was unable to find the specified registry key or value"
What do I need to do to get it in the registry.
I do have UltraVNC installed and running in XP Pro.
Thank you,
Docfxit
I almost got this working. I have ZoneAlarm installed on this PC. After following the above instructions I couldn't connect with UltraVNC. ZoneAlarm wasn't running. When I manually started ZoneAlarm I was able to connect. How can I automatically start ZoneAlarm when it boots into SafeMode?Oliver wrote:Under
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot
in the registry you should find the keys Minimal and Network. Perhaps you will want to use the network abilities when starting UVNC, so I recommend this key ...
Copy the UVNC keys (the one/two for the driver and one for the service) from
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
to the above mentioned key. This will then start UVNC in safe mode. I recommend to change this setting only for one safe-mode configuration (i.e. "Network") to have access to the system in case something goes wrong for the "Safeboot with network" option.
Thank you,
Docfxit