• 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 » Delete temporary files from right click context menu in Windows 7

By Abhishek Ghosh May 16, 2011 8:57 pm Updated on May 16, 2011

Delete temporary files from right click context menu in Windows 7

Advertisement

We are not sure, but it seems people loves Windows 7 right click menu tricks more.

Well, this time we will vanish the temporary files in one click from right from the right click context menu in Windows 7.  Like this:

 

Delete temporary files from right click context menu in Windows 7

 

As usually, we need two things: a batch file to carry the job, that is to clean the temporary files and a registry file to add it to right click menu.

Advertisement

---

 

Creating the batch file to delete the temporary files in Windows 7:

 

Open Notepad. Write the following things:

 

cd C: Users % username% AppData Local rmdir / S / Q Temp

 

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

kill_temporary.bat is just a name; we could have name it TheCustomizeWindows.bat ; but in that case we have to the rename in next step.

 

Test the batch file if it is working rightly by double clicking it. You will see command window opens and closes momentarily and if you search with *.temp you will get nothing. Then it is OK.

Otherwise:

Change the % username% part with your own username. For example, my one should be % Abhishek%

Place it in C partition.

 

The Registry file to get it in right click option:

 

This will add the functionality to get working from right click context menu.

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDirectoryBackgroundshellClear Temporary Files]

[HKEY_CLASSES_ROOTDirectoryBackgroundshellClear Temporary Filescommand]
@=”C:kill_temporary.bat”

 

Save the file as Clear Temporary.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 option in right click context menu when clicked on a folder or any empty place inside folder or Windows 7 desktop.

 

Explanation:

The green text is what you want to see in right click context menu. We could have name it Mr. Clean.

The pink text is the location of the batch file; you can change it as well. Frankly, we have not tested in other complicated ways, we have used conventional location.

The  red text is the name of the batch file.

 

 

Removal:

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:

As usually all the required files are here for your download.

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

 

SignatureTagged With delete temporary bat , how to add delete temp files right click in windows 7 , Remove temp files from user context , temporary context menu , temporary files from user context
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, 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 Delete temporary files from right click context menu in Windows 7

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Windows 7 Right Click Menu Tips,Tricks and Tutorials : Index

    Windows 7 Right Click Menu Tips,Tricks and Tutorials those has been published within The Customize Windows till date is listed here along with description.

  • 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.

  • Cascading list of folders 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 folders of your choice with custom icons in Windows 7.

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

Subscribe To Our Free Newsletter

Get new posts by email:

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

Search this website…

 

vpsdime

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 (24.3K Followers)
  • Twitter (5.8k 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

  • Cloud-Powered Play: How Streaming Tech is Reshaping Online GamesSeptember 3, 2025
  • How to Use Transcribed Texts for MarketingAugust 14, 2025
  • nRF7002 DK vs ESP32 – A Technical Comparison for Wireless IoT DesignJune 18, 2025
  • Principles of Non-Invasive Blood Glucose Measurement By Near Infrared (NIR)June 11, 2025
  • Continuous Non-Invasive Blood Glucose Measurements: Present Situation (May 2025)May 23, 2025
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

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

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