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.

addreg in inf is running my file

Featured Replies

hey guys i have some problems i want to run file in RunOnce in registry to do that i had added registry in addreg section but when i want to check it and install it from doing right click and install it runs my file.... i dont want that i want to run it when my windows log on ... when i make a key in registry it works fine.... but from inf it doesn,t work...

here is my word to make that

HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Finisher",,"%11%\Finisher.exe"

and when i see the registry editor it shows me this

post-306494-0-26560100-1294386249_thumb.

Aside from the extra space in the executable path, it looks acceptable. We need to see the whole INF to investigate further.

Quotes around the "Software\...\RunOnce" key shouldn't make a difference in most cases, but are necessary in other cases. It wouldn't hurt to add them here. The same goes for defining the data type, 0x00000000. The fully qualified line should look like this:

HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","Finisher",0x00000000,"%11%\Finisher.exe"

Edited by 5eraph

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.