How to add the "Close Windows10" option to the Win10 right-click menu?

  

For the Win10 operating system, I believe that a large number of users are not familiar with it. Recently, users often have trouble reporting Win10 shutdown troubles. If the idle Win10 shutdown is troublesome, we can add the “Close Windows10” option in the Win10 right-click menu, so that we can quickly shut down. So how do you add it? Let's take a look at it.

to preview renderings:

Click & ldquo; closed Windows10 & rdquo; after the option, it will pop up as shown in & ldquo; shut down Windows & rdquo; dialog.

operation is as follows:

1, a new & ldquo; Notepad & rdquo; document, replicate in the following code:

dim objshell

set objshell =CreateObject(“shell.application”)

objshell.ShutdownWindows

Set objShell = nothing

After saving, rename it to shutdown.vbs and then put it Move the file to the C:\\Windows directory and you will be prompted for permissions. Continue.

2, then create a new "Notepad" document, copy the following code:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\\Directory\\Background\\shell \\SuperHidden]

@=“Close Windows 10”

[HKEY_CLASSES_ROOT\\Directory\\Background\\shell\\SuperHidden\\Command]

@=“WScript.exe C :\\\\windows\\\\shutdown.vbs”

3. After saving, rename it to regshutdown.reg

4. Double-click run regshutdown.reg to add the information to the registry.

5, now you right click on any space in the Win10 desktop or file explorer to try, is there already "close the Windows 10" option.

The above is the Win10 right-click menu to add “ close Windows10” option operation method, want to achieve Win10 fast shutdown friends, hurry to operate it!

Copyright © Windows knowledge All Rights Reserved