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.

{JSCRIPT}=WriteRegKey

Featured Replies

for the life of me i cannot figure out the sytax on how to use this command. i looked at the examples and cant get it.

i have a "regsz" key named "1" with value "x"

how do i do this?

Edited by bobbintb

{JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key",1,"REG_DWORD")

{JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key","Value","REG_SZ")

  • 2 weeks later...
  • Author
{JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key",1,"REG_DWORD")

{JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key","Value","REG_SZ")

this doesnt seem to be working in vista. is there away to run it elevated?

  • 1 month later...

Hello!

How to use {JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key","0","REG_MULTI_SZ") ?

No key is added to registry.

From a quick Google search, the strings must be NULL terminated and double NULL terminated at the end.

Don't put quotes around numbers.

{JSCRIPT}=WriteRegKey("HKEY_CURRENT_USER\Software\WPI\Test Key",0,"REG_MULTI_SZ")

Still not working :(

I guess it has something to do with "REG_MULTI_SZ"

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.