topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 6:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Cool AutoIt3 script for semi-transparent blurred cmd windows  (Read 3979 times)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Noticed this on AutoIt3 example scripts

http://www.autoitscr....php?showtopic=94763

Let it sit in task tray and any time you open a cmd window, it sets it to semi-transparent blur background.  Requires Vista or W7.

It modifies any cmd.exe it sees.  If you have a script that pops up a command window it looks really cool if this is running. :)

For myself I added an exit function to unhook the window.  Don't know if windows does it automagically when a window is destroyed, but it can't hurt to manually unhook it.