Learn how to use the command line tool sxstrace.exe effectively
Many friends who use win10 system have encountered this problem when playing games or installing the system. The application cannot be started because the parallel configuration of the application is incorrect. For more information, see the application event log, or use the command line sxstrace.exe tool. This may be because the operating system does not have corresponding permissions. Let’s take a look at the specific tutorial below.

Tutorial on using the command line sxstrace.exe tool
1. This problem usually occurs when installing programs and games. The prompt is:
The application cannot be started because the application's side-by-side configuration is incorrect. For more information, see the application event log, or use the command line sxstrace.exe tool.

2. Start → Run → Enter: CMD and click OK (or press Enter) to open the command prompt window.

3. If you want to know how to use it, you can enter the command plus a question mark to query the parameters: sxstrace.exe/?

4. If you enter the tracing command: SxsTrace Trace -logfile:SxsTrace.etl, the following prompt will pop up: SxsTrace failed. The error message is: It may be that the operating system does not have the corresponding permissions

5. Start → All Programs → Attachments → Right-click Command Prompt → Run as administrator.

6. Enter the command again in the command prompt window with administrator rights, and there will be a startup prompt:
SxsTrace Trace -logfile:SxsTrace .etl
There are two important pieces of information here. One is that the traced information is saved in the SxsTrace.etl file

7. Search in the start menu Enter: SxsTrace.etl file name in the box to find the file and check the cause of the error and other information.

8. Another important message is that you can stop tracking by pressing Enter (Enter key). If you do not stop tracing, even if you open a command prompt window with administrator rights and enter the tracing command, an error will still occur.

9. Double-clicking the SxsTrace.etl file requires a special It can only be viewed after the program is associated with it.

10. You can also use this command at this time:
SxsTrace Parse -logfile:SxsTrace.etl -outfile:SxsTrace.txt

11. Then search for the SxsTrace.txt file and you can view it directly in Notepad

12. If you see the traced information If you don’t understand, you can try to open the installation service
Start→Run→Enter: services.msc Click OK (or press Enter) to open the service

13 . Find the Windows Installer service and right-click to start it.

14. If the startup menu is gray (unavailable) Service Properties → Startup Type → Automatic or Manual → Apply → Start → OK.

15. Another situation is that different operating system versions use the wrong version of the C runtime library program, which will also cause system failures and error messages. Solution: Found Just install the version that matches the operating system.

16. Of course, you can also use special tools to repair system files (pay attention to the number of files repaired, if it is 0, it means there is no repair, or the system failure is not caused by this reason).

Windows settings related issues
What is werfault.exe>>>
Werfault.exe application error> >>
How to solve the blue screen code 0X000000ED>>>
The above is the detailed content of Learn how to use the command line tool sxstrace.exe effectively. For more information, please follow other related articles on the PHP Chinese website!

1. Background Recently, when using the svn plug-in to manage remote warehouse code in eclipse, prompts to enter passwords are always prompted to enter passwords, which is particularly annoying. After hard work, I finally solved the problem and shared it with you~ 2. Analysis of the password mechanism of the svn plug-in and the cause of the problem. When we use the svn plug-in for the first time and enter the password, a file that saves the password will be generated, and then the svn plug-in will read the username and password information by default every time. When eclipse is started, the configuration information will be automatically read into the program cache. After the password of svn is modified, it is impossible to log in again, and there is no prompt to re-enter the password. At this time, we can delete the relevant configuration files and let the svn plugin prompt us to re-enter the password. However, ec

The steps to start system restore in Windows 8 are: 1. Press the Windows key X to open the shortcut menu; 2. Select "Control Panel", enter "System and Security", and click "System"; 3. Select "System Protection", and click "System Restore"; 4. Enter the administrator password and select the restore point. When selecting the appropriate restore point, it is recommended to select the restore point before the problem occurs, or remember a specific date when the system is running well. During the system restore process, if you encounter "The system restore cannot be completed", you can try another restore point or use the "sfc/scannow" command to repair the system files. After restoring, you need to check the system operation status, reinstall or configure the software, and re-back up the data, and create new restore points regularly.

"Modern Operating Systems (English Edition 3rd Edition)" is a classic work written by Professor Tanenbaum. With his profound experience in the design of three operating systems, the book perfectly integrates theory and practice. The third edition of the book explores a number of topics in depth, such as process, threading, storage management, file systems, I/O deadlock, interface design, multimedia, performance trade-offs, and introduces the latest trends in operating system design. The book not only explains the principles and practices of modern operating systems in detail, but also pays special attention to Linux operating systems, Windows Vista operating systems, embedded operating systems, real-time operating systems and multimedia operating systems. Covering Windows Vista and the latest Linux/Unix operations

1. The Origin of .NETCore When talking about .NETCore, we must not mention its predecessor .NET. Java was in the limelight at that time, and Microsoft also favored Java. The Java virtual machine on the Windows platform was developed by Microsoft based on JVM standards. It is said to be the best performance Java virtual machine at that time. However, Microsoft has its own little abacus, trying to bundle Java with the Windows platform and add some Windows-specific features. Sun's dissatisfaction with this led to a breakdown of the relationship between the two parties, and Microsoft then launched .NET. .NET has borrowed many features of Java since its inception and gradually surpassed Java in language features and form development. Java in version 1.6

1. Background Recently, out of curiosity, I updated the Windows 10 system, which is very easy to operate and the experience is quite good. However, when developing in IDEA, when starting the project using port 80, it is found that the port has been occupied. After some attempts, I found a solution and I will share it with you. 2. Solution steps 1. Check the process number PID that occupies port 80 by executing the netstat-ano|findstr "80" command. 2. Since port 80 is occupied by system services, the process cannot be terminated directly. Therefore, use the netshhttpshowservicestate command to view the current HTTP service status. The result is as shown in the figure: from the figure

Web development design is a promising career field. However, this industry also faces many challenges. As more businesses and brands turn to the online marketplace, web developers have the opportunity to demonstrate their skills and succeed in their careers. However, as demand for web development continues to grow, the number of developers is also increasing, resulting in increasingly fierce competition. But it’s exciting that if you have the talent and will, you can always find new ways to create unique designs and ideas. As a web developer, you may need to keep looking for new tools and resources. These new tools and resources not only make your job more convenient, but also improve the quality of your work, thus helping you win more business and customers. The trends of web development are constantly changing.

Software preparation I am using a virtual machine with CentOS-6.6, with the host name repo. Refer to the steps to install a Linux virtual machine in Windows, I installed JDK in that virtual machine, refer to the guide to installing JDK in Linux. In addition, the virtual machine is configured with a key-free login itself, and the settings for configuring key-free login between each virtual machine are referenced. The download address of Hadoop installation package is: https://mirrors.aliyun.com/apache/hadoop/common/. I am using hadoop 2.6.5 version. Upload the Hadoop installation package to the server and unzip [root@repo~]#tarzxv

Chapter 4 Class and Object-Oriented Programming In the previous chapters, we learned Kotlin's basic language knowledge, type systems and other related knowledge. In this chapter and the next chapter, we will learn Kotlin's support for object-oriented programming and functional programming. In this chapter, we introduce Kotlin's object-oriented programming. 4.1 A brief history of object-oriented programming In the late 1950s, when writing large programs in the FORTRAN language, because there was no encapsulation mechanism, the variables at that time were all "global variables", so variable name conflicts would inevitably occur frequently. In ALGOL60, program blocks identified by Begin-End are used to make the variable names inside the block local to avoid them from outside the block in the program


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download
The most popular open source editor
