Change paste key to cmd method

Foreword:

Today, the blogger found a way to set the paste key as the cmd command line, so I will teach you.

method:

The first step is to test whether your computer can use the paste key. The following window appears, which means that the computer can use the paste key:

The second step is to create a new file on the desktop and change the suffix to bat or cmd:

The third step, right click and select edit:

Step 4, enter the following code and save:

REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe" /v Debugger /t REG_SZ /d "C:\windows\system32\cmd.exe"

The last step is to run the file to realize the replacement (the blogger actually executes it in Windows11)

end:

That's all for this article, it's not easy to find a way, just click a like and go~

Guess you like

Origin blog.csdn.net/m0_71663621/article/details/130952034