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.

Add item to folder context menu?

Featured Replies

Is there anyway to add new items to the default folder context menu (such as create a new folder which is not in the New submenu)?

context.png

I'd like to add somethings anywhere in that menu.


Actualy yes im looking for a way to add my own "Open with Notepad Advanced" etc

to my right click menu etc but i've been probably looking into the wrong places, :(.

If i find anything though i'll report back asap and let you know how, where etc.

Read these:

http://www.windowsitpro.com/Article/Articl...3596/13596.html

http://www.tcmagazine.info/forums/index.php?showtopic=959

Here is an example for the DOS prompt here:

http://windows.about.com/od/tipsarchive/l/bltip177.htm

And another way that uses .inf files:

[version]
signature="$CHICAGO$"

[DefaultInstall]
AddReg = DosHere.Reg

[DosHere.Reg]
HKCR,Directory\Shell\DosHere,,,"%DosHereAccel%"
HKCR,Directory\Shell\DosHere\command,,,"%11%\cmd.exe /k cd "%1""
HKCR,Drive\Shell\DosHere,,,"%DosHereAccel%"
HKCR,Drive\Shell\DosHere\command,,,"%11%\cmd.exe /k cd "%1""

[Strings]
DosHereAccel="DOS &Prompt Here"

Copy and paste the above in notepad and save it as Doshere.inf

jaclaz

Just a small correction, in

  • "%11%\cmd.exe /k cd "%1""

the quotes on %1 will not show up in your registry.

Try

  • "%11%\cmd.exe /k cd ""%1"""

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.