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
CAD
-
- 20
- Posts: 53
- Joined: 2008-02-11 05:46
CAD
I am using windows 7 in a domain with UAC off and I did no special group policy to make it work. What it did do was ask if I wanted to apply some registry fix for CAD to work when I pressed it the first time.
I want to know if someone can tell me what these registry keys are so I can apply this to my install script so 5000 users do not have to do this manuly.
A second problem I was having was with a silent install. I could not get around the download parts because our corporate firewall does not let the softwre go get these files so I made an install script. WHat it does is the following:
1. I installed UVNC to another machine
2. Then copied the UltraVNC folder from C:\Program Files to a server share.
3. My script copies that folder to the new machines C:\Program Files\ folder
4. Then I apply the reg key for the AD Authentication
5. Then I create my Start menu SHortcuts
6. Script over
I would like for it to add the CAD registry entries and to know if this is OK to install this way for XP or Win 7? What problems will arise?
I want to know if someone can tell me what these registry keys are so I can apply this to my install script so 5000 users do not have to do this manuly.
A second problem I was having was with a silent install. I could not get around the download parts because our corporate firewall does not let the softwre go get these files so I made an install script. WHat it does is the following:
1. I installed UVNC to another machine
2. Then copied the UltraVNC folder from C:\Program Files to a server share.
3. My script copies that folder to the new machines C:\Program Files\ folder
4. Then I apply the reg key for the AD Authentication
5. Then I create my Start menu SHortcuts
6. Script over
I would like for it to add the CAD registry entries and to know if this is OK to install this way for XP or Win 7? What problems will arise?
-
- 20
- Posts: 53
- Joined: 2008-02-11 05:46
Re: CAD
Any ideas here? This would be a great help.
Re: CAD
C:\> reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v SoftwareSASGeneration /t REG_DWORD /d 1 /f
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"SoftwareSASGeneration"=dword:00000001
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System[EnableLUA]
all tips from user B
[topic=17476][/topic]
edit untick disable Smilies in this post
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"SoftwareSASGeneration"=dword:00000001
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System[EnableLUA]
all tips from user B
[topic=17476][/topic]
edit untick disable Smilies in this post
Last edited by redge on 2011-01-24 15:57, 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
-
- 20
- Posts: 53
- Joined: 2008-02-11 05:46
Re: CAD
This worked. Thank you. Now our only problem left is that when we log off as one user to log on as a different user it kills the vnc connection. It will let you back in after the logoff process finishes but it is very annoying.
-
- 20
- Posts: 53
- Joined: 2008-02-11 05:46
Re: CAD
I updated to the 1.0.9.5.1h and it still does the same thing. I tried checking the fast user switch fix too and still it does not work.
Does this have anything to do with multiple sessions in windows 7?
Does this have anything to do with multiple sessions in windows 7?
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: CAD
Winvnc need to be running in the console session.
session0 = service
session1 = logon <<<<<<<<<<<winvnc start himself in session 1
session1 = user1
session1 = logon
session2 = user2 <<<<<<<<<<<winvnc restart himself in session2
session2 = logon
session1 = user1 <<<<<<<<<<<winvnc restart himself in session1
On a restart, winvnc loose the connection with the viewer and auto reconnect when session is switched.
The auto reconnect require to set a reconnect value ( viewer option)
to tell how many times to viewer try to reconnect.
The caption bar of the viewer show ( reconnect counter)
session0 = service
session1 = logon <<<<<<<<<<<winvnc start himself in session 1
session1 = user1
session1 = logon
session2 = user2 <<<<<<<<<<<winvnc restart himself in session2
session2 = logon
session1 = user1 <<<<<<<<<<<winvnc restart himself in session1
On a restart, winvnc loose the connection with the viewer and auto reconnect when session is switched.
The auto reconnect require to set a reconnect value ( viewer option)
to tell how many times to viewer try to reconnect.
The caption bar of the viewer show ( reconnect counter)
-
- 20
- Posts: 53
- Joined: 2008-02-11 05:46
Re: CAD
OK this makes sense. One last question for you. Is there a way to enable that by the command line (reconnection options )?
We use the encryption and I made a wise script that prompts for the pc name to connect to and launches the viewer with all the proper settings. This way the users do not get problems when connecting to others users computers. We did this because we use Uvnc for support stff as well as view only meeting connections.
We use the encryption and I made a wise script that prompts for the pc name to connect to and launches the viewer with all the proper settings. This way the users do not get problems when connecting to others users computers. We did this because we use Uvnc for support stff as well as view only meeting connections.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: CAD
If you are using a settings file you can add it to this file.
Settings file options.vnc
C:\Users\myuser\AppData\Roaming\UltraVNC\options.vnc
You can create your own and pass it to the viewer
You can start vncviewer.exe /config Myconfigfile
Settings file options.vnc
The defaults are save to[connection]
host=LOCALHOST
port=5900
proxyhost=
proxyport=1995569544
password=
[options]
use_encoding_0=1
use_encoding_1=1
use_encoding_2=1
use_encoding_3=0
use_encoding_4=1
use_encoding_5=1
use_encoding_6=1
use_encoding_7=1
use_encoding_8=1
use_encoding_9=1
use_encoding_10=0
use_encoding_11=0
use_encoding_12=0
use_encoding_13=0
use_encoding_14=0
use_encoding_15=0
use_encoding_16=1
use_encoding_17=1
preferred_encoding=16
restricted=0
viewonly=0
nostatus=0
nohotkeys=0
showtoolbar=1
AutoScaling=0
fullscreen=0
autoDetect=1
8bit=0
shared=1
swapmouse=0
belldeiconify=0
emulate3=1
JapKeyboard=0
emulate3timeout=100
emulate3fuzz=4
disableclipboard=0
localcursor=1
Scaling=0
scale_num=1
scale_den=1
cursorshape=1
noremotecursor=0
compresslevel=6
quality=6
ServerScale=1
Reconnect=5
EnableCache=1
QuickOption=8
UseDSMPlugin=0
UseProxy=0
sponsor=0
DSMPlugin=NoPlugin
ExitCheck=0
FileTransferTimeout=30
KeepAliveInterval=5
AutoAcceptIncoming=0
AutoAcceptNoDSM=0
RequireEncryption=0
PreemptiveUpdates=0
C:\Users\myuser\AppData\Roaming\UltraVNC\options.vnc
You can create your own and pass it to the viewer
You can start vncviewer.exe /config Myconfigfile
Last edited by Rudi De Vos on 2011-01-24 22:25, edited 2 times in total.
-
- 20
- Posts: 53
- Joined: 2008-02-11 05:46
Re: CAD
No we launch it in a command line script like
c:\prgram files\ultravnc\vncviewer.exe /dsm......
c:\prgram files\ultravnc\vncviewer.exe /dsm......
-
- 20
- Posts: 53
- Joined: 2008-02-11 05:46
Re: CAD
I did this and I removed the computer name from the line.
When I double click the file it works with all the desired settings.
If I launch it by command line like
vncviewer.exe /config default.vnc PCNAME
Then it fails to add any of the settings
Any ideas or when the -reconnect will be added to the command line?
When I double click the file it works with all the desired settings.
If I launch it by command line like
vncviewer.exe /config default.vnc PCNAME
Then it fails to add any of the settings
Any ideas or when the -reconnect will be added to the command line?
Re: CAD
davidgrudek
don't add any server name on the command line if -config is in use.
it pop up vncviewer.
servername.vnc
Reconnect=5
"C:\Program Files\UltraVNC\vncviewer.exe" -config servername.vnc
bug confirmed,
just tested reconnect=n broken after switch user, 2nd reconnect fail and connection lost if QuerySetting enabled exist
don't add any server name on the command line if -config is in use.
it pop up vncviewer.
servername.vnc
Reconnect=5
"C:\Program Files\UltraVNC\vncviewer.exe" -config servername.vnc
bug confirmed,
just tested reconnect=n broken after switch user, 2nd reconnect fail and connection lost if QuerySetting enabled exist
Last edited by redge on 2011-01-25 23:59, edited 3 times 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
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: CAD
Correct,
Fixed this bug yesterday but still testing if it don't add other
bug: if -config filename was used, vncviewer reset to default value's.
Fixed this bug yesterday but still testing if it don't add other
bug: if -config filename was used, vncviewer reset to default value's.
Re: CAD
ok, but if screen saver is active and locked screen or logon screen
QueryIfNoLogon is hidden or killed,
vncviewer auto rejected with QuerySetting=4 even and this happen without use any -config
this happen not at first query but the second query with screen saver on resume display logon screen
QueryIfNoLogon is hidden or killed,
vncviewer auto rejected with QuerySetting=4 even and this happen without use any -config
this happen not at first query but the second query with screen saver on resume display logon screen
Last edited by redge on 2011-01-26 22:32, 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
Re: CAD
--------- It could also be a policy setting ------------davidgrudek wrote:I am using windows 7 in a domain with UAC off and I did no special group policy to make it work. What it did do was ask if I wanted to apply some registry fix for CAD to work when I pressed it the first time.
I want to know if someone can tell me what these registry keys are so I can apply this to my install script so 5000 users do not have to do this manuly.
A second problem I was having was with a silent install. I could not get around the download parts because our corporate firewall does not let the softwre go get these files so I made an install script. WHat it does is the following:
1. I installed UVNC to another machine
2. Then copied the UltraVNC folder from C:\Program Files to a server share.
3. My script copies that folder to the new machines C:\Program Files\ folder
4. Then I apply the reg key for the AD Authentication
5. Then I create my Start menu SHortcuts
6. Script over
I would like for it to add the CAD registry entries and to know if this is OK to install this way for XP or Win 7? What problems will arise?
A: Microsoft Windows has a policy called “Secure Attention Sequenceâ€. This policy setting controls whether or not software can simulate the Secure Attention Sequence (SAS). If you enable this policy, it may fix the problem.
FYI,
This policy setting controls whether or not software can simulate the Secure Attention Sequence (SAS).
If you enable this policy setting, you have one of four options:
If you set this policy setting to "None," user mode software cannot simulate the SAS.
If you set this policy setting to "Services," services can simulate the SAS.
If you set this policy setting to "Ease of Access applications," Ease of Access applications can simulate the SAS.
If you set this policy setting to "Services and Ease of Access applications," both services and Ease of Access applications can simulate the SAS.
 Enable SAS simulation (Secure Attention Sequence)
 Click Start->Run...
 Open: gpedit.msc
 Click Local Computer Policy->Computer Configuration->Administrative Templates->Windows Components->Windows Logon Options
 Open the policy properties: Disable or enable software Secure Attention Sequence
 Select the option: Enabled
 Select the option: Services and Ease of Access applications
 Finally click OK
PsyCrow