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.

keys for mP 10 in RunOnExe

Featured Replies

Can anybody to help me, what's wrong with this key, please.

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

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

reg add %KEY%\049 /ve /d "17. Media Player 10 Beta!" /f

reg add %KEY%\049 /v 1 /d %CDROM%\soft\hotfixes\MP10Set.exe /Q:A /C:"setup_wm.exe /Q:A /R:N" /f


One thing that I see is that you are missing quotes and escape characters...

reg add %KEY%\049 /v 1 /d %CDROM%\soft\hotfixes\MP10Set.exe /Q:A /C:"setup_wm.exe /Q:A /R:N" /f
should be
reg add %KEY%\049 /v 1 /d "%CDROM%\soft\hotfixes\MP10Set.exe /Q:A /C:\"setup_wm.exe /Q:A /R:N\"" /f

But please, someone else make sure this is correct, because i could be wrong...

  • Author

Thanks, but dosn't work.

reg add %KEY%\049 /v 1 /d "%CDROM%\soft\hotfixes\MP10Set.exe /Q:A /C:\"setup_wm.exe /Q:A /R:N\"" /f

Hi,

I use the following and works like a charm!

Just copy it.

:)

-----------------------------------------------------------------------------------------------

cmdow @ /HID

@echo off

IF EXIST U:\CD.txt set CDROM=U:

IF EXIST V:\CD.txt set CDROM=V:

IF EXIST W:\CD.txt set CDROM=W:

IF EXIST X:\CD.txt set CDROM=X:

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

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f

REG ADD %KEY%\000 /V 1 /D "%CDROM%\Software\prepare.cmd" /f

REG ADD %KEY%\001 /VE /D "Windows Media Player 10" /f

REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\install\WMP10\MPSetupXP.exe /Q:A /R:N" /f

---------------------------------------------------------------------------------------------

post-70-1091729275_thumb.gif

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.