Solution to the problem of Windows Server 2008 r2 server automatically restarting for no reason

Solution to the problem of Windows Server 2008 r2 server automatically restarting for no reason

Windows Server 2008 server automatically restarts! After logging in to the server, no matter what operation you perform, the server will automatically restart in one or two minutes.

Solution:

Restart the server, press F8 to enter safe mode, right-click Computer on the desktop and select Properties. On the system properties page that opens, click Advanced system settings to see:

English version system

Chinese version system

Click Settings under Startup and Recovery to see:

English version system

Chinese version system

Uncheck Automatically restart in the image and save the file.

This way the server will not automatically restart due to error debugging failure.

Although the above solves the problem of Windows Server 2008 automatically restarting one or two minutes after logging in, there is still one problem that has not been solved:
Clicking the file C:\Windows\System32\lusrmgr.msc will open the Users and Groups.

Whether you click Users or Groups, the system will prompt:
“Windows has encountered a critical problem and will restart automatically in one minute. Please save your work now.”

Clicking "User Account" under "Control Panel" will also prompt "Windows has encountered a critical problem and will restart automatically in one minute. Please save your work now."

After installing 360 and scanning the server, I found a win32.trojan Trojan, but after deleting it, it remained the same. Finally, I thought of checking the registry and found that all the users were there, but there was an abnormal user named admin$, who was also an administrator:

After comparing with other servers, I found that there was no such account, so this should have been created by the hacker after the server was invaded, so I deleted it in the registry. Later, I found that clicking on the user account was normal, so all accounts can be displayed:

The editor of 123WORDPRESS.COM adds: Other problems like this are generally caused by poor server security. You can install an account locking tool, such as mcafee, Safe Dog, and many other tools.

<<:  Detailed installation and use tutorial of mysql 8.0.15 under windows

>>:  js date and time formatting method example

Recommend

In-depth explanation of nginx location priority

location expression type ~ indicates to perform a...

How to understand JS function anti-shake and function throttling

Table of contents Overview 1. Function debounce 2...

JS ES new features template string

Table of contents 1. What is a template string? 2...

How to get the contents of .txt file through FileReader in JS

Table of contents JS obtains the .txt file conten...

Install mysql offline using rpm under centos 6.4

Use the rpm installation package to install mysql...

How to view Docker container application logs

docker attach command docker attach [options] 容器w...

What should I do if I want to cancel an incorrect MySQL command?

I typed a wrong mysql command and want to cancel ...

6 inheritance methods of JS advanced ES6

Table of contents 1. Prototype chain inheritance ...

Practical solution for Prometheus container deployment

environment Hostname IP address Serve Prometheus ...

MySQL common statements for viewing transactions and locks

Some common statements for viewing transactions a...

Linux Domain Name Service DNS Configuration Method

What is DNS The full name of DNS is Domain Name S...

JavaScript to implement input box content prompt and hidden function

Sometimes the input box is small, and you want to...