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.

Registry tweaks via *.inf

Featured Replies

I want to apply some registry tweaks without cmdlines.txt.

Tried to create regtweaks.inf file:

[Version]
Signature = "$Windows NT$"

[DefaultInstall]
DelReg = RT.DelReg
AddReg = RT.AddReg

[RT.AddReg]

HKU,".DEFAULT\Keyboard Layout\Preload,"1",0x00020000,"00000409"
HKU,".DEFAULT\Keyboard Layout\Preload,"2",0x00020000,"00000419"
HKU,".DEFAULT\Keyboard Layout\Toggle,"Hotkey",0x00020000,"2"
HKU,".DEFAULT\Keyboard Layout\Toggle,"Language Hotkey",0x00020000,"2"
HKU,".DEFAULT\Keyboard Layout\Toggle,"Layout Hotkey",0x00020000,"1"


[RT.DelReg]

But setup gives an error message about 10th row of this file.

What is wrong?

well ,without really knowing what you are trying to achieve, a look at the reg file would help confirm it, but the values you are using are of type REG_SZ and should therefore use 0x00000000 not 0x00020000.

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.