ToyBoi Posted July 29, 2008 Posted July 29, 2008 So I have this colleague who uses my macros and I would like to change his wall paper to something nice whenever he uses my macro, i'm going to have my macro call an autoit exe, does anyone know if I can have autoit set a picture as wallpaper, either I manually force install one or maybe a picture on the web Also another question, how do I launch a youtube video with autoit? and make sure it's stayed on and with the volume turned up
Andreik Posted July 29, 2008 Posted July 29, 2008 So I have this colleague who uses my macros and I would like to change his wall paper to something nice whenever he uses my macro, i'm going to have my macro call an autoit exe, does anyone know if I can have autoit set a picture as wallpaper, either I manually force install one or maybe a picture on the web Also another question, how do I launch a youtube video with autoit? and make sure it's stayed on and with the volume turned up $PATH = FileOpenDialog("SELECT",@DesktopDir,"JPG Image (*.jpg)",1) RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System","Wallpaper","REG_SZ",$PATH)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now