Logo

Disk Cleanup is stuck on Update Cleanup

There is a built-in tool in Windows 10 the Disk Cleanup Utility which can help you restore hard disk space by removing temporary files, Thumbnails, old Windows files, Windows Upgrade logs, Delivery optimization files, and many more. However, from time to time, this built-in tool also experiences some issues. One of these issues is when it gets stuck on Windows Update Cleanup. Read on to find out what you can do in such a case.

When the Disk Cleanup Utility is stuck on the Windows Update Cleanup, the process could be slow and take a long time to complete when purging the files. If this happens, click on Cancel to close the dialog box. After that, try running the Disk Cleanup Tool again as administrator and check if the files that you want to clean is still there or not. If it isn’t there, then this means that the cleanup has been done, otherwise, you need to refer to the options given below.

Option 1 – Try to manually delete the contents in the SoftwareDistribution folder

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.

net stop wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.

After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:

  • Type each one of the following commands.

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After that, exit Command Prompt and restart your computer and then try to run Windows Update once more.

Option 2 – Try to manually delete the contents of the Windows.old folder

The Windows.old folder is the one that holds the older version of Windows when you upgrade. It comes really useful when you want to revert to the previous version of Windows 10. Thus, you can delete the Windows.old files in case the cleanup tool is stuck.

Option 3 – Try running Disk Cleanup in a Clean Boot State or Safe Mode

Another thing you can try is to restart your computer in a Clean Boot State or Safe Mode. Chances are, there are some programs that are preventing the Disk Cleanup Utility tool to run properly. After you restart your computer in a Clean Boot State or Safe Mode, try to run the Disk Cleanup tool again and then see if it now works or not.

Option 4 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing this issue. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 5 – Run the DISM tool to fix the corruption in the Component Store

You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the Wdf01000.sys Blue Screen error. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.

  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Setting a Static IP Address in Windows 10
If you are having issues with your network connection and you have it configured to DHCP, then you shouldn’t have any issues in figuring your IP address out. If you want to prevent conflicts between network devices and enable their easy management, then you have to set a static IP address in your Windows 10 computer, worry not for this post will show you how it’s done. The IP addresses for computers are usually configured to the Dynamic Host Configuration Protocol or DHCP automatically by the respective router. This is really convenient since the devices instantly connect to your network and through this, you can save yourself the trouble of configuring the IP address for each new device manually. However, there’s a shortfall in the process – the computer’s IP address can change every now and then. Moreover, you might also find it a lot easier to share a printer or configure a Port forwarding when you set a static IP address. There are three ways to do it – you can set it via Control Panel or Windows Settings or using Windows PowerShell. For more details, follow the options provided below.

Option 1 – Set a static IP address via Control Panel

  • Right-click on the network or Wi-Fi icon located in the Taskbar.
  • Then select the “Open Network and Internet settings” option from the given list of options.
  • Next, go to Wi-Fi settings and scroll down until you see the “Related Settings” section. Here, click on the “Change adapter options” link which will open a new window that will direct you to the Network Connections section of the Control Panel.
  • After that, right-click on the network connection you want to set a static IP address for and then select the Properties option.
  • Then select Internet Protocol Version 4 (TCP/IPv4) under the Networking tab and click the Properties button.
  • Now switch the selector to the “Use the following IP address” option and make the entry for the following fields that correspond to your network setup.
    • IP address (Find it using the “ipconfig /all” command)
    • Subnet Mask (On a home network, it is 255.255.255.0)
    • Default Gateway (It is your router’s IP address.)
  • Then check the “Validate settings upon exit” option to help Windows check your new IP address quickly as well as the other relevant information to make sure that it’s working.
  • Once you’re done, click the OK button and close the network adapter’s properties window.

Option 2 – Assign Static IP address using Settings

  • First, click on the gear icon for Settings and select the Network & Internet tab.
  • Next, select Wi-Fi > Current connection where you’ll have to select the network connection your computer is connected to.
  • After that, scroll down until you reach the IP settings section and then click the Edit button.
  • Now click the drop-down arrow when the IP settings window pops up and select the Manual option.
  • Now turn on the IPv4 toggle switch and set the static IP address. You also have to set the Subnet prefix length (subnet mask). For instance, if your subnet mask is “255.255.255.0”, then the subnet prefix length in bits should be 24.
  • Afterward, configure the Default Gateway address and the Preferred DNS address and then save the changes you’ve made.

