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 Question

Featured Replies

I'm importing an entry under HKLM so an app can autorun on bootup.

Here's the regfile I'm importing:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"App"="\"C:\\Program Files\\Folder\\APP.EXE\" /switch\"C:\\Program Files\\Folder\\data.ini\" /switch /switch /switch"

This is how it shows up:

C:\Program Files\Folder\APP.EXE /iC:\Program Files\Folder\data.ini /switch /switch /switch

Do I need to worry about the quotes?

I'm still ironing out the bugs with the configuration of the application so it's not running...I'm just scratching my head with the whole quotes thing.

Edited by TheReasonIFail


@TheReasonIFail

Maybe you can try something like this:

"App"="C:\\Program Files\\Folder\\APP.EXE -switch -f1C:\\Program Files\\Folder\\data.ini"

Put all the switches in the middle instead of at the end.

I don't know for which application it is but I used it in the past for installing PowerDVD via RunOnceEx.

Greetz, DJPro

Edited by DJPro

If a path statement does not follow the rules of DOS notation, like with spaces in it, then YES you need to put the entire path statement inside of Quotes. Just do it all the time and you won't ever write a line that won't work,,,at least NOT because of that problem.

Good Luck,

B)

I just tried importing that into my Win2k's registry and it works, quotes around the paths as expected.

Not sure why the quotes are disappearing on yours...

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.