Code: Select all
UltraVnc Mon Oct 6 12:28:08 2008 > acceptConnection(): duplicate ID string found, closing connection
Code: Select all
UltraVnc Mon Oct 6 12:28:08 2008 > acceptConnection(): duplicate ID string found, closing connection
Code: Select all
@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