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.

How would I tell it to...

Featured Replies

Reboot the system when it's done installing everything... I have it install the XPize pack, but once it's install it wont look proper until it does a restart, and I'd rather it restart itself automatically...

And on top of that, how would I tell it to delete a couple of directories once it's rebooted? Reason it has to be after the reboot is because the directory WPI runs out of is on the drive, and I figure it wont delete the directory it's in because it's in use, so after the reboot, while it's booting, I could have Windows delete it's directory...

you should read a bit about runonceex... and to delete files and folders, there is nothing easier than a simple batch file.

  • Author

I know about RunOnceEx, I use WPI because it allows me to do some things I can't with ROE, even though it creates a script for ROE to use in the first place, and I know I can write a batch file, I just don't know how to have it called up on the next boot, and only have it called up that one boot.

Open WPI.cmd with notepad

edit the last few lines from

REM Rebooting the sytem to finalize the installation process.
REM shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..."

exit

:end

to

REM Enter some cleanup code here or call another cleanup file

REM Rebooting the sytem to finalize the installation process.
shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..."

exit

:end

Basicly the word "REM" stops theat line from being executed as it goes line by line.

to remove a directory

RD /S /Q %systemdrive%\SOME DIRECTORY HERE

to remove a file its

DEL "%systemroot%\*.bmp"

for example

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.