Achilles Posted May 24, 2010 Posted May 24, 2010 Hello all, I am trying to discretely apply themes in Windows 7 (64bit). So far I can apply the theme, but a "Personalization" window that pops up... anybody know how to do this without that window opening? (I realize I could just close it, but in an effort to be professional I would rather it just never show up.) ShellExecute('C:\Users\<NAME>\AppData\Local\Microsoft\Windows\Themes\Old Backgrounds.theme') My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
jaberwacky Posted May 25, 2010 Posted May 25, 2010 @SW_HIDE Helpful Posts and Websites: AutoIt Wiki | Can't find what you're looking for on the Forum? My scripts: Guiscape | Baroque AU3 Code Formatter | MouseHoverCalltips | SciTe Customization GUI | ActiveWindowTrack Toy | Monitor Configuration UDF
Achilles Posted May 25, 2010 Author Posted May 25, 2010 (edited) @SW_HIDE It doesn't work... at least not what I tried:ShellExecute('C:\Users\<Name>\AppData\Local\Microsoft\Windows\Themes\Old Backgrounds.theme', '', '', '', @SW_HIDE) Edit: It still applies it, it just doesn't hide the window Edit: I figured I'd try my alternative (just hide the window asap), and it actually works really well: WinWait('Personalization') WinClose('Personalization') Edited May 25, 2010 by Achilles My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
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