Option 3 – Assign the static IP address using Windows PowerShell

  • In the Start Search, type “PowerShell” and right-click on Windows PowerShell from the search results to open PowerShell with admin privileges.
  • After that, enter this command to view your computer’s current network configuration: Get-NetIPConfiguration
  • Next, take note of the following information:
    • InterfaceIndex
    • IPv4Address
    • IPv4DefaultGateway
    • DNSServer
  • Once you’re done, execute this command to set a static IP address: New-NetIPAddress -InterfaceIndex 15 -IPAddress 192.168.29.34 -PrefixLength 24 -DefaultGateway 192.168.29.1
  • Afterward, change the default gateway with the default gateway address of your network and make sure that you change the InterfaceIndex number with the one that corresponds to your adapter and IPAddress with the IP address you want to assign to your computer.
  • Now execute this command to assign a DNS server address: Set-DnsClientServerAddress -InterfaceIndex 4 -ServerAddresses 10.1.2.1
  • Finally, save the changes you’ve made and restart your computer.
Read More
Screensaver Timeout Settings
One of the cool and interesting features in Windows is the Screensaver which allows users to display animation or change the wallpaper automatically when the computer is not being used. This feature can also time out and lock your computer when it remains idle for quite some time. However, if you notice that the screensaver of your computer turns on a lot earlier, then you’ve come to the right place as this post will guide you on how you can change the timeout settings of the screensaver of your Windows 10 computer. Usually, the screensaver in Windows 10 is turned off by default, however, if some other user has turned it on or if you have turned it on, you can actually change the timeout settings of the screensaver using several methods. You can do it through the Personalization settings, Registry Editor, as well as the Group Policy Editor. Before you proceed with the instructions provided below, make sure that you create a System Restore point first. Once done, follow each one of the suggestions carefully to successfully change the Screensaver timeout settings in Windows 10.

Option 1 – Modify the timeout settings of Screensaver via Personalization settings

  • Open the Start menu and type “screen saver” in the field.
  • On the search results that appear, click on the “Change Screen Saver” option.
  • From there, you have the option to change the screen saver type, preview, open settings, change the wait time, as well as choose to display lock screen on your resume.
  • Now to change the timeout settings of your screensaver, you have to increase the wait time from 1 to 15 or anything that works for you.
  • Once done, click OK and exit to save the changes made.

Option 2 – Try to change the screensaver time via Registry Editor

The next option you can try to change the timeout settings in the screensaver is using the Registry Editor. To get started, follow these steps:
  • Tap the Win + R keys to launch the Run utility and type “regedit” in the field and hit Enter to open the Registry Editor.
  • Next, navigate to this registry path: ComputerHKEY_CURRENT_USERSoftwarePoliciesMicrosoftWindows
  • From there, right-click on Windows located in the right pane and select New > Key.
  • Name the key as “Control Panel” and right-click on it and select New > Key and then name it as “Desktop”.
  • Once done, click on the newly created Desktop key to highlight it.
  • After that, right-click on any empty space in the right pane and select New > String Value and then type “ScreenSaveTimeOut” and hit Enter to save it.
  • Now right-click on ScreenSaveTimeOut and select Modify and then set its value data in seconds.
  • Click on OK and exit the Registry Editor to save the changes made.

Option 3 – Change Screensaver timeout settings via Group Policy Editor

  • Tap the Win + R keys to open the Run dialog box and type “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
  • Next, navigate to User Configuration > Administrative Templates > Control Panel > Personalization.
  • Then look for a policy setting named “Screen saver timeout” and double click on it and then click on the Enabled option to enable it.
  • Add the screen timeout in seconds and click on the Apply and OK buttons to save the changes.
  • Restart your computer.
Note: If you want to disable the screensaver feature in your computer, you can always do so by disabling a policy setting named “Enable Screen Saver”.
Read More
Android security: 9 apps stealing your data!
Due to the latest android malware security analyst, there are alarmingly 5.8 million downloads of applications that will steal your Facebook data, your Facebook login credentials! Russian anti-malware company Dr.Web has found Trojan apps that steal your Facebook login credentials by tricking users into entering their private information in order to eliminate in-app ads. All of the applications have been removed from the play store and cannot be installed anymore but please do check your phone in order to remove them from your phone as well.

List of malware applications:

