Thanks for the compliment, and don't worry, my bubble doesn't burst very easily.

Just out of curiosity, how big is your final SC executable? The one my clients can now download and that is based on the script above is around 420 KB in size.
I'm unable to decompresscyberdoc wrote:Well, after a few hours of testing I finally got something usefull. I tried Caramel & Radeon's version, but the command prompt annoyed me.
So what I did was just write an App that disables Aero and sets the respective settings in the registry, and restores them the same way as Caramel & Radeon's bat script did.
The app detects if your running vista and executes winvnc.exe (or any other program passed as an argument when executing.), after disabling Aero.
I'm working on an Online Generator to build the complete SC app but for now you can grab the AutoIt version based on Caramel & Radeon's package.
As an added bonus I'm happy to share my source with all of you guys. Happy hacking.
VistaSC.exe description:
1. execute with argument eg. "VistaSC.exe winvnc.exe"
2. Launches and checks if you are running Vista. If not it just executes the supplied command argument and exits.
3. If running Vista it backs up the registry keys "PromptOnSecureDesktop" & "ConsentPromptBehaviorAdmin" to "name + _tmp" and sets them to the new values.
4. Disables Aero.
5. Executes arg[0] eg. winvnc.exe and waits for the process to exit.
6. After process exit, Restores original registry values keys and deletes tmp values.
7. Exits enabling Aero again.
That's it folks pretty simple.
Source, bin and package is available here.
www.uptime.dk/opensource/ultravnc_sc_vista/
Please do test and give feedback if you got time for it.
Now I can decompress the files without errors.cyberdoc wrote:I just zipped the files one more time using 7zip. Please try again.