• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Add Services to the right click menu in Windows 7 with custom icon

By Abhishek Ghosh June 3, 2011 7:42 pm Updated on June 3, 2011

Add Services to the right click menu in Windows 7 with custom icon

Advertisement

Previously we wrote how to add Services in Right click context menu in Windows 7. However, for some reason; that did not worked for our regular visitor Lorney.

Instead of working on that; we will create a batch file to run services.msc and then integrate it with right click menu.

As usually; it will have the following features:

Advertisement

---

 

  • Custom positioning of the services option in right click context menu
  • Custom icon of the services option in right click context menu
  • Custom name of the services option in right click context menu

Things required for adding services.msc to right click context menu

 

We need two things to add working services option: a batch file to run services.msc, a nice icon in *.ico format of 16 x 16 pixels size for the services menu in right click or other executable to share the icon (recommended) and a registry file to add services to right click menu.

We are giving the example of services option in right click menu:

 

Add Services to the right click menu in Windows 7 with custom icon

Creating the batch files to run services.msc

 

One batch file is required to run services.msc. Open Notepad and write the following code:

 

start services.msc

 

Save the file as services_inRC.bat for the example above and do not forget to change the file type from text to All files from drop down menu in Notepad before saving it.

You can name as you like; but it is not good to name it like something that has no relation with services.msc

Place the batch files in in C: drive. You can place anywhere, but you need to change that in registry file too.

 

Creating the registry to add services.msc in right click menu

 

This will add the functionality to get services.msc working from right click context menu. Open Notepad, copy paste the following and modify as per your need:

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDirectoryBackgroundshellServices]
“Icon”=”C:WindowsSystem32wsqmcons.exe”
“Position”=”Bottom”

[HKEY_CLASSES_ROOTDirectoryBackgroundshellServicescommand]
@=”C:services_inRC.bat“

 

The red text is what you want to see as main menu; you can name as Work Folder for example.

Next the cyan text represents the path of icon of another program. Do not get confused.

The greenish text is name and path of the batch file to run services.

Position determines where the services (or whatever you have named) will be placed in right click menu. We have used bottom. You can use top, middle etc.

 

Save the file as Add Services.reg and do not forget to change the file type from text to All files from drop down menu in Notepad before saving it. Name does not matter here at all. You can save as you like.

Now, double click the reg file and accept the security warnings and you will see the Services option in right click context menu when clicked on an empty place inside folder or Windows 7 desktop.

 

You will get services option in the way you want.

 

Removal of services option from right click:

 

Add a minus sign before the H starts after the third bracket; like [-HKEY_CLASSES…. to all where there is HKEY and save it (with some good name) as reg file and run it. It will break the association; so the option will disappear from right click context menu.

Obviously, you might delete the bat file manually too.

 

Downloads for adding or removing the services option:

 

As usually all the required files are here for your download. All are ready made; you need not to do the codings to get services option.

The rar file is password protected, type thecustomizewindows.com as the password.

 

Signature Tagged With add a service windows 7 , add new services to windows 7 , add services to right click win 7 , adding a service in windows 7 , batch files , customize right click menu windows 7 , how to add services in windows 7 , right click add service , what is windows paste in context menu

This Article Has Been Shared 246 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Add Services to the right click menu in Windows 7 with custom icon

  • Cascading list of websites in right click context menu in Windows 7

    After reading this tutorial, you will be able to add a right click custom named menu and cascading list of submenu of websites of your choice with icons of your choice in Windows 7.

  • Show Hide file extension toggle option in Windows 7 context menu

    Add a toggle Show Hide file extension with a custom icon in Windows 7 right click context menu following this trick. Resources needed are available as free download too.

  • Let your computer speak from right click the text you want

    Get an option in Windows 7 right click menu click it and type whatever you want to make your computer speak.

  • Talking clock in right click context menu without any software

    After reading this tutorial, you will get an option in the right click context menu, click which your computer will speak the current time by your clock.

  • Talking Calculator in right click context menu without any software

    Talking Calculator in right click context menu without any software for your Windows 7 or any version of Windows PC.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. Avatarlorney says

    June 4, 2011 at 10:01 pm

    The email is valid and active, I’ve received 3 emails today, 2 from How-To-Geek and 1 from Windows Tools, Help & Guides and the Spam folder is empty.

    This puter is brand new and MS patches/updates on auto.
    Sorry, my mistake, I found C:WindowsSystem32wsqmcons.exe, used the W7 search engine, why Everything and XSearch can’t pick it up another challenge.
    The last time wsqmcons.exe was accessed was on 24 May 2011 12:29 and that was the date I installed KB2446708 and KB976932.
    I can assure you that this puter is clean, never seen any malware since my Windows v1.0 days before Internet.

    I appreciate yr assistance but decided to skip it and just use the Services shortcut (%windir%system32services.msc) that I have on my desktop. I have removed all files/reg modifications.

  2. AbhishekAbhishek says

    June 5, 2011 at 6:03 am

    It is OK Lorney, thanks for the explanation.
    Explanations always make the things helpful for better understanding.

    You can not use this trick still now? Download the rar file, extract it and double click the batch file. Merely clicking the batch file will run Services.msc. Put it in C partition (not inside any folder).
    Then double clicking the reg file will give you the option in Windows 7 right click like the screenshot.

  3. Avatarlorney says

    June 9, 2011 at 8:32 pm

    Resolved it in the mean time but didn’t report back because it seemed the tread was blocked.

    Yr 2nd suggestion with the batch file I managed to install. The problem was that the Add Service.reg file executed “perfectly” (with confirmation) but never actually installed. The new Services and command keys are visible but w/o any further entries. The Icon key not there neither the Position key.
    The command key is there but data value blank. I checked access rights permissions/owner but all correct/valid.

    Then I typed all in manually (and a personal icon) and it working 100%.
    As a futher test, I hit Remove Services.reg to clear all, received confirmation pop-up but all still perfectly in place and running 100%

    I’ll add this to Murphy’s Law and use the context option when required :-)

  4. AbhishekAbhishek says

    June 9, 2011 at 8:43 pm

    Peculiar problem! Something is blocking to write the registry values.

    Glad that at least you got it working somehow :)

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (21K Followers)
  • Twitter (5.3k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • How Startups Can Convince the Investors April 14, 2021
  • What to Know About the Cloud Storage Services for Smartphones April 13, 2021
  • WonderFox HD Video Converter Factory Pro Review April 10, 2021
  • What is the Maximum Cable Length Between Arduino/ESP32 and a Sensor April 8, 2021
  • Is the Blockchain Hype Running Out of Breath? April 7, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Add Services to the right click menu in Windows 7 with custom icon," in The Customize Windows, June 3, 2011, April 15, 2021, https://thecustomizewindows.com/2011/06/add-services-to-the-right-click-menu-in-windows-7-with-custom-icon/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy