The problem of changing a process, how do I change the username of a process?

Updated on technology 2024-05-18
17 answers
  1. Anonymous users2024-02-10

    If you look at this software, it's very easy to see what each program is and whether it's useful or not.

  2. Anonymous users2024-02-09

    Use process management software (most of them have Chinese prompts).

  3. Anonymous users2024-02-08

    My Computer Computer Management! Local users and groups, right-click on the one you want to change and rename it.

  4. Anonymous users2024-02-07

    Control Panel - User Account Update.

  5. Anonymous users2024-02-06

    My Computer - Tools - Folder Options - File Types.

    Find the exe, if not, create a new exe extension, click Advanced, set as application.

  6. Anonymous users2024-02-05

    Debugging is an indispensable part of program development. "Three points of programming and seven points of debugging" means that the workload of program debugging is much larger than programming. The errors of the C program can be divided into two types:

    Grammatical errors and logical errors (1) grammatical errors, which are the most common mistakes made by beginners in the C language, e.g., semicolons"; "is the sign of the end of each C statement, forgetting to write after the C statement"; It is a syntax error, a program with a syntax error, which cannot be compiled, and the user can modify it with the prompt information of the software. (2) Logical error means that the program written by the user has no syntax errors and can be run, but the expected result (or correct result) cannot be obtained, that is to say, the program does not run according to the programmer's ideas due to the programmer's reasons. For example, the simplest example is:

    My purpose is to find the sum of two numbers, which should be written as z=x+y; For some reason, it's written as z=x-y; This is a logical error. The compilation software of the program where the logic error occurs cannot be found, and the user must follow the running process of the program to find the logic error in the program, which is the most difficult to modify. For example, a software bug is a logical error, and a patch release is a logical error (the most common thing for users is that the Windows operating system often releases patches) The following describes how to use this software to correct this syntax error.

    1. Fix grammatical errors.

  7. Anonymous users2024-02-04

    Hello Answer: I'm Brown Bear, and I've received your question. We're sorting out the answers for you, so don't worry! Typing is slow, and it will answer you in about 2 minutes, so please wait!

    How do you deal with questions?

    2.Right-click on the software in question and select Properties.

    3.Once the properties window opens, click on Compatibility.

    4.Check the option on compatibility mode, and in the drop-down menu, select XP to run.

  8. Anonymous users2024-02-03

    Right-click on the software in question and click on 'Properties' on the context menu

    Ask is that so?

    Still won't work. Still won't work.

    Open or so.

    Open or so.

    Answer: Hello, you try again, open File Explorer, right-click on This PC, select Properties Advanced System Settings (Performance) Settings Data Execution Protection", select Enable DEP for all programs and services except the selected programs listed below, click Add, navigate to the installation directory of an application, find the executable file of the program, and add it. Normally, the program will work just fine. The settings take effect after restarting the computer.

    2. The path of the running file should not be in Chinese, and all should be changed to English. The game directory folder has been changed to Hanyu Pinyin (to prevent it from being changed to English and cannot be understood).

    3. If you have this problem with your IE browser, you can open the Internet Options Advanced Internet Tools tool, remove the "Enable third-party browser extensions" checkbox, and then restart the computer. Or reset your Internet Explorer settings in the Internet Options Advanced tool.

  9. Anonymous users2024-02-02

    I just want to know what you can do for solving this.

  10. Anonymous users2024-02-01

    Modifying the version of a program can be done using resource modifiers, such as rescope, hackresource, etc. I can provide you with this software. If you don't know how to use it yourself, I don't know if you learned to code.

    Due to my limited programming experience, I know that the version of the program is directly stated in the version when the software is written, and it is actually written in. That's why Windows XP can be Windows 7 instead of Windows YP after that. If you use a function implementation, then its version number must be named regularly, and you find that several software versions are regularly named after the version is updated?

    The above modification method requires you to have the source of the program**. There is no source of the program**, and it can only be modified with software such as a hacker resource modifier. I don't know if you get it.

    And your request seems to be to write a very simple resource modifier that only needs to change the program version. I don't know much about this, because my MFC is just getting started, and you can ask for help in the programming forum. to help you make changes.

    Hope it helps.

  11. Anonymous users2024-01-31

    The information of the exe file cannot be changed directly, because it is compiled and usually shelled.

    If you want to change it, you'll have to use shelling. Different files may have been shelled with different software.

    After testing and unshelling with various shelling tools, and then decompiling, it is possible to get the relevant file information and change it.

  12. Anonymous users2024-01-30

    1 All hello friends, this can't be modified, unless you change the file name of that exe file to your liking, and then run it.

  13. Anonymous users2024-01-29

    Define a global variable with a lock state for the global x variable to indicate that no one is modifying x, and s=1 to indicate that a program is being modified.

    When a process needs to modify x:

    Determine whether the s variable is 0, if it is not 0, wait and then judge;

    If it is 0, set s=1 and set s=0

    When a process needs to read x:

    Determine whether the s variable is 0, if it is not 0, wait and then judge;

    If it is 0, it can be read directly.

    It can be said that s is the flag variable of x.

  14. Anonymous users2024-01-28

    Just set a global variable, and then use the shape to participate in the relationship of the arguments, so that another process can be changed, which is very convenient, you can use the implementation of the program to be readable, easy to check.

  15. Anonymous users2024-01-27

    The question is not clear, please try to describe the problem in detail when asking a question:

    1) Whether the read process only reads the variable after it has been modified, and does not read it if it is not modified; Or when a variable is modified, the read process must read it immediately, and so on.

    2) I just want to ensure the atomicity of read and write operations and avoid data inconsistencies 3) There are many ways to communicate between processes, and I don't know if there is a specific method that can be used restricted: shared memory, pipes, semaphores, messages, etc.

    4) There may be differences between the specific implementation of Windows and Linux, and I don't know what operating system you use.

  16. Anonymous users2024-01-26

    Maybe the program is not compatible, you can try a different version. In addition, it is recommended to refer to the following program requirements for configuration.

    Or right-click on the program you want to run and select Compatibility to try it in compatibility mode.

    In addition, it may be a system abnormality caused by installed third-party software. It is recommended to try an antivirus or uninstall recently installed suspicious software.

  17. Anonymous users2024-01-25

    Check the software release notes and operating system versions for incompatibility.

    If there is no problem with the software and it still cannot be installed, you can reinstall the system and install the software again.

Related questions
12 answers2024-05-18

The first thing to do is to let your folder generate a file,(Copying one directly into it has no effect,My document is okay)The following is an example of changing the background of the *** folder under the E disk: >>>More

11 answers2024-05-18

You must know that ordinary mosquito coils (lit mosquito coils) are non-toxic in themselves, and they are not poisonous until they are packaged and sprayed with mosquito coils (poisonous). >>>More

8 answers2024-05-18

First of all, it is necessary to make students like the teacher, especially in the first class of physics, and make sure that students think that physics is a mysterious, fun and simple subject. >>>More

13 answers2024-05-18

Click "Insert - Quote - Footnotes and Endnotes" to check if there is a problem with the settings. The starting number is set to 1, the numbering method is set to Continuous, and the changes are applied to the entire document setting. Or you look at how the first 78 endnotes are set and set the following endnotes to be the same as the previous ones.

7 answers2024-05-18

First, whether the system was installed in a complete way. A complete installation refers to merging and reformat the entire disk with the system disk. >>>More