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.

Open With...

Featured Replies

In Win98, if you want to get “Open with…” context menu, you will need to press left-shift and simultaneously right-click the file.

In WinXP, right-clicking will always show “Open With…” in the context menu. If you want to have this behavior in your Win98, then create a reg file that contains the following:

----------------------------------------------------------------

REGEDIT4

[HKEY_CLASSES_ROOT\*\Shell\Open With...\command]

@="rundll32.exe C:\\Windows\\system\\shell32.dll,OpenAs_RunDLL %1"

----------------------------------------------------------------

You can give it any name, such as OpenWith.reg.

Right-click that reg file you just created, then click “Merge” -> “Yes”.

You need to do one more step to avoid double “Open with…” for unknown files, i.e., you can either delete or rename following registry key:

[HKEY_CLASSES_ROOT\Unknown]

I would suggest to rename it maybe to “Unknown-“, so that you can revert back to the previous properties when you want.

One last note, if you want to do it, you do it at your own risk, I will not be responsible for any consequences. In my Win98SE it works fine though.

  • Author

For those of you that have followed my tip in this thread, you may face a situation that your long filename is truncated to 8.3 format if you open it with "Open With..." as described in my following post:

http://www.msfn.org/board/index.php?showto...id=538895

In order to avoid it, i.e., preserving the long filename, you need to redo the patch with following reg file:

-------------------------------------------------

REGEDIT4

[HKEY_CLASSES_ROOT\*\Shell\Open With...\command]

@="C:\\Windows\\rundll32.exe shell32.dll,OpenAs_RunDLL %1"

-------------------------------------------------

Sorry guys for the inconvenience it may cause.

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.