The first step is to download the Emacs file.
I downloaded it in http://mirror.bjtu.edu.cn/gnu/emacs/windows/, the file name is Emacs-24.4-bin-i686-pc-mingw32.zip
Step two, install Emacs
Installing Emacs is simple, just unzip the first download file to a directory. Here I unzipped it to the D drive. For convenience, I changed the folder name to emacs-24.4.
Part III, configuring the home variable
Modify the system environment variable, add the home variable, the value is D:\emacs-24.4
Fourth step: Add the right-click menu:
Modify the registry, add the key value: Hkey_classes_root\*\shell\edit with Emacs\command, and change the default value to: "D:\emacs-24.4\bin\emacsclientw.exe"-- No-wait--alternate-editor= "D:\emacs-24.4\bin\runemacs.exe" "%1"
Sixth step: Use
Open emacs (Run Runemacs.exe), M + x Server-start. Then right-click on the file you want to edit-"edit with Emacs
Windows configuration Emacs server-client