Hello,
Been using SC for a bit and have been very pleased. Thanks for the great work!
Just a quick question:
Is there a way to set the default Connection Options, specifically, setting the number of colors to 64 so that whenever a client connects, I don't have to manually change the color number every time?
Thanks and keep up the great work!
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
Connection Options
Have you tried "vncviewer -?"
If you try "vncviewer.exe -?" (without quotes, and from the UltraVNC folder) you will get a list of the available switches. Although I have to say that I tried it and it didn't work...it still defaulted to the "Full color" support.
I wonder if it can be done through the server? Although I didn't see any switches for changing the color depth on the winvnc.exe (server side) of UltraVNC, which leads me to guess that it would be the same for the SC version.
Jose
P.S. Found some of the parameters that can be passed to the server side of SC.
Some of them are pretty self explanatory, but others aren't. I'll see if I can dig a list of what/how we can use them (for example, the "-settings" one)
I wonder if it can be done through the server? Although I didn't see any switches for changing the color depth on the winvnc.exe (server side) of UltraVNC, which leads me to guess that it would be the same for the SC version.
Jose
P.S. Found some of the parameters that can be passed to the server side of SC.
Code: Select all
-service
-servicehelper
-run
-install
-sinstall
-remove
-reinstall
-settings
-defaultsettings
-about
-kill
-connect
-multi
-fus
-autoreconnect
-id
-plugin
-password
-noregistry
-notrayicon
-readonly
-username
Last edited by JSanchez on 2006-05-28 08:42, edited 2 times in total.
Start... Run... cmd
start vncviewer /noauto /64colors /listen 5500
Start... Run...
d:\uvnc\vncviewer.exe /noauto /64colors /listen 5500
Start... Run...
"%programfiles%\UltraVNC\vncviewer.exe" /noauto /64colors /listen 5500
open notepad and copy one line of above and save as ... vncviewer.bat
start vncviewer /noauto /64colors /listen 5500
Start... Run...
d:\uvnc\vncviewer.exe /noauto /64colors /listen 5500
Start... Run...
"%programfiles%\UltraVNC\vncviewer.exe" /noauto /64colors /listen 5500
open notepad and copy one line of above and save as ... vncviewer.bat
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Ah! I missed the /noauto switch. I did try the /64colors and even the /256colors switches and it didn't make a difference. Although I have to say that UltraVNC, even with it's automatic settings is pretty fast. I was able to have my sister connect from her home to my viewer and the speed was good enough for me.redge wrote:Start... Run... cmd
..snip..
Start... Run...
"%programfiles%\UltraVNC\vncviewer.exe" /noauto /64colors /listen 5500
open notepad and copy one line of above and save as ... vncviewer.bat
Thanks for the input redge!
Well, they were found within the winvnc found within the SC executable created online. I just used WinRAR to open the self-extracting archive and then ran strings.exe. So they're in there, but not enabled? Oh well, it was interesting to see the /autoreconnect switch. But then I've read posts from the author of SC and he mentioned that due to his employer's policies, he cannot create an autoconnecting program (or at least, that's what I understood)redge wrote:all command exposed are for winvnc and not applicable for SingleClick aka winvncsc
Anyway, once again, thanks for the feedback redge!
Jose
applicable only for 32 bit display adapterjsanchez wrote:I did try the /64colors and even the /256colors switches and it didn't make a difference.
Set your Control panel... display ... tab Settings... Color quality
select highest (32bit) (nor 24 bits)
then your vncviewer convert to 8 bits colors and you can see the new 64 colors.
known limitation:
if your card support only 24 bit colors, like Intel Graphic 865 chipset onboard., you have no luck.
Last edited by redge on 2006-05-28 22:09, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer