I don't know how to say it. Let's take an example. If you ask someone to change a configuration, it's not a problem for a little basic, but it's not easy for Tom, at this time, we may have a batch processing ...... Program to do this. The most common way to change the settings is to modify the registry, but it is not easy to find so many settings (please tell me if you have a good method ), so I thought of a command FC, which is a comparison command.
Operation Method:
1. Open the registry and select a computer (this step is important to select a computer) to export a registry, such as A. Reg.
2. Modify the settings. The same name as the first step is B. Reg.
3. Open the command prompt: fc A. Reg B. Reg> 1.txt
In this example, 1.txt exports two different parts. But what I don't know is, it seems a little strange, because it seems that many of them are not very good at reading a single line of text. I personally recommend using textdiff, which is quite convenient to query. Of course, it cannot be specified in different places. More tests are required. This is just a method.
Don't talk about it later, Reg Add /? You can do it.
This method can be used for green software ......
This article from the rise blog, please be sure to keep this source http://digup.blog.51cto.com/1944002/1531811