Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Silently apply theme

Featured Replies

you could use a registry file with the following code in

Windows Registry Editor Version 5.00 

;Install a custom Install Theme
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes]
"CustomInstallTheme"="%ResourceDir%\\themes\\[NAME OF THEME].theme"

I'm not sure what you mean by clicking apply theme, Mine does it automatically

Basically, I used the bit where you can add themes in nLite, then clicked the button that said 'Insert all Local' and deleted the ones I didn't want. Then I made the one I wanted default by choosing it in the box that says Default next to the themes.

Then when I tested it all worked perfectly, on first boot a little box appeared which said 'Applying Theme' or something like that and did it all automatically wallpaper & visual style.

Hope That helped,

// Xeijin

  • Author

Well I'm not making installation CD. I just hoped that people with experience of unattended/silent applications could help better than some random board.

http://www.msfn.org/board/index.php?showto...ika++applytheme

Something like that but app is not available anymore. :/

The thing is to get theme applied instantly not after reboot (regtweaks), so only way is to run *.theme file and press apply. That little app did that, but is there any other way because I cant get it.

  • Author

Solution could be also "bubble gum" type of. Like sending (macros maybe?) ALT + A, which stands for Apply and after that Enter. Is this possible maybe by using 3rd party software?

You can execute the file with the autoit. Copy the text and save it as .au3, then convert it with Aut2exe to .exe.

Run(@ComSpec & " /c " & 'rundll32.exe Shell32.dll,Control_RunDLL desk.cpl desk,@Themes /Action:OpenTheme /File:' & $var1 & 'Resources\Themes\Royale Noir.theme"', "", @SW_HIDE)

WinWait("Propiedades de Pantalla", "",3)

Send("{ENTER}")

Exit

Don´t forgive to change the word "Propiedades de pantalla" to your language and also change the name of the theme.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.