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.

Show Desktop.scf

Featured Replies

clicking the 'show desktop icon' is just like doing 'WINDOWS LOGO KEY D'

I would like 'show desktop icon' to do 'WINDOWS LOGO KEY M' instead.

heres the file Show Desktop.scf.


Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
[Shell]

I think I need to change this line, but I dont know the new value.

Command=ToggleDesktop

Not sure if you can alter the file to get the required functionality. But you can create a vbscript file with the following contents:

Dim objShell
Set objShell = CreateObject("Shell.Application")
objShell.MinimizeAll
set objShell = nothing

Name the file as "MinimizeAll.vbs" and move the shortcut to the Quick Launch. You can customize the icon for this shortcut.

  • Author

Thank you, but that vbs script only minimize one window, not all.

Anyone else have an idea? thanks.

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.