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.

Question runonce.cmd

Featured Replies

sorry for my english

i have this in my runonce.cmd

REG ADD %KEY%\810 /VE /D "ParamŠtres pour Default/All User" /f

REG ADD %KEY%\810 /V 1 /D "REG LOAD \"HKU\CUSTOM\" \"C:\Documents and Settings\Default User\NTUSER.DAT\"" /f

REG ADD %KEY%\810 /V 2 /D "START /WAIT REGEDIT /S %J%\DefaultUser.reg" /f

REG ADD %KEY%\810 /V 3 /D "START /WAIT REGEDIT /S %systemdrive%\key.cmd" /f

REG ADD %KEY%\810 /V 4 /D "REG UNLOAD \"HKU\CUSTOM\"" /f

when i execute, i have this error "START unknow command"

Why? And what is correct syntax?

Thanks

Try either

REG ADD %KEY%\810 /VE /D "Paramtres pour Default/All User"
REG ADD %KEY%\810 /V 1 /D "REG LOAD \"HKU\CUSTOM\" \"%SYSTEMDRIVE%\Documents and Settings\Default User\NTUSER.DAT\""
REG ADD %KEY%\810 /V 2 /D "REGEDIT /S %J%\DefaultUser.reg"
REG ADD %KEY%\810 /V 3 /D "%SYSTEMDRIVE%\key.cmd"
REG ADD %KEY%\810 /V 4 /D "REG UNLOAD \"HKU\CUSTOM\""

or

REG ADD %KEY%\810 /VE /D "Paramtres pour Default/All User"
REG ADD %KEY%\810 /V 1 /D "REG LOAD \"HKU\CUSTOM\" \"%SYSTEMDRIVE%\Documents and Settings\Default User\NTUSER.DAT\""
REG ADD %KEY%\810 /V 2 /D "%COMSPEC% /C START \"\" /WAIT REGEDIT /S %J%\DefaultUser.reg"
REG ADD %KEY%\810 /V 3 /D "%COMSPEC% /C START \"\" /WAIT %SYSTEMDRIVE%\key.cmd"
REG ADD %KEY%\810 /V 4 /D "REG UNLOAD \"HKU\CUSTOM\""

Notice how there is no need for the /f switches. There is no /f switch for REG LOAD and REG UNLOAD, and no need for it in your REG ADD examples.

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.