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.

Unattended Vbs-script

Featured Replies

With the default Windows-installation my Windows hangs when I open a folder with avi-files. To prevent this I use 'avipurge.vbs' from Kelly's Corner, but I want to install that silently. Will it work this way?

REG ADD %KEY%\080 /VE /D "Avipurge" /f

REG ADD %KEY%\080 /V 1 /D "%CDROM%\Software\avipurge.vbs" /f

Don't think it works like that. Reg.exe is a command that edits the registry. Your script will add avipurge.vbs as a value rather than executing the vbs.

But why make it so complicated when all you need to do is to read the vbs, find out what key it edits and directly use reg.exe to do it. (If I remember it deletes the InproServer (?) key so you'd use REG DELETE.)

Or add the key to delete in Regtweaks.reg.

Sure they'll work with adding to Reg but more like this

REG ADD %KEY%\080 /V 1 /D "WScript.exe %CDROM%\Software\avipurge.vbs" /f

the wscript is located inside the "C:\windows\system32" folder pls change the drive accordingly if you are using dualboot.

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.