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.

Removing the WPI postinstall text + 2 bars

Featured Replies

Would someone possible be able to tell me how I can remove the windows postinstall text and the two blue bars from the top and bottom. I have my own picture displayed in the background but these get in the way.

Thanks

Would someone possible be able to tell me how I can remove the windows postinstall text and the two blue bars from the top and bottom. I have my own picture displayed in the background but these get in the way.

Thanks

they are only images in your theme file, just remove the image lines from inside your wpi.htm file that hold the undesired images that you want gone,

Edited by Lost Soul

  • Author

Could you possible be abit more specific on what line to change. Iv checked the file mentioned all looks like german to me im new to WPI and normally intergrate apps through hotfixes in nlite.

Make these changes to wpi.htm in your theme (I've used the Glossy theme for line numbers as an example)

WPI TopBar Text and Graphic

lines 63-75: delete all lines as below:

<!-- TopBar -->
<tr>
<td colspan="2" background="./Themes/Glossy/topbar.jpg" width="100%">
<!-- Title bar image -->
<center>
<img id="titleimg" src="./Themes/Glossy/title.jpg" border="0" align="center">
</center>
<script type="text/javascript">
if (top.status=="600")
document.images("titleimg").style.display='none';
</script>
</td>
</tr>

BottomBar Graphic

line 434 (if you removed the above lines): remove this from the quotes: ./Themes/Glossy/btmbar.jpg

change: <td colspan="2" background="./Themes/Glossy/btmbar.jpg" height="44">
to: <td colspan="2" background="" height="44">

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.