If by any chance you have any application from this list, consider uninstalling it from your phone for security reasons.
  • PIP Photo
  • Processing Photo
  • Rubbish Cleaner
  • Inwell Fitness
  • Horoscope Daily
  • App Lock Keep
  • Lockit Master
  • Horoscope Pi
  • App Lock Manager
During the investigation, Dr.Web analysts found an additional Trojan app that had previously made its way onto the Google Play Store. Image editing software app EditorPhotoPip had already been removed but could be downloaded through aggregator websites.
Read More
Automatically restart apps when you sign back
If you wish to continue where you have left off when you signed out of Windows follow this guide and learn how to continue your work after signing in, restart apps in your Windows. You can set Windows 10 to Automatically save your restartable apps when you sign out and restart them after you sign in. Here’s how:
  1. Right-click on the Windows logo to open the secret menu
  2. Select Settings
  3. Click open Accounts
  4. From the left side, select Sign-in options
  5. Scroll down till you see Restart apps setting
  6. Toggle the Automatically save your restartable apps when you sign out and restart them after you sign in setting to On position
Read More
Overwatch lost connection to the game server
Overwatch has taken the world by the storm, it introduced new mechanics in gameplay, colorful characters, various game modes and it is constantly updated with new content for free. If you have friends to play with this game is even better but sometimes errors occur and the game loses connection to the game server making it unplayable since it requires a constant internet connection to the server to function. Keep reading and try provided solutions as they are presented to fix this issue and continue gaming.
Read More
What to do if USB tethering is not working
This post will guide you in what to do if you are trying to share the internet connection from your Android smartphone to your Windows 10 computer but USB tethering is not working. Although you can always connect your Android phone to your computer using a USB cable, you still won’t be able to access the internet. However, if you’ve already enabled the USB tethering option in your smartphone, you should be able to access the internet but if you still can’t then you can fix this issue by reading this post. There are several potential fixes you can check out to fix the USB tethering issue. You can try running both the Internet Connections and Network Adapter troubleshooters or try installing the USB RNDIS adapter or disable any unnecessary network adapters.

Option 1 – Try to run the Internet Connections and Network Adapter troubleshooter

There are various built-in troubleshooters in Windows 10 that can help fix system issues. Since you are dealing with an internet connection problem, you can try running both the Internet Connections and the Network Adapter troubleshooters. To run them, follow these steps:
  • Go to Settings > Update & security > Troubleshoot.
  • From there, you can select the Internet Connections troubleshooter.
  • Click on the Run troubleshooter button to troubleshoot the problem.
  • Wait until the troubleshooter is done identifying and fixing the problem automatically.
  • Then follow the next on-screen instructions that may appear.
  • Once it’s done, check if the USB tethering issue is now fixed.
Note: You can also try to run the Network Adapter troubleshooter. It is also located under the Troubleshoot section. Just scroll down until you see it and then run it.

Option 2 – Try installing or updating the USB RNDIS adapter

RNDIS or Remote Network Driver Interface Specification can also help you resolve the USB tethering problem. If the pre-installed driver does not help you in connecting to the internet, then you can try installing the USB RNDIS driver that is, if it’s not installed yet. If it is already installed, you can try to update it instead.
  • Tap the Win + R keys to open Run and type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
  • Next, expand the Network adapters section and look for the Remote NDIS based Internet Sharing Device. But if you are using a Samsung smartphone, you might see “Samsung” instead of under Network adapters.
  • Right-click on it and then select the “Update driver” option.
  • Then select the “Browse my computer for driver software” option.
  • After that, select the “Let me pick from a list of available drivers on my computer” option.
  • Now uncheck the checkbox for “Show compatible hardware”.
  • From the given list on your left-hand side, look for Microsoft and then select the Remote NDIS based Internet Sharing Device on your right-hand side.
  • Click on Next. A new popup will appear where you have to click on Yes. This will install the driver.
  • Now click on the Close button and restart your computer.

Option 3 – Try disabling any unnecessary network adapters/connections

Assuming that your Ethernet connection is showing ping loss which indicates that the internet is not stable. In such time, if you use the USB tethering functionality, you won’t be able to access the internet connection from your smartphone. The internet connection will be frequently disconnected since your computer gives priority to the Ethernet connection. Thus, you have to disable the Ethernet connection temporarily.
  • Right-click the network icon on your Taskbar and select the option “Network and Sharing Center”.
  • After that, click the network connection. And then click the Disable button from the status box that opens.
  • After that, check if you can now connect to the internet or not.
