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.

Nero Help Please.

Featured Replies

using this in batch file

ECHO installing Nero 63117

start/wait %systemdrive%\Install\nero63117.exe /SILENT /NOREBOOT /****KEY****/WRITE_SN

still need to enter key after install any ideas please.

STW

using this in batch file

ECHO installing Nero 63117

start/wait %systemdrive%\Install\nero63117.exe /SILENT /NOREBOOT /****KEY****/WRITE_SN

still need to enter key after install any ideas please.

STW

You probably need to add 'SN=' before the actual KEY.

ECHO installing Nero 63117
start/wait %systemdrive%\Install\nero63117.exe /SILENT /NOREBOOT /SN=****KEY****/WRITE_SN

  • 2 weeks later...

I'm using exactly same version as you and my syntax works perfectly. Note the differences between mine and yours.

ECHO.

ECHO Installing Nero Burning ROM V6

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Nero\Nero63117.exe /silent /noreboot /no_ui /sn=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /write_sn

N.B. Syntax should all be on same line. But space limits split it here.

Lois, What kind of key do you have?

if you have an OEM key you cannot use this switch /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx and you should put your key in a .reg file

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]
"User"="Something"
"Company"="Something"
"Serial6"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"

and call this file before your installation of nero (example with RunOnceEx.cmd)

REG ADD %KEY%\001 /VE /D "Nero Burning ROM 6.6.0.0" /f
REG ADD %KEY%\001 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg" /f
REG ADD %KEY%\001 /V 2 /D "%systemdrive%\install\Applications\Nero\nero.exe /silent /noreboot /no_ui" /f

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.