RE: DOS version
>From where? -Original Message- From: Dries Feys [mailto:[EMAIL PROTECTED]] Sent: Friday, December 29, 2000 10:35 AM To: '[EMAIL PROTECTED]' Subject: DOS version DOS Marinos J. Yannikos <[EMAIL PROTECTED]> has written a VNC viewer which runs under DOS, using packet drivers and the Waterloo TCP/IP library along with the Allegro graphics library. The whole system including the IP stack fits comfortably on a floppy disk. You can get it from here. . Is there also a server version available somewhere ? Regards, and a happy New Year ! Dries Feys-Software Engineer TVH forklift parts-Thermote & Vanhalst NV Driemasten 120-126 -- B-8560 Gullegem-Belgium E-mail: [EMAIL PROTECTED] -URL: http://www.tvh.be Tel: +32 (0)56 434745 -- Fax: +32 (0)56 434488 ** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. ** - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Changing the password
Does anyone know how to change the password in the registry? For instance, if I wanted to change it to 987654, how would I do it? Here is my file: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\winvnc Type = REG_DWORD 0x0110 Start = REG_DWORD 0x0002 ErrorControl = REG_DWORD 0x0001 ImagePath = Reg_DWORD_SZ C:\program files\orl\vnc\winvnc.exe - service DisplayName = VNC Server ObjectName = LocalSystem HKEY_LOCAL_MACHINE\SOFTWARE\ORL WinVNC3 Default SocketConnect = REG_DWORD 0x0001 AutoPortSelect = REG_DWORD 0x0001 InputsEnabled = REG_DWORD 0x0001 LocalInputsDisabled = REG_DWORD 0x Password = REG_BINARY 0x0008 0xfd3cd8db 0x58147a72 PollUnderCursor = REG_DWORD 0x PollForeground = REG_DWORD 0x0001 PollFullScreen = REG_DWORD 0x OnlyPollconsole = REG_DWORD 0x0001 OnlyPollOnEvent = REG_DWORD 0x Thanks, Erik Erik Swenson 908.470.3658 MIS Engineer KMC Telecom mailto:[EMAIL PROTECTED] <> [demime 0.97b removed an attachment of type application/octet-stream which had a name of Swenson, Erik.vcf] - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Recall: Changing the password
Swenson, Erik would like to recall the message, "Changing the password". - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Changing the password
Does anyone know how to change the password in the registry remotely? For instance, if I wanted to change it to 987654 on a remote server or workstation, how would I do it? Here is my file for an NT machine: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\winvnc Type = REG_DWORD 0x0110 Start = REG_DWORD 0x0002 ErrorControl = REG_DWORD 0x0001 ImagePath = Reg_DWORD_SZ C:\program files\orl\vnc\winvnc.exe - service DisplayName = VNC Server ObjectName = LocalSystem HKEY_LOCAL_MACHINE\SOFTWARE\ORL WinVNC3 Default SocketConnect = REG_DWORD 0x0001 AutoPortSelect = REG_DWORD 0x0001 InputsEnabled = REG_DWORD 0x0001 LocalInputsDisabled = REG_DWORD 0x Password = REG_BINARY 0x0008 0xfd3cd8db 0x58147a72 PollUnderCursor = REG_DWORD 0x PollForeground = REG_DWORD 0x0001 PollFullScreen = REG_DWORD 0x OnlyPollconsole = REG_DWORD 0x0001 OnlyPollOnEvent = REG_DWORD 0x Thanks, Erik Erik Swenson 908.470.3658 MIS Engineer KMC Telecom mailto:[EMAIL PROTECTED] <> [demime 0.97b removed an attachment of type application/octet-stream which had a name of Swenson, Erik.vcf] - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
RE: Changing the password
Thanks! Happy Festivus -Original Message- From: Wallendahl, Michael/SEA [mailto:[EMAIL PROTECTED]] Sent: Friday, December 29, 2000 1:48 PM To: '[EMAIL PROTECTED]' Subject: RE: Changing the password You can use the REG.EXE utility from the Windows NT resource kit. I'm using reg.exe for Windows 2000, and your command line would be something similar to this: reg add \\YourSystemName\HKLM\Software\ORL\WinVNC3\Default /v Password /t REG_BINARY /d 987654 -Mike -Original Message- From: Swenson, Erik [mailto:[EMAIL PROTECTED]] Sent: Friday, December 29, 2000 10:27 AM To: '[EMAIL PROTECTED]' Subject: Changing the password Does anyone know how to change the password in the registry remotely? For instance, if I wanted to change it to 987654 on a remote server or workstation, how would I do it? Here is my file for an NT machine: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\winvnc Type = REG_DWORD 0x0110 Start = REG_DWORD 0x0002 ErrorControl = REG_DWORD 0x0001 ImagePath = Reg_DWORD_SZ C:\program files\orl\vnc\winvnc.exe - service DisplayName = VNC Server ObjectName = LocalSystem HKEY_LOCAL_MACHINE\SOFTWARE\ORL WinVNC3 Default SocketConnect = REG_DWORD 0x0001 AutoPortSelect = REG_DWORD 0x0001 InputsEnabled = REG_DWORD 0x0001 LocalInputsDisabled = REG_DWORD 0x Password = REG_BINARY 0x0008 0xfd3cd8db 0x58147a72 PollUnderCursor = REG_DWORD 0x PollForeground = REG_DWORD 0x0001 PollFullScreen = REG_DWORD 0x OnlyPollconsole = REG_DWORD 0x0001 OnlyPollOnEvent = REG_DWORD 0x Thanks, Erik Erik Swenson 908.470.3658 MIS Engineer KMC Telecom mailto:[EMAIL PROTECTED] <> [demime 0.97b removed an attachment of type application/octet-stream which had a name of Swenson, Erik.vcf] - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -