Ultra VNC SC works with Vista/Seven?

Really, it does. All you have to do is get a copy of the installer juice, hack some files, and it will properly disable Aero in Vista AND Seven, so that you can have a non-installing tool for your clients, friends, family…. whatever. Here’s how.

  1. Grab this file.
  2. Extract to a folder somewheres
  3. Read how to modify UltraVNC SC to do what you need it to do. http://www.uvnc.com/pchelpware/sc/helpdesk.html
  4. In SC_VNC.au3, replace the if-else-endif block with: Run(@ComSpec & ' /c "' & @TempDir & '\SC_VNC_Temp_Files\winvnc.cmd '& @OSversion &'"', @TempDir & "\SC_VNC_Temp_Files\", @SW_HIDE)
  5. Then, in winvnc.cmd, replace the if statement at the top with:
    IF “%1″==”WIN_VISTA” goto vistafound
    IF “%1″==”WIN_7″ goto vistafound
    IF “%1″==”WIN_LONGHORN” goto vistafound
  6. When done, run Compile.cmd and you will get your UVNC SC file – that works with Vista and Seven.

Instructions snarfed from http://mondotech.blogspot.com/2009/02/reverse-vnc-helpdesk.html

Comments are closed.