Read More
Disable Facebook face recognition
Facebook has an algorithm inside it that can recognize your face in pictures and videos which is meant to help people tag friends when they upload media into Facebook. It is a neat feature meant to help all Facebook users but what if we do not want to be detected in pictures and videos? What if we do not want to be tagged? If you are one of the Facebook users that do not wish to be detected and recognized by Facebook in media keep on reading to find out how you can disable this option.
  1. Open the Facebook website and log into your account.
  2. Click on the arrow visible in the top menu bar.
  3. Select the Settings & privacy option.
  4. Click on the Settings option.
  5. Switch to the Face recognition tab on the left-hand side.
  6. Click the Edit button.
  7. Select No from the drop-down list.
And you are done, you do not need to log out or restart facebook in order for changes to have an effect. Now you are free from face recognition and detection.
Read More
A Quick Guide to Fixing Error C00D1199

What is Error C00D1199?

This is a typical Windows Media Player error code. Developed by Microsoft, Window Media Player is a media player and media library application that is used for playing audios and videos on the computer. Error C00D1199 appears when Windows Media Player is unable to play the file requested by you. The error code is displayed in the following format:
C00D1199: Cannot play the file

Solution

Restoro box imageError Causes

You might encounter an error C00D1199 message on your PC for one of the following reasons:
  • The file type you requested is not supported by the Windows Media Player
  • The file type was not compressed by using a codec that is not supported by the Player
  • Your sound card or controller is not configured properly or outdated
  • Registry corruption
The good news is that error C00D1199 is not fatal. But if this error code is generated due to registry problems, then it can lead to serious issues. Therefore it is advisable to fix it immediately.

Further Information and Manual Repair

Here are some of the best and easy do-it-yourself methods to resolve the error C00D1199 right away.

Method 1 - Ensure File Type is Supported by Windows Media Player.

If it is supported then make sure the codec used to compress the file is installed on your system. There are hundreds of audio and video Codecs in use today but the most popular Codecs used on Windows Media Player are Windows Media Audio, Windows Media Video, and MP3. If these Codecs are not installed on your PC, then it is advisable to download them from the web. But make sure you download these codecs from a reliable and a trusted website.

Method 2 - Check Sound Card Settings

Another method to resolve error C00D1199 is to check Sound card settings. Make sure it is configured properly. Improper configuration can also trigger the error. Nonetheless, if it is configured the right way but the error still persists then it is advisable to change update the driver. To do this, go to the Device Manager. Here use the Driver update wizard to make updates.

Method 3 - Check the Windows Registry

The registry is an important part of the PC. It stores all the activities performed on the PC and all files including both junk and important files. If unnecessary files like junk files, cookies, and bad registry entries are not removed frequently from the registry, it can corrupt and damage it and generate error codes like C00D1199. To clean the registry and resolve the error it is advisable to download Restoro. This is a user-friendly PC Fixer embedded with a registry cleaner. The registry cleaner wipes away all the clutter from the registry and cleans it instantly. It also repairs the damaged files and restores the registry. Click here to download Restoro and resolve error C00D1199 on your PC.
Read More
Fix Could not find the Recovery Environment
If you suddenly find the Windows Recovery Environment not working and you see an error message saying, “Could not find the recovery environment”, then you’ve come to the right place as this post will guide you on how you can fix it. In times when you can’t boot into the Windows Recovery Environment, there could be several reasons behind it. However, have you ever wondered where exactly the Windows Recovery Environment is in your computer? Windows initially places the Windows RE Image file in the installation partition during Windows Setup so if you have installed Windows in the C drive, you can find the Windows RE at the C:/Windows/System32/Recovery or C:/Recovery folder. Keep in mind that this folder is hidden and later on, the system copies the image file into the recovery tools partition to make sure that one can boot into recovery if there are any issues with the drive partition. The “Could not find the recovery environment” error mostly occurs if the Windows Recovery Environment is disabled or if the “Winre.wim” file is corrupted. Thus, to fix this error, you need to refer to the given suggestions below.

Option 1 – Try to enable Windows Recovery Environment

  • In the Windows Start Search, type “PowerShell” and from the search results that appear, right-click on Windows PowerShell and then select the “Run as administrator” option to open it with admin privileges.
  • Next, type the “reagentc /info” command and tap Enter to execute it.
  • After that, if the output states that Status is enabled, then you’re all set.
  • Now type the “reagentc /enable” command and tap Enter to enable the Windows Recovery Environment. You will see a success message at the end signifying that Windows RE is available.

