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.
- Grab this file.
- Extract to a folder somewheres
- Read how to modify UltraVNC SC to do what you need it to do. http://www.uvnc.com/pchelpware/sc/helpdesk.html
- 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) - 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 - 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