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.

Annoying Popup !

Featured Replies

Hi everyone

Well my problem when my unattended windows installation is finished and start installing the softwares from the batch file windows pop up a window to install a driver

i was wondering if there is a way to to hide it automatically skip or disable it ?

Thanx in advance

Dunno for sure how ur batch looks but here are some features/trix;

1. Batch files can be launched using Start /Wait and accepts /minimize to not hide it but to run it minimized...

2. If the driver is installed from an .msi file u can supply switches to the msiexec.exe that will run in quiet mode

3. If it is an .exe file... then check if the .exe accepts the correct quiet, unattend switches...

4. Batching sux..... vbscript would solve it directly for u...

Here is an exemple for u....

Set WshShell = WScript.CreateObject("WScript.Shell")

Function SilentExecApp(pstrCommand)

WshShell.Run pstrCommand, 0, True

End Function

When u wanna use it from within the .vbs file u just write something like:

SilentExecApp("msiexe /i c:\App\MyMSIApp.msi /quiet") and it's all good....

Best Regards

Tha Sausage Eater...

Or the easier way out as stated by the previous forum member.. intergrate the driver into ur $OEM$ prior to the installation....

Edited by Br4tt3

  • Author

Thanx for the answer Br4tt3 i ve been using batching method since a lot i think i ll stick with it :)

any other solution ?

Edited by TheCrowX

1. Intergrate the driver prior to the application installation point..

2. If the application does not support unattended mode or quiet switches, I would recommend that u "snap" the appliction using a .msi build application. That is not always a good thing, but for home usage, it's all fine.. in this way u will the whole application installed, or placed a the drive, however, u can use the msiexec switches to have it run quietly... with no user interface at all..

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.