Home> Common Problem> body text

What to do if system thread restarts indefinitely

爱喝马黛茶的安东尼
Release: 2020-01-13 17:02:44
Original
14028 people have browsed it

What to do if system thread restarts indefinitely

Cause of the problem:This problem may be caused by 4K alignment, NTFS, and compact. The two newly configured servers happen to be For 4Kn disks, compact is a method used by Microsoft to compress files. Some key driver files cannot be used normally after being compressed, resulting in a blue screen at boot.

What to do if system thread restarts indefinitely

Solution:

#1. Enter the RECOVERY environment (press F8 on boot to select Repair Computer, Advanced Options menu, open command prompt symbol)

2. Enter: c:\windows\system32\compact.exe /U c:\windows\system32\drivers\*.sys

3. It will prompt how much has been decompressed. file, check whether the file that reported the error is included in the decompression list, and you can enter the system after restarting.

4. Open the command prompt (administrator) and enter:

fsutil behavior set DisableCompression 1
Copy after login

5. This problem will not occur after restarting.

For moreFAQ, please visit the PHP Chinese website.

The above is the detailed content of What to do if system thread restarts indefinitely. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!