Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 134071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:32:49+00:00 2026-05-11T06:32:49+00:00

I have recently(today) began meddeling with my registry from within Delphi. :) all is

  • 0

I have recently(today) began meddeling with my registry from within Delphi. 🙂 all is working well and my custom file type now opens with my program, but there are 2 issues i can’t solve.

1) I wanted the option to ‘open with’ from all file types so i added

  reg := TRegistry.Create;   reg.RootKey := HKEY_CLASSES_ROOT;   reg.LazyWrite := false;   reg.OpenKey('*\OpenWithList\EncryptionSystem', true);   reg.WriteString('','C:\Program Files\EncryptionSystem\EncryptionSystem.exe '%1'');   reg.CloseKey;   reg.free; 

If I look in the registry using regedit it’s sure there as it should seem to be but when I right click on a file and select Open With it’s not there…

So I then added this

  reg.OpenKey('*\shell\Encrypt\command', true);   reg.WriteString('','C:\Program Files\EncryptionSystem\EncryptionSystem.exe '%1'');   reg.CloseKey; 

This does work for every file but the option is right at the top with ‘open’ and ‘edit’. I kinda want it to appear in a menu subsection like most programs do… I realised that i needed to play with shellext but i did not understand the structure of how these worked withing the context menu handlers… I’d learnt all I had from reading the registry anyway… I know the name for the shellext appears later after the ‘.*’ but as for the meaning of the big jibberish keys I have no idea.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T06:32:50+00:00Added an answer on May 11, 2026 at 6:32 am

    It looks like the ‘Open with’ menu is not populated by that registry key alone. It’s trumped by an extension-specific list stored by Explorer at the following location:

    HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts

    I’d venture a guess that the list you’re adding your application to is only used if Explorer doesn’t have anything better to use — so only for files that don’t already have their own ‘Open with’ lists defined.

    Also, it looks like an ‘Open with’ registry entry is supposed to have a different form from the one you’re using. The key should be the name of the EXE file, such as ExcryptionSystem.exe. The default value for that key, if present, should be an empty string. I’m basing this just on what I see in the registry on my own system.

    You should take a look at the File Types MSDN article, part of the Introduction to File Associations.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Why would it? It's designed to return a representation, and… May 11, 2026 at 10:09 am
  • added an answer tup = (2009, 3, 23, 13, 6, 34, 0, 82,… May 11, 2026 at 10:09 am
  • added an answer Why not just cat each repo's git log to its… May 11, 2026 at 10:09 am

Related Questions

I have recently started having problems with TortoiseCVS, or more specifically with plink, the
I have recently installed .net 3.5 SP1. When I deployed a compiled web site
I have recently upgraded some of my web applications to ASP.NET 3.5 by installing
I have recently written an application(vb.net) that stores and allows searching for old council
I have recently started using Vim as my text editor and am currently working
I have recently been doing a bit of investigation into the different types of
I have recently run across these terms few times but I am quite confused
I have recently been thinking about the difference between the two ways of defining
I have recently come across a situation where code is dynamically loading some libraries,
I have recently been working with Python using Komodo Edit and other simpler editors

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.