When we were using a computer with the win10 operating system installed, some friends encountered the computer settings interface when setting up their computers. All the slider icons were displayed abnormally. For this kind of problem, I think it may be caused by some problems with the internal components of the computer. You can try to solve the problem through code in the command prompt. Let’s take a look at how the editor did it for the specific operation~
1. You can try to create a new one Log in with a local administrator account:
2. Copy and paste the following command in the command prompt (administrator):
net user User ****** /add (User is Create a new account, ****** is the new password)
The above is the detailed content of How to fix the abnormal slider icon problem on the Win10 settings interface. For more information, please follow other related articles on the PHP Chinese website!