Win7 computer right-click menu how to add "registered dll" and "anti-registration"

  

1. First, let's return to the desktop location of the win7 Ultimate computer, after that, we find a blank space on the desktop, click the right mouse button, select New - Notepad documentation.

2. After that, double-click to open the newly created document and copy the following code:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTdllfileshell]

[HKEY_CLASSES_ROOTdllfileshellregister]

@="Register DLL File"

[HKEY_CLASSES_ROOTdllfileshellregistercommand]

@="regsvr32 %1"

[HKEY_CLASSES_ROOTdllfileshellUnregister ]

@="Uninstall DLL File"

[HKEY_CLASSES_ROOTdllfileshellUnregistercommand]

@="regsvr32 /u %1"

After completion, Let's just click on the file at the top of the window - Save As, and save the file as a dll.reg file.


After that, double-click on the file and import the registry as prompted.

Copyright © Windows knowledge All Rights Reserved