The default file location of win10 update files is generally fixed, but there are some differences. Many users want to delete the update files after updating and upgrading the system, but cannot find them. Let’s take a look at the location introduction of Thinking. Bar.
Answer: The win10 update file is in: C:\Windows\SoftwareDistribution\.
After the update is successful, if you want to clean up related content, you can try to use the disk cleanup function.
But you must be careful when deleting, do not delete important system files, otherwise malfunctions will occur.
1. If you want to delete update files, it is recommended to right-click the c drive, open "Properties" and select "Disk Cleanup" ”
2. Then click on “Clean System Files” in the lower left corner
3. Then check it Use "Windows Update Cleanup" to delete update files.
Step 1: The user creates a folder named "NewUpdateFolder" on the D drive,
Of course you can give it any name, as long as you know that the system update files are stored here.
Step 2: Pause the Windows Update service. Start the Task Manager (right-click on the taskbar>Task Manager),
click on the service page, right-click on wuauserv and click Stop. Also do the same for the BITS service.
Step 3: Completely clear the C:\Windows\SoftwareDistribution” file, which also requires administrator rights.
Step 4: After the original folder is removed, the user needs to Create links between folders.
To achieve this, you need to trigger the command line mode with administrator rights, and then enter the following command:
mklink /J SoftwareDistribution D:\NewUpdateFolder
Step 5: Then reactivate the wuauserv and BITS services from the task manager, and the updates will be automatically downloaded to the specified folder.
If this is still too complicated for you, Then you can copy the following code into Notepad,
and then save it as a .BAT file. You can easily execute it with administrator rights. The name of the D drive folder can be changed as you like.
The above is the detailed content of Where is the win10 update file? Detailed introduction. For more information, please follow other related articles on the PHP Chinese website!