removing right click context menu options on recycle bin

Humpty is correct as always 

First you might want to make a backup of the reg key then remove the Washer entries using a reg fix to save you having to manually edit the registry.

Goto Start Menu > Run > Type (or copy and paste) this into the run box

regedit /e C:\Backup.reg "HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}"

Then Press OK, this will create a backup file on C:\Drive named Backup.reg

(To add the information back anytime you can just double click that file or right click and choose Merge, to view the contents just right click and choose Edit)

Next Remove the Washer Key

Open Notepad (Start Menu > Run > Type notepad and Press OK)

Copy and Paste the contents of the code box into Notepad making REGEDIT4 the top line.

REGEDIT4

[-HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell\Washer]

Goto File on the top bar and choose Save As, Change the Save As Type to All Files, Name it Fix.reg then save it to your desktop

Double click Fix.reg (or right click and choose Merge) and it will ask if you want to merge the contents into the registry, choose Yes and the specified reg entry will be removed.

No more Right click option for Window Washer 

Andy

时间: 2024-10-11 06:04:13

removing right click context menu options on recycle bin的相关文章

sublime text 3-right click context menu

dd a system wide windows explorer button " Edit with Sublime" similar to how Notepad++ does it or some other editors?See attached screenshot. (I know this is an old thread, but since I dropped by looking for the same information and found it els

Android -- Options Menu,Context Menu,Popup Menu

Options Menu                                                                           创建选项菜单的步骤: 1.覆盖Activity 的onCreateOptionMenu(Menu menu)方法,当菜单第一次被打开时调用 2.调用Menu 的add( )方法添加菜单项(MenuItem),同时可以调用MenuItem 的setIcon( )方法来为菜单项设置图标 3.当菜单项(MenuItem)被选择时,

create Context Menu in Windows Forms application using C# z

In this article let us see how to create Context Menu in Windows Forms application using C# Introduction In this article we will see how to create Context Menu or Popup Menu or Shortcut menu in Windows Forms application with ContextMenuStrip control

Tree Context Menu

Right click on a node to display context menu. My Documents Photos Program Files Intel Java Microsoft Office Games index.html about.html welcome.html 源代码 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>T

Windows context menu shortcut key

Besides the context menu key, you have another option to trigger the context menu: Shift+F10. This is especially useful when your computer/laptop (Lenovo W530) hasn't a context menu key. Reference: Lenovo W530 and the Context Menu Key

create a C# context menu from code

I try the one of your approach, it works well in my computer. Below is my code: public void AddContextMenu() { ContextMenu mnuContextMenu = new ContextMenu(); mnuContextMenu.MenuItems.Add("&Red LED", new EventHandler(SetDisplayRed)); mnuCont

Show Notepad++ in Windows Explorer context menu

Keywords: Register, Explorer context menu, Edit with Notepad++ Need to show "Edit with Notepad++" in Windows Explorer? If you have a copy (not installed) of Notepad++ and want this command in Explorer, register the following dll. regsvr32  D:\No

Active Directory Recycle Bin

# Enable Active Directory Recycle Bin Enable-ADOptionalFeature  –Identity 'CN=Recycle Bin Feature,CN=Optional Features,CN=Directory  Service,CN=Windows NT,CN=Services,CN=Configuration,DC=vccware,DC=com'  –Scope ForestOrConfigurationSet –Target 'vccwa

Windows Server 2012 Recycle Bin corrupted

在Windows Server 2012 上遇到了“The Recycle Bin On E:\ is corrupted. Do you want to empty the Recycle Bin for this drive?" . 一般对应的中文提示为”E:\上的回收站已经损坏.是否清空该驱动上的回收站?“. 第一次遇到这种情况,也不清楚为什么出现这种情况.有种说法是删除大文件是会遇到这种情况.但是我测试了下,并没有出现(我删除的文件只有35G大小左右). 解决这个问题倒是很简单,选择Ye