What is the content of KB4499181 update?
After Microsoft launched the win10 patch KB4499181, everyone must want to know what has been updated. As far as the editor knows, the contents of this patch update mainly include: providing protection measures against a new subclass inference execution side channel vulnerability called "microarchitectural data sampling", solving the problem of preventing Microsoft Visual Studio emulator Startup issues and a series of optimization and fixes.
What has been updated with KB4499181
1. KB4499181 patch improvement patch
1. Update vulnerability protection
For 64-bit (x64) versions of Windows provide protection against a new subclass of speculative execution side-channel vulnerabilities known as Microarchitectural Data Sampling (CVE-2019-11091, CVE-2018-12126, CVE -2018-12127, CVE-2018-12130).
2. Start the registry
Use the registry settings described in the Windows client article. (Windows client operating system versions enable these registry settings by default.)
3. Transport Security
Add "gov.uk" to the HTTP Strict Transport Security top level for Internet Explorer and Microsoft Edge domain (HSTS TLD).
4. Uninstall error optimization
Solve the problem that may cause "error 1309" when installing or uninstalling certain types of .msi and .msp files on a virtual drive.
5. Optimize emulator startup
Solve the problem that prevents the Microsoft Visual Studio emulator from starting.
6. Optimize Excel cells
Resolved an issue that may cause text, layout, or cell size to become larger than expected in Microsoft Excel when using MS UI Gothic or MS PGothic fonts Narrow or wider question.
7. Update database engine
Internet Explorer, Microsoft Scripting Engine, Microsoft Edge, Windows Storage and File Systems, Microsoft Graphics Components, Windows App Platform and Frameworks, Windows Encryption, Windows Data Center Networking , Windows Server, Windows virtualization, Windows kernel, and security updates for the Microsoft JET database engine.
2. KB4499181 patch update known issues
1. Symptom description one:
On Cluster Shared Volume (CSV) Certain operations on files or folders, such as renaming, may fail with the error "STATUS_BAD_IMPERSONATION_LEVEL (0xC00000A5)".
This occurs when an operation is performed on the CSV owner node from a process that does not have administrator rights.
Workaround:
Perform one of the following actions:
Perform the action from a process with administrator privileges.
Perform operations from a node that does not own the CSV.
2. Symptom Description 2:
After installing the May 14, 2019 update, some govs that do not support HTTP Strict Transport Security (HSTS). The UK website may not be accessible through Internet Explorer 11 or Microsoft Edge.
Workaround:
This issue is resolved in KB4505055.
3. Symptom description three:
After installing this update and restarting, some devices with Hyper-V enabled may enter BitLocker recovery mode , and received error "0xC0210000".
Workaround:
This issue is resolved in KB4507450.
The above is the detailed content of What is the content of KB4499181 update?. For more information, please follow other related articles on the PHP Chinese website!

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











A friend's computer has such a fault. When opening "This PC" and the C drive file, it will prompt "Explorer.EXE Windows cannot access the specified device, path or file. You may not have the appropriate permissions to access the project." Including folders, files, This computer, Recycle Bin, etc., double-clicking will pop up such a window, and right-clicking to open it is normal. This is caused by a system update. If you also encounter this situation, the editor below will teach you how to solve it. 1. Open the registry editor Win+R and enter regedit, or right-click the start menu to run and enter regedit; 2. Locate the registry "Computer\HKEY_CLASSES_ROOT\PackagedCom\ClassInd"

Windows updates may cause some of the following problems: 1. Compatibility issues: Some applications, drivers, or hardware devices may be incompatible with new Windows updates, causing them to not work properly or crash. 2. Performance issues: Sometimes, Windows updates may cause the system to become slower or experience performance degradation. This may be due to new features or improvements requiring more resources to run. 3. System stability issues: Some users reported that after installing Windows updates, the system may experience unexpected crashes or blue screen errors. 4. Data loss: In rare cases, Windows updates may cause data loss or file corruption. This is why before making any important updates, back up your

How to remove duplicate values from PHP array using regular expressions: Use regular expression /(.*)(.+)/i to match and replace duplicates. Iterate through the array elements and check for matches using preg_match. If it matches, skip the value; otherwise, add it to a new array with no duplicate values.

According to news from this site on May 3, MSI today released the AMDAM4AGESA1.2.0.Ca firmware update, which fixes the Zenbleed security vulnerability in the AMD Ryzen4000 series Zen2 APU. The firmware update released by MSI this time is suitable for almost all X570 motherboards. It mainly fixes CVE-2023-20593 for Zen2 processors, which AMD classifies as a medium threat. Note from this site: The vulnerability tracking number is CVE-2023-20593, which can steal confidential data at a speed of 30KB per core per second. This attack affects all software running on the CPU, including virtual machines, sandboxes, containers and processes. Although the purpose of AGESA1.2.0.Ca

1. Programming can be used to develop various software and applications, including websites, mobile applications, games, and data analysis tools. Its application fields are very wide, covering almost all industries, including scientific research, health care, finance, education, entertainment, etc. 2. Learning programming can help us improve our problem-solving skills and logical thinking skills. During programming, we need to analyze and understand problems, find solutions, and translate them into code. This way of thinking can cultivate our analytical and abstract abilities and improve our ability to solve practical problems.

C is an ideal language for beginners to learn programming, and its advantages include efficiency, versatility, and portability. Learning C language requires: Installing a C compiler (such as MinGW or Cygwin) Understanding variables, data types, conditional statements and loop statements Writing the first program containing the main function and printf() function Practicing through practical cases (such as calculating averages) C language knowledge

Pythonempowersbeginnersinproblem-solving.Itsuser-friendlysyntax,extensivelibrary,andfeaturessuchasvariables,conditionalstatements,andloopsenableefficientcodedevelopment.Frommanagingdatatocontrollingprogramflowandperformingrepetitivetasks,Pythonprovid

C++ programming puzzles cover algorithm and data structure concepts such as Fibonacci sequence, factorial, Hamming distance, maximum and minimum values of arrays, etc. By solving these puzzles, you can consolidate C++ knowledge and improve algorithm understanding and programming skills.
