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.

How can I add my .reg file with WPI silently?

Featured Replies

hi,

My WPI run from cmdlines.txt after install windows xp professional.

I'll try for example;

with "Registry before"

"%wpipath%\Install\regTweaks\winamp.reg" /s

then my silent winamp.exe

but each time windows prompt me that would you like to add this vs. vs.

how can I do that?is there anyway?

I know a little information about silent switch but for ".reg" file I don't know which switch is true?everybody use for ".reg" file /s

"/s" is the silent switch for .reg file?

thanks:)

kk had you searched a bit you would have found that WPI currently has a bug with regfiles.

You need to remove the quotes that are in the commandline. ie this:

"%wpipath%\Install\regTweaks\winamp.reg"

becomes this:

%wpipath%\Install\regTweaks\winamp.reg

No need for a switch as WPI does that bit for you.

  • Author

opss..Really it works :D thanks for this..and sorry I couldn't search..

  • 2 years later...

Help I still cannot get any registry file to install silently in WPI v7.7.0

I have to click yes and ok to install each one.

I have tried the following:

"%wpipath%\Install\1 SlySoft AnyDVD\settings.reg"

"%wpipath%\Install\1 SlySoft AnyDVD\settings.reg" /S

%wpipath%\Install\1 SlySoft AnyDVD\settings.reg

Please advice and thank you.

Perhaps run a .cmd file from the tool, and have the .cmd file call reg import .reg on all the .reg files you want to import? Seems simpler.

Perhaps run a .cmd file from the tool, and have the .cmd file call reg import .reg on all the .reg files you want to import? Seems simpler.

Hi I have try your suggestion but registry does not get imported.

without the silent options /s , i found out it has this error message refer to the jpg

Please advice and thanks

this is the batch.cmd -------------------------------------------------

@echo off

rem Hide this console window so its not shown on taskbar

cmdow @ /hid

regedit setting.reg

taskkill /im anydvdtray.exe /f

regedit remove.reg

RD /s /q "C:\Documents and Settings\All Users\Start Menu\Programs\SlySoft"

setting.reg ------------------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SlySoft\AnyDVD\Settings]

"State"=dword:00000004

"Code"=dword:00000001

"Patch"=dword:0000079f

"Transparency"=dword:00000007

"AggressiveMode"=dword:00000000

"DVDSpeed"=dword:00000000

"Navigation"=dword:00000002

"Speed"=dword:00000000

"OtherSpeed"=dword:00000000

"SpeedControl"=dword:00000000

"CheckUpdate"=dword:00000000

"HideIcon"=dword:00000000

remove.reg ---------------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]

"AnyDVD"=-

post-31401-127453768629_thumb.jpg

Edited by illusions

Have you tried the built in way of doing it?

{REGEDIT} myreg.reg

Have you tried the built in way of doing it?

{REGEDIT} myreg.reg

Thank you very much. It install silently now as you suggested.

: )

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.