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.

Reg Files with WPI

Featured Replies

Sorry guys, still noob to this but I have 2 reg files I have to import into the registry before my silent install. Is there anyway to silent install reg files or auto answer them... :blink:

I might have to move this to another forumn?

Thanks in advance

  • Author

Figured it out... Had to create a batch file instead of a cmd and use:

regedit /s *.reg

thanks...

You can't use regedit /s *.reg ...

You can use multi pn[n] lines in config.js in WPI:

prog[pn]=['Reg tweaks for examples ...']
uid[pn]=['TWEAKS']
cmd1[pn]=['regedit /s %cdrom%\\Tweak1.reg']
cmd2[pn]=['regedit /s %cdrom%\\Tweak2.reg']
dflt[pn]=['yes']
cat[pn]=['Tweaks']
pn++

If you have many many regfile, prefer use a batch file with this code

cd /d "%~dp0"
for /f %%a in ('dir /b /s *.reg') do start /wait "" "regedit" /s %%a

Edited by sonic

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.