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.

RunOnceEx Big Problem

Featured Replies

Hello.

I have a big problem with this file. RunOnceEx.cmd

In now days I know where a problem is.

This is a code of run...

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Instalowanie Programow" /f

REG ADD %KEY% 005 /VE /D "winamp" /f

REG ADD %KEY% 005 /V 1 /D "%systemdrive%\Install\winamp\winamp.cmd" /f

EXIT

winamp.cmd is working. I checked that.

And now :

first line of reg add is going to the registry and is a visible there but

another lines not..

I dont know why another commends arent in registry

If I want to add for exemple REG ADD %KEY% 005 /VE /D "winamp" /f

in cmd than is see a command : Error bad name of file or something like that.

I known that registry should look :

Title

and than a subfolders with command to install a program.

but.. these subfolders arent create :/

Can anyone tell me something about this problem ?

Edited by L.Pociask

Check out the red area

@echo off

cmdow @ /HID

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Instalowanie Programow" /f

REG ADD %KEY%\005 /VE /D "winamp" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\winamp\winamp.cmd" /f

EXIT

Hope this helped!
  • Author

Sory.. but I gave wrong exeple.

I tryed that way witch You showed me but it still dosnt work

  • Author

I think I will do that in another way.

I do a new registry file instead a RunOnceEx.cmd

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]
"TITLE"="Instalowanie programu"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\005]
@="Winamp"
"1"="C:\\Install\\Winamp\\winamp.cmd"

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.