|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
service (helper) in Windows 7Hi,
I have installed TightVNC 1.3.10 on a Windows 7 Enterprise 64 bit. I managed to install the service by executing the "Install VNC Service" link as administrator but I cannot get the service helper to start so that I can change the password. Is there a way to set the password without the service helper? Via the command prompt or regedit maybe? Cheers, Tom ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___________________________________________________________ TightVNC mailing list, VNC-Tight-list@... To change your subscription or to UNSUBSCRIBE, please visit https://lists.sourceforge.net/lists/listinfo/vnc-tight-list |
|
|
Re: service (helper) in Windows 7Hello Thomas,
>>>>> Thomas Gutzler wrote: > I have installed TightVNC 1.3.10 on a Windows 7 Enterprise 64 bit. > I managed to install the service by executing the "Install VNC > Service" link as administrator but I cannot get the service helper to > start so that I can change the password. Is there a way to set the > password without the service helper? Via the command prompt or regedit > maybe? TightVNC 1.3.10 cannot be used as a service in Windows Vista and Windows 7. This will be fixed in next major release. Unfortunately, I cannot disclose the release date yet. -- With Best Wishes, Constantin ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___________________________________________________________ TightVNC mailing list, VNC-Tight-list@... To change your subscription or to UNSUBSCRIBE, please visit https://lists.sourceforge.net/lists/listinfo/vnc-tight-list |
|
|
Re: service (helper) in Windows 7you can extract the password keys from an xp system and import the key into windows 7
HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default\Password HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default\PasswordViewOnly HKEY_CURRENT_USER\Software\ORL\WinVNC3\Password HKEY_CURRENT_USER\Software\ORL\WinVNC3\PasswordViewOnly you could use regedit but the password is not stored in plaintext so unless you can figure out the algorithm used to encrypt it; the above works just as well. --- Ben Ng ----- Original Message ---- From: Thomas Gutzler <thomas.gutzler@...> To: vnc-tight-list@... Sent: Sun, October 18, 2009 10:39:11 PM Subject: service (helper) in Windows 7 Hi, I have installed TightVNC 1.3.10 on a Windows 7 Enterprise 64 bit. I managed to install the service by executing the "Install VNC Service" link as administrator but I cannot get the service helper to start so that I can change the password. Is there a way to set the password without the service helper? Via the command prompt or regedit maybe? Cheers, Tom ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___________________________________________________________ TightVNC mailing list, VNC-Tight-list@... To change your subscription or to UNSUBSCRIBE, please visit https://lists.sourceforge.net/lists/listinfo/vnc-tight-list ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___________________________________________________________ TightVNC mailing list, VNC-Tight-list@... To change your subscription or to UNSUBSCRIBE, please visit https://lists.sourceforge.net/lists/listinfo/vnc-tight-list |
|
|
Re: service (helper) in Windows 7On Mon, Oct 19, 2009 at 11:43, Ben Ng <beng2beng@...> wrote:
> you can extract the password keys from an xp system and import the key into windows 7 > > > HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default\Password > HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default\PasswordViewOnly > > HKEY_CURRENT_USER\Software\ORL\WinVNC3\Password > HKEY_CURRENT_USER\Software\ORL\WinVNC3\PasswordViewOnly > > you could use regedit but the password is not stored in plaintext > so unless you can figure out the algorithm used to encrypt it; the above works just as well. I tried that and I got to the point where it asked me for a password but then closed the connection afterwards - not with an authentication failed error. I guess I have to wait for the new version as Constantin suggested. Here's the connection log: Mon Oct 19 12:37:12 2009 CConn: connected to host X port 5900 CConnection: reading protocol version CConnection: Server supports RFB protocol version 3.8 CConnection: Using RFB protocol version 3.8 CConnection: processing security types message CConnection: Server offers security type VncAuth(2) CConnection: Server offers security type [unknown secType](16) CConnection: Choosing security type VncAuth(2) CConnection: processing security message Mon Oct 19 12:37:16 2009 CConnection: processing security result message CConnection: processing security result message CConnection: Authentication success! main: End of stream Cheers, Tom ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___________________________________________________________ TightVNC mailing list, VNC-Tight-list@... To change your subscription or to UNSUBSCRIBE, please visit https://lists.sourceforge.net/lists/listinfo/vnc-tight-list |
|
|
Re: service (helper) in Windows 7Can't you just set a startup item to start tightvnc service on login? I know it's not an actual service startup, but it might get you through until the next release.
Cheers On Mon, Oct 19, 2009 at 3:42 PM, Thomas Gutzler <thomas.gutzler@...> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___________________________________________________________ TightVNC mailing list, VNC-Tight-list@... To change your subscription or to UNSUBSCRIBE, please visit https://lists.sourceforge.net/lists/listinfo/vnc-tight-list |
|
|
Re: service (helper) in Windows 7On Mon, Oct 19, 2009 at 12:47, James Buzzard <james@...> wrote:
Can't you just set a startup item to start tightvnc service on login? I know it's not an actual service startup, but it might get you through until the next release. I was able to connect after stopping the service and starting the server manually but I had to set the server to "poll whole screen" which made it very slow. I have requested the 64bit version of the Mirage Driver from demoforge because I couldn't find a download link. Unfortunately, this defeats the purpose because I don't want to spy on other people while they're logged in, I want to be able to log in remotely when nobody else is logged in, so vnc has to run as a service. Tom ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ___________________________________________________________ TightVNC mailing list, VNC-Tight-list@... To change your subscription or to UNSUBSCRIBE, please visit https://lists.sourceforge.net/lists/listinfo/vnc-tight-list |
| Free embeddable forum powered by Nabble | Forum Help |