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.

7.2.0 Buglist...

Featured Replies

Started a new thread on reg keys paths.

Ok

Args:

options="options.js"

config="config.js"

check="default"

timer=30

theme="Windows"

resolution=1200

Thanks

Quotes are only needed if there is a space. There was a quotes bug, it is fixed but not uploaded yet.

Sure - but in my batch file I call wpi.hta with

"%WINDIR%\system32\mshta.exe" "!CD!\wpi.hta" config="!CD!\WPIScripts\config.js" options="!CD!\WPIScripts\useroptions.js" %*

and therefore I need the quotes because I don't know where WPI is started from.

Everything I have always gotten as a return/check value is binary. You could try RegKeyValue(...)=="0x00000019" which is 25 binary. The binary equivilant is in parenthesis (25) next to the hex value.

Don't use quotes when checking a number.

None of the following tests work for a REG_DWORD with value 1: :(

gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\NoRecentDocsNetHood")==0x00000001'];

gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\NoRecentDocsNetHood")=="0x00000001"'];

gcond[pn]=['RegKeyValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\NoRecentDocsNetHood")==1'];

@GrowBigTrees: It works fine for me. Your third example is how you want to do it.

Are you sure the key exists? It doesn't for me.

  • 4 weeks later...

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.