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.

[GUIRunOnce] and XPlode?

Featured Replies

I've created a perfectly working clean up file with an XPlode GUI.

Can I call this cleanup file like a regular XPlode installer like this, but then under GUIRunOnce (in winnt.sif):

[GUIRunOnce]
UserExecute="%systemroot%\system32\Temp\XPlode\XPlode.exe"

or does it HAVE to be a .cmd file?

If so how can I call the XPlode file (XPlode.xml) via .cmd file?

Like this?:

cmdow @ /HID

START %systemroot%\system32\Temp\XPlode\XPlode.exe

EXIT


  • Author

I think this will work (I call the clean up file cleanup.xml):

[GUIRunOnce]
"%systemroot%\system32\Temp\XPlode\XPlode.exe /x:#systemroot#\system32\Temp\XPlode\cleanup.xml"

  • Author

Can I exchange "%systemroot%\system32" for "%system%"?

%system%, i would doubt. The forum for xplode would be your best chance for answers though?

Can I exchange "%systemroot%\system32" for "%system%"?

will you be defining said %system% somewhere? It does not exist otherwise.

  • Author

I thought I read somewhere yesterday that you can use that string for the System32 folder in Windows XP. But I can't find that site anymore :o

As far as I know it doesn't exist.

try typing SET in your command prompt.. it shows all your environment variables, both custom and system.

You can however define one for yourself:

SET system=%systemroot%\system32

but then again, maybe %system% is a reserved name...

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.