Jump to content

Recommended Posts

Posted

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]
Posted (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 by Achilles
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...