Results 1 to 4 of 4

Thread: Start Menu+Recently Used Programms

  1. #1
    Fanatic Member Lasering's Avatar
    Join Date
    May 06
    Location
    Lisboa
    Posts
    559

    Start Menu+Recently Used Programms

    Hi!

    How can I make a program appear in the recently used programs in start menu, without having to use ANY installer. I know that must involve editing/create some registry entries (I just don't which.)

    My goal is to make so that some programs don't appear in the recently used list. (Yeah I know, is odd to want something like this)

    Thks a lot.

    PS: I use Windows 7.
    Controls: XPCC|Quantum
    Windows API's • LINQ to XML Samples • Regex Tutorial

    Albert Einstein:
    "Imagination is more important than knowledge."
    "Everything should be made as simple as possible, but not simpler."
    "Great spirits have often encountered violent opposition from weak minds."

  2. #2
    Web developer Nightwalker83's Avatar
    Join Date
    Dec 01
    Location
    Adelaide, Australia
    Posts
    9,721

    Re: Start Menu+Recently Used Programms

    Which program are you using?
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    Please consider giving me some rep points if I help you a lot.
    DON'T BUMP YOUR POSTS!!! Links to my code examples can now be found on my website: My websites
    Please rate my post if you find it helpful!
    Technology is a dangerous thing in the hands of an idiot! I am that idiot.

  3. #3
    Fanatic Member Lasering's Avatar
    Join Date
    May 06
    Location
    Lisboa
    Posts
    559

    Re: Start Menu+Recently Used Programms

    I'm not using any program to make the installer (if thats your question). But that exactly the point I want to make this "manually".
    Maybe with a example its clear:
    Imagine you install Firefox, and then you don't want it to appear in the recently used programs. How do you make it happen, without the help of any 3rd party program?

    Or for example you create an executable in Visual Studio, and you want to make that program appear in the recently used programs.
    Controls: XPCC|Quantum
    Windows API's • LINQ to XML Samples • Regex Tutorial

    Albert Einstein:
    "Imagination is more important than knowledge."
    "Everything should be made as simple as possible, but not simpler."
    "Great spirits have often encountered violent opposition from weak minds."

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 02
    Location
    Bristol, UK
    Posts
    35,548

    Re: Start Menu+Recently Used Programms

    There are many reasons that you should use an installer, and not just to ensure that your required files are all available... such as the ability for the user to repair/remove the program easily, and for it to be installed automatically on multiple computers in a network, and for updates to overwrite the existing version.


    To make a program appear in the recently used programs list when it is used (and presumably highlight it as a new item too), simply add a shortcut for the program to somewhere on the start menu for the user to use... Windows will automatically do the rest (possibly using the registry, but I didn't find it when I tried).

    To make a program not be shown in the recently used list you just add/edit a registry entry (I can't remember exactly what it was, but it was easy to Google).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •