beatmaster Posted February 27, 2010 Posted February 27, 2010 (edited) Hello at All,i integrated my own Windows 7 Themes per $OEM$-method.i created $OEM$\$$\Resources\Themes.Here i copied my ...theme .Now I want the theme to Windows 7 directly after the installation is installed.Here i created an cmd with the following content%SystemRoot%\system32\rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Themes /Action:OpenTheme /file:"C:\Windows\Resources\Themes\MyWindowstheme.theme"The problem is, the windows "Systemsteuerung/Anspassng" is opend.How can i closed this windows with my batch file ?beatmaster Edited February 27, 2010 by beatmaster
MrJinje Posted February 27, 2010 Posted February 27, 2010 (edited) Seems like a lot of trouble for something that can be done with a regedit.Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Personalization]"ThemeFile"="C:\\Windows\\Resources\\Themes\\CLASSIC.theme" Edited February 27, 2010 by MrJinje
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