Option 2 – Try to fix the corrupted or missing “Winre.wim” file

If the Winre.wim file is either corrupted or missing, you need to get a new copy of this file from another computer where the Windows RE is working. Once you’re able to get a new copy of the Winre.wim file, you have to set the image path to a new location. For more details, refer to these steps:
  • First, type “Powershell” in Windows Start Search and right-click on Windows PowerShell from the results, and select Run as administrator.
  • Next, execute the given command below to change the path of the WIM file to the new location. Note that the steps should be used when the file path of the Windows Recovery Environment is different from the usual spot.
Reagentc /setreimage /path C:RecoveryWindowsRE
  • As mentioned, if the file is corrupted, you just have to get a new copy from another PC but before you do that, make sure that the WINRE on that computer is disabled (just enable it later on) and then place it in the C:/Recovery path and then set its path again using the command given above and then verify its path by executing the following command.
reagentc /info command
Note: Since the Recovery folder is hidden as well as the WINRE folder in it and you won’t be able to access them using the Windows File Explorer, you need to use the Windows PowerShell or Command Prompt so that you can access them.

Option 3 – Try checking and fixing the WinRE Reference in the Windows Boot Loader

The Windows Boot Loader is the one that determines if it has to load the Windows Recovery Environment. It could be that the boot loader is pointing to an incorrect location which is why you’re getting the error. To resolve it, you have to check and fix the WinRE Reference in the boot loader. How? Follow these steps:
  • In the Windows Start Search, type “PowerShell” and from the search results that appear, right-click on Windows PowerShell and then select the “Run as administrator” option to open it with admin privileges.
  • After that, execute the “bcdedit /enum all” command.
  • Next, look for an entry in the Windows Boot Loader identifier set as Current and look for “recoverysequence” in that section and take note of the GUID.
  • Ensure that the device and the osdevice items show the path for the Winre.wim file and that they are the same. If not, you need to point the current identifier to the one which has the same.
  • Once you’ve found the new GUID, execute this command: bcdedit /set {current} recoverysequence {GUID_which_has_same_path_of_device_and_device}
  • Now check if the error in the Recovery Environment is fixed or not.

Option 4 – Try creating a Recovery Media

You could also try creating a Recovery Media to resolve the error in the Windows RE. All you have to do is download the Windows 10 ISO file using the Media Creation tool and then create a recovery drive. Once you’re done, check if it fixes the problem or not.
Read More
Something went Wrong. Try to reopen later
Windows update issue may come up when the configuration for windows update service is not properly configured or this error can also come up when there is corrupt windows installation. Before trying any of the given solutions to this error try first to clean boot your Windows and turn off any 3rd party utility application. If this method fails move to the provided solutions.
  1. Change startup type of UOS service to automatic

    UOS or The Update Orchestrator Service is essential for proper Windows updates. If this service is by any means turned on manual it could be the reason for error since it can create incompatibility between OS modules, if this is the case, setting it to automatic will solve the issue. Press CTRL + SHIFT + ESC on your keyboard to bring the task manager up and click on the services tab. In the services find orchestrator service, right-click on it, and from the list of startup types choose automatic. Click on APPLY and reboot your computer.
  2. Try to fix it in the command prompt

    If the above method failed, try fixing the issue via command prompt. Press ⊞ WINDOWS + X to bring up the secret menu and start command prompt (administrator) In the command prompt write these lines one after another as they are finished: net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc Ren %systemroot%SoftwareDistribution SoftwareDistribution.bak Ren %systemroot%system32catroot2 catroot2.bak Net Start bits Net Start wuauserv Net Start appidsvc Net Start cryptsvc After all this, reboot your system and check if updates are working properly.
  3. Try to fix it via registry editor

    Press ⊞ WINDOWS + R to bring run and type in it RegEdit, press ENTER find Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsoSvc in the right part, find key START and change its value to 2 Reboot your system
  4. Try with a new user account

    If by any chance user account data is corrupted this may be the reason why we have this error. Create a new administrator user account Shut down your computer Turn in back ON and log in with the new account
  5. Perform SFC scan

    Press ⊞ WINDOWS + X and choose command prompt (administrator) type in: sfc /scannow This may take a while, sit back, let it finish, and try again windows update
That is all considering this particular error, we certainly hope that you have managed to fix it using any of provided solutions!
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status