Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
2026-09-07: After more 5 000 000 (five million) views on forum for 1.8.x.x development versions... A new stable version, UltraVNC 1.8.2.9 has been released: viewtopic.php?t=38203 Feedback is always welcome
2026-04-01: After 1.7.x, 1.8.x release builds need tests and feedback: viewtopic.php?t=38158
2025-12-02: We need help: English Wikipedia UltraVNC page has been requested to deletion: viewtopic.php?t=38127 Any help is welcome to improve the UltraVNC page and/or to comment on the Wikipedia Talk page
2025-06-25: After more 2 000 000 (two million) views on forum for 1.5.0.x development versions... and 1.6.1.0, 1.6.3.0-dev versions A new stable version, UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 have been released: viewtopic.php?t=38095 Feedback is always welcome
Ok so now I got repeater working after an update. now I have the problem with duplicate ID's ... how can I allow duplicate IDs ?????? it worked before.
@echo off
set ID=%RANDOM%
copy *.* %temp%
cd %temp%
rem START BRANDING
rem regedit /s clean.reg
rem regedit /s clean2.reg
REM copy oeminfo.ini %systemroot%\system32\
REM copy OEMLOGO.BMP %systemroot%\system32\
rem copy *.url "%userprofile%\favorites"
rem copy *.url "C:\Documents and Settings\All Users\Start Menu\Programs"
rem copy *.url "C:\Documents and Settings\All Users\Desktop
rem END BRANDING
type helpdesk.tmp > helpdesk.txt
echo [HOST] >> helpdesk.txt
echo Internet support >> helpdesk.txt
echo -id %ID% -connect www.rmccurdy.com:3389 -noregistry >> helpdesk.txt
cls
echo ###################################################################
echo # Be sure to give this code to the remote support tech
echo # YOUR ID NUMBER IS:
echo #
echo # %ID%
echo #
echo ###################################################################
pause
cax /RUH vnccheck.bat
Last edited by operat0r on 2008-10-08 12:43, edited 1 time in total.