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.

(?) Adding Keyboards Layouts

Featured Replies

How can I add keyboard layout to setup installation? I have a .inf and .dll files (the .inf installs the .dll file I think). What methods I can use to add it to my installation?

Bonus questions: How to replace the standart shell32.dll to "upgrade" my icons to Vista look (just icons, not sounds). Also is it possible to change the wellcome screen and the default user wallpaper?

Edited by xwhisper

Now, this is an interesting question - "phonetic" really caught my attention, because I use one myself :) I don't know what exactly you're using, so I'll describe a general method I use, and hopefully you'll figure it out form there.

I do not replace any system file. I just use an alternative dll and change the registry parameter to point to this dll. Specifically, I use KBD1251Y.DLL as an alternative (phonetic) Russian layout. Note, that standard layout is KBD1251.DLL. All you need to do is:

1. Copy the DLL file to %systemroot%\system32

2. Import the required registry settings.

The registry tweak is

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts000419]
"Layout Text"="Russian";the layout name
"Layout File"="KBD1251Y.DLL";the alternative layout file

Where 000419 is the language code you want to switch to phonetic layout.

$OEM$ folders can be used for copying the DLL, and the tweak can be combined with other tweaks. Alternatively (and this is what I do), make a little SFX archive and launch it with any method you know.

Good luck!

As for the other questions, it makes sense to work "one question per thread" instead of answering all your questions in one topic.

P.S. I don't see a backslash between Keyboard Layouts and 000419 in the tweak code. Make sure you insert one.

Edited by Vadikan

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.