Home > Article > System Tutorial > How to solve the problem that file history cannot be started in win10 version 1909
If the computer we use is installed with the win101909 version system, the computer cannot start the file history after updating the installation version. The editor thinks it may be because the system lost some files after we installed it. , or our computer compatibility issues cause some functions to be unavailable. For the specific solution, let’s take a look at what the editor did~
Method 1:
Completely uninstall third-party anti-virus and housekeeping software that have been installed/already installed:
A) Delete
1. Search on the taskbar box, type and open
2. Select >
3. Click the program you want to remove, select it, and then follow the on-screen instructions.
4. Restart the machine
B) Manually delete
1. Open
2. Search Keywords related to software, manually delete residual files
Method 2:
Reset group policy:
1. Open the menu, enter cmd, right-click and select
2. Execute the following command to reset the group policy:
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
RD /S /Q "%WinDir%\System32 \GroupPolicy"
3, Restart the device
4. Repeat step 1 and execute the following command:
gpupdate /force
5. Restart the device
Method 3:
Add and to your administrator group:
1. Press the Windows key, search (Command Prompt), right-click and select
2. Enter
net localgroup Administrators /add networkservice
net localgroup Administrators /add localservice
3. Restart the computer
The above is the detailed content of How to solve the problem that file history cannot be started in win10 version 1909. For more information, please follow other related articles on the PHP Chinese website!