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.

Run script before WPI

Featured Replies

I would like to start a script before WPI. The script close any annoying popup during the installion. However I don't know how can I start the script. The WPI start the script, but after a reboot the script do not start. I tried the RunOnce entry.

Anyone know how can I start this program before WPI ?

Edited by ssjoco


  • Author

Autoit script. Close some windows if exists

$i=1

While $i <> 0

$i=WinExists ( "Windows Post-Install Wizard" )

sleep(3000)

If WinExists ("xxx") Then WinClose ("xxx")

WEnd

  • Author

I tried this scenario, but I would like to add a registry item which start the script every reboot, like WPI. I just don't know where should I add the script patch.

Well see thats the thing if you add it to the reg and it's put in there then you have to remove it at sometime. :P

Open wpi.hta with notepad. You will see where we have made a section that adds some regentries. You can add it there.

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.