Logo

Fix VSS Error Code 0x8004231f in Windows 10

VSSControl: 2147467259 Backup jobs failed. Cannot create a shadow copy of the volumes containing the writer’s data. VSS asynchronous operation is not completed. Code: [0x8004231f]

This message pops up when you are creating a snapshot system restore, usually, the issue is tied with insufficient space or service stopping. We will go into detail about how to fix both so you can finish the operation without any issue.

  1. Check Volume Shadow Copy Services

    Easier and faster fix than the next one. Launch Services from the Start Menu, look for Volume Shadow Copy, double-click on it, and check the Service status. If it is stopped, click on the Start button. If it’s running, restart it by clicking Stop > Start.

  2. Increase Shadow Storage Space

    If the first fix didn’t resolve the issue then you need to increase Shadow Storage Space. Launch Command Prompt as an administrator. Now, type the following command to check your Shadow Storage Space.
    vssadmin list shadowstorage
    Now, type the following command to allocate more storage (you can change 10GB with the amount of space you want to allocate)
    vssadmin resize shadowstorage /For=C: /On=C: /MaxSize=10GB

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

Run Windows Updates from Command Line
As you know, one of the most highlighted features of Windows 10 is Windows Updates. It was offered to the customers as a service rather than a product with the release of Windows 10 under the scenario of Software as a Service which led to Windows Updates being set by default on Windows 10 and without an option for any users to disable it. Although not all users are happy with what Microsoft did, this is an ultimate step towards the greater good of all its customers since Windows Updates helps users in keeping their computers secured against all kinds of threats as well as provide them with the greatest and latest updates from Microsoft. So if you are one of those users who approved of the Windows Updates service, then read on as this post will guide you in running Windows Updates from Command Line either via Command Prompt or Windows PowerShell. For the complete set of instructions, refer to the options given below.

Option 1 – Run Windows Update via Command Prompt

Command Prompt in the Windows operating system exists for a very long time now compared to the comparatively new Windows PowerShell. That’s why it has similar capabilities to run Windows Updates. However, the highlighting point here is that you don’t have to download any module for Windows Updates. To get started running Windows Updates using Command Prompt, refer to the steps below.
  • First, type “cmd” in the Cortana search box, and from the search results, right-click on Command Prompt and select the Run as Administrator option to open it with Administrator privileges.
  • If a User Account or UAC prompt appears, just click on Yes to proceed.
  • Next, type in the commands listed below, and don’t forget to tap Enter right after you type each one of them.
    • UsoClient StartScan – use this command to start checking for updates.
    • UsoClient StartDownload – use this command to start downloading updates.
    • UsoClient StartInstall – use this command to start installing the downloaded updates.
    • UsoClient RestartDevice – use this command to restart your computer after you install.
    • UsoClient ScanInstallWait – use this command to check, download and install updates.
Note: Keep in mind that the commands in Command Prompt listed above are only meant for Windows 10. On the other hand, if you are using an older Windows version, you can try using the following commands instead:
  • wuauclt /detectnow – use this command to start checking for updates.
  • wuauclt /updatenow – use this command to start installing the updates detected.
  • wuauclt /detectnow /updatenow – use this command to check, download and install updates.

Option 2 – Run Windows Updates via Windows PowerShell

If you run Windows Updates in the Windows PowerShell, it will require you to install the Windows Update module manually. Hence, you have to get the Windows Updates downloaded and install Windows Updates.
  • Search for PowerShell in the Cortana search box and then run it with administrator privileges.
  • Once you’ve opened the Windows PowerShell, type the following command and hit Enter.
    • Install-Module PSWindowsUpdate – use this command to install the Windows Update module for Windows PowerShell.
    • Get-WindowsUpdate – use this command to connect to the servers of Windows Update and download the updates if found.
    • Install-WindowsUpdate – use this command to install the Windows Updates you’ve downloaded to your computer.
Read More
Fix Tile Database is corrupt Error in Windows
As you know, the Start Menu in Windows 10 is quite a stable experience. However, there are times when it can encounter some issues as well like getting corrupted. If your computer is going through the same problem, you’ve come to the right place as this post will guide you on how you can fix the “Tile Data is corrupt” error. This kind of problem is actually quite common among a lot of Windows 10 users. This kind of problem prevents the Start Menu from working properly and no amount of clicking the keyboard keys or mouse will resolve the issue. Fixing it is important since the Start Menu is required for the operating system to function properly and even though there are several ways to get around in using the Start Menu, it can get quite problematic. Even if you manage to open the Start Menu, the ability to click on apps to open them is out of the question and you need to fix the problem. Worry not for the potential fixes provided in this post are not hard to follow. You can try to run the Start Menu troubleshooter or run the DISM tool. You could also reset the folder for Tile Database or re-register the Windows 10 Start Menu. For more details, refer to each one of the options provided below.

Option 1 – Try running the Start Menu troubleshooter

The first and basic thing you can do to fix the problem is to run the Start Menu troubleshooter as it can help you fix the problem automatically. Since this is not a built-in troubleshooter, you can download it from the official website of Microsoft. After you download it, run it and wait until it’s done identifying the problem and automatically fixing it.

Option 2 – Try running the DISM tool

You can run the DISM tool as well to help fix the “Tile Database is corrupt” 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
    • Dism(.)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.
  • Once it’s done, check if it was able to fix the corrupted Start Menu or not.

Option 3 – Try to reset the Tile Database folder

  • First, you need to restart your computer and log into another user account where the Start Menu works.
  • Next, navigate to this folder location, C:/Users/<userX>/AppData/Local/Tile/DataLayer.
  • From there, copy the “TdlData.xml” file and save it to another drive.
  • Once done, restart your computer and log into the user account where the Start Menu is corrupted.
  • After that, navigate to this folder location, C:/Users/<userY>/AppData/Local/Tile/DataLayer.
  • Now paste the TdlData.xml file you copied earlier and navigate to this location, %LocalAppData%MicrosoftWindowsShell.
  • Afterward, copy the DefaultLayouts.xml file from the user account that’s working fine to the user account where the Start Menu is corrupted.

Option 4 – Try to re-register the Windows 10 Start Menu

  • Tap the Win + X and select the “Windows PowerShell (Admin” option from the menu.
  • After opening PowerShell, execute this command: Get-AppXPackage -AllUsers |Foreach{Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
  • Wait until the command is executed and then see if it fixed the problem with the Start Menu or not.
Read More
Toggle to turn Bluetooth On or Off is missing
Support for Bluetooth hardware has always been included in the Windows 10 operating system for a long time now. And it just keeps getting better especially now with the support for the latest version of Bluetooth 5.0 LE. However, there are still times when Bluetooth experiences a couple of issues one of which is users were not able to turn on or off Bluetooth on their Windows 10 Pc since the option to turn Bluetooth off or on is missing in the Windows 10 settings app and even in the Action Center. So if you are one of the users who experience the same problem, read on as this post will guide you in resolving the issue. To resolve this Bluetooth issue, here are some suggestions that could help:

Option 1 – Try running the Bluetooth Troubleshooter

As you know, Windows 10 has various troubleshooters with user-friendly interfaces where you can utilize them to fix issues in your PC. And since you’re dealing with some Bluetooth problem, you have to run the Bluetooth Troubleshooter.
  • Open the Windows 10 Settings.
  • Then go to Update & Security > Troubleshoot.
  • You should find the option for Bluetooth on your right-hand side – click on it then click on the “Run the troubleshooter” option.
  • Now follow the next screen options.

Option 2 – Try to reinstall or update the Bluetooth driver

The issue might have something to do with the Bluetooth drivers. It could be that it is outdated and needs to be updated or that you recently updated it and since then you have trouble removing the Bluetooth devices and so to fix the issue, you can update, roll back or uninstall the Bluetooth drivers. How? Follow the steps below.
  • Tap the Win + X keys to open the Device Manager.
  • Next, look for the Bluetooth device and right-click on it.
  • Select the option “Update driver”.
  • After that, a new popup window will appear. In there, select the option, “Search automatically for updated driver software”.
Note: Checking the update may take a few minutes so you’ll have to wait until it finishes. If it is able to find an update, you must install it. And if you want to reinstall the Bluetooth driver, just select the “Uninstall driver” option and follow the next on-screen instructions that follow.

Option 3 – Configure the Bluetooth Services

If the first two options didn’t work, the next thing you can do is configure Bluetooth Services. How? Simply follow these steps:
  • Tap the Win + R key combination to open the Run dialog box.
  • After that, type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • You will then see a list of services and from there, look for the following services and make sure that their default values are set as follows:
    • Bluetooth Handsfree Service – Manual (Triggered)
    • Bluetooth Audio Gateway Service – Manual (Triggered)
    • Bluetooth Support Service – Manual (Triggered)
    • Bluetooth User Support Service – Manual (Triggered)
  • Now click on the Start button to start all the aforementioned services and then check if you can now see the option to turn Bluetooth on or on.
Read More
Fix 0X800F080C Error in Windows 10
Error 0X800F080C is tied to corrupted system files and .NET framework issues. In this article, we will focus on how to fix it starting first with .NET fixes and then moving to system-related ones. Follow the guide step by step so you can fix this error fast and easily.

.NET issues

As previously stated 0X800F080C error can occur due to issues with .NET framework, 3.5 framework to be more precise and there are two ways we can fix this error. Follow the guide below as presented:
  1. Install .NET 3.5 framework from Windows features

    First thing is to try and install the framework from Window features itself. Sometimes installation and activation of .NET 3.5 in other ways can result in this error. To install it do the following: Press ⊞ WINDOWS + R to open the run dialog Inside run type in appwiz.cpl and press ENTER to open up the Programs and Features menu Inside the Programs and Features menu click on Turn Windows features on or off. Check the box associated with .NET Framework 3.5 (this package includes .NET 2.0 and 3.0) Press OK Click on YES and wait for the package to be installed then reboot your PC
  2. Run the .NET Repair Tool

    If the previous step was not successful or you already had .NET 3.5 installed then run the troubleshooter in order to fix issues. Go to the official Microsoft .NET framework repair tool website here and download it. Once downloaded install the tool and follow onscreen instructions.

Corrupted system files

If the previous solution has not provided you with results then you have system file corruption that needs to be fixed. Move from one solution to another as presented below:
  1. Run SFC scan

    SFC scan is a built-in Windows tool for solving corrupted system files issues, it is fully automated and does not require from the user any kind of knowledge or information. To run it and scan the system do the following: Press ⊞ WINDOWS + X to open the secret menu Left-click on the command prompt (admin) In command prompt type SFC /SCANNOW and press ENTER Wait for the process to finish, do not interrupt it and once it is done, restart your computer
  2. Run DISM scan

    DISM scan is similar to SFC scan but it tackles different types of system file corruption and it is recommended to run it also after SFC has been completed. Please note that for DISM scan to be successful you will need a stable internet connection since DISM will replace corrupted files with new ones downloaded from Microsoft. To run it do the following: Press ⊞ WINDOWS + X to open the secret menu Left-click on the command prompt (admin) inside command prompt type: exe /online /cleanup-image /scanhealth followed by ENTER, then type: Dism.exe /online /cleanup-image /restorehealth also followed with ENTER. Leave scan to finish and reboot your PC
Read More
Fix Windows Update Error 0x8024000B
As you know, Windows Updates are essential for your operating system as it keeps it protected from potential threats, fixes bugs and improves your experience in using Windows 10. However, there are instances when Windows Updates also cause errors and one of them is the Windows Update Error 0x8024000B. One of the causes of this particular Windows Update error is that Windows was not able to read the Update Manifest file which is needed to install the Windows Updates. This means that the operation was canceled by either the service or the user. On the other hand, this error could also occur if you are not able to filter the results. When you encounter this error, you will see an error message that says, “WU_E_CALL_CANCELLED: Operation was canceled”. This indicates that the operation was canceled by the operating system itself. To resolve the Windows Update Error 0x8024000B, here are some suggestions you need to check out.

Option 1 – Try to run the Cleanup (Decline) Superseded updates PowerShell script

The first thing you can do to fix the Windows Update Error 0x8024000B is to run the Cleanup (Decline) Superseded updates PowerShell script. This is actually an easy fix since all you have to do is download and run it from the Microsoft Technet site. Once you’re done downloading and running the file, restart your computer and see if the error is fixed or not.

Option 2 – Try to rename the Spupdsvc.exe file

If the first option didn’t work, you can try renaming the Spupdsvc.exe file which is one of the reasons why you’re getting the Windows Update Error 0x8024000B.
  • First, tap the Win + R keys to launch the Run utility.
  • Next, type the following command and hit Enter to execute it in cmd:
 /c ren %systemroot%System32Spupdsvc.exe Spupdsvc.old
  • The command you entered will rename the troublesome “Spupdsvc(.)exe” file to “Spupdsvc(.)old”.
  • Now restart your computer after the command has been executed.

Option 3 – Try to restart various Windows Update-related services and components

You could also try to restart some Windows Update-related services to resolve the Windows Update error. Refer to the following steps to do so:
  • Tap the Win + X key combination and select Command Prompt (Admin) to open Command Prompt with admin privileges.
  • After opening Command Prompt, copy and paste each one of the commands listed below one by one and tap Enter right after you enter each command.
    • net stop wuauserv
    • net stop bits
    • net stop appidsvc
    • ren %systemroot%SoftwareDistribution SoftwareDistribution.bak
    • ren %systemroot%system32catroot2 catroot2.bak
  • Once you’ve entered all the commands given above, they will stop all the Windows Update services that are running on your computer as well as clear the SoftwareDistribution folder, and reset the Catroot2 folder. Now you have to start all these Windows Update services you’ve just stopped by executing the following commands:
    • net start wuauserv
    • net start bits
    • net start appidsvc
    • net start cryptsvc
  • After that, restart your computer and try to run the setup again, and see if the error is now fixed.

Option 4 – Try to run the Windows Update Troubleshooter

You should also try to run the built-in Windows Update troubleshooter as it could help you resolve the Windows Update Error 0x8024000B. To run it refer to these steps:
  • Go to Settings and then click on Windows Update from the given menu.
  • Next, click on the Troubleshoot option and select Windows Update from the given options to run the Windows Update troubleshooter.
  • After that, follow the next on-screen instructions and wait until the process is completed, and check if the Windows Update Error 0x8024000B is fixed or not.
Read More
Fix The default gateway is not available Error
If you were having some problems with your internet connection and you tried to run the Internet Connections troubleshooter but it displays an error message instead that says, “The default gateway is not available”, read on as this post will show you what you can do to fix this error. The first thing you can do to fix this error is to restart your computer and then try to run the Internet Connections troubleshooter again. However, if you still see the same error message, then you might want to troubleshoot the problem further. You can try to install the Network driver or reinstall the Network adapter drivers. You could also verify the power saving mode or reset TCP/IP as well as disable the Firewall temporarily.

Option 1 – Try installing the Network driver

The very first thing you can do to resolve the error is to install the network driver. It is a common solution to this kind of problem and most users encounter it right after a fresh installation of Windows 10. So if you have done this, then you need to install the network driver so that the network adapters can start working. You can find the network driver in the motherboard CD. On the other hand, if you are using a laptop, you might have to use another computer or mobile to download the network driver from the manufacturer’s website.

Option 2 – Update the Network Adapter drivers

If the first option is not applicable to you since you already have network drivers in your computer, you might want to update the Network Adapter drivers by following these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand them.
  • Then right-click on each one of the Network drivers and update them all.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If updating the network drivers didn’t help in fixing the “Windows could not find a driver for your network adapter” error, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.

You could also try to reinstall the network adapter driver, refer to these steps:

  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.

Option 3 – Try to verify power-saving mode

If you are using a Windows 10 laptop, then you should know that the Power Options panel plays an important role. So if you’re getting an error in your laptop, you have to check some settings that are related to the Power Saving mode. To do so, follow these steps:
  • Open Control Panel and go to Hardware and Sound and click on Power Options.
  • Next, click on the “Change plan settings” option of your selected plan and then click the “Change advanced power settings” option.
  • After that, you should see the Power Options window, and here, expand the Wireless Adapter Settings and Power Saving Mode.
  • Now make sure that the Maximum Performance option is selected. If it’s not, select it and save the changes you’ve made.

Option 4 – Try to reset the TCP/IP

As you know, the TCP/IP or the Internet Protocol is the most important thing if you want to use the internet on your computer. That’s why if it ends up getting corrupted, you need to reset the TCP/IP to fix the problem. To reset TCP/IP, refer to these steps:
  • In the Windows start the search, type “command prompt” and right-click on Command Prompt from the search results.
  • Then select the “Run as administrator” option to open Command Prompt with admin privileges.
  • After that, execute this command: netsh int ip reset resettcpip.txt
  • Once it’s done, exit Command Prompt and restart your computer and then check if the error is now fixed.

Option 5 – Temporarily disable Firewall

On the other hand, the error could also be due to the Firewall software installed on your computer. Thus, disabling them or any security software installed on your computer is always a good idea you can try when you’re not able to access the shared drive on your computer. There are times when you encounter problems like the error “The default gateway is not available” due to interference of antivirus or security programs. Thus, you have to disable both your antivirus program and Windows Defender Firewall for the meantime and check if it fixes the error or not
Read More
Changing the Primary and Secondary monitor
If you are using a dual monitor setup on your computer and you wish to change the Primary and Secondary monitor in Windows 10, then you’ve come to the right place as this post will guide you on how exactly you can do that. A lot of users use more than one monitor to be more productive so having dual monitors helps a lot. So if you have more than one monitor, know that you can actually select any monitor as the primary monitor after installing Windows. Changing the primary and secondary monitor in Windows 10 does not really require you to install any third-party application since you can get the job done by simply making some alterations in the Windows 10 Settings panel. You won’t have any problem in making such alterations since it is quite simple – from modifying the wallpaper to scaling and so on.

To get started, follow the instructions given below carefully.

Step 1: First, tap the Win + I key combination to open the Windows 10 Settings app and go to System and click the Display tab. Step 2: Next, look for the Identify button located on your right-hand side and then click on it. This button will help you check which one is the primary and the secondary monitor. Step 3: After that, select the desired monitor that you want to set as the primary one from the drop-down menu. Step 4: After that, mark the checkbox for the “Make this my main display” option. Step 5: After choosing the primary monitor, this will automatically set the other monitor as the secondary monitor. Restart your computer. So that’s how you change the primary and secondary monitor on your Windows 10 computer. Note that you can always go back to the previous setting of your monitor by following the same instructions provided above.
Read More
Guide to Correcting Error Code 46

Error Code 46 – What is it?

Error Code 46 is a device driver error that occurs when Windows fails to access the connected peripheral device to the computer as Windows is in a process of shutting down.

Users experience this error on any Windows 2000 and later operating system versions and usually see a pop-up with the following message:

“Windows cannot gain access to this hardware device because the operating system is in the process of shutting down. (Code 46)”

Solution

driverfix boxError Causes

Error Code 46 is caused when there is a temporary problem with windows system files which prompts that the system is undergoing a shut down when in fact is it not.

This prevents access to the connected devices. This error may also be caused by a registry issue in which case it has either become corrupted or damaged.

Further Information and Manual Repair

Unlike all other Windows error codes, code 46 is relatively easy to fix with the right knowledge and does not pose any serious threat to the well-being of your PC. Here is how you can do it.

Method 1 – Restart your PC

The simplest method to resolve Error Code 46 is to run a restart of your computer.

The error is most commonly a temporary registry glitch that prevents you from accessing the device connected to your computer. Upon restarting your computer, it will resume working properly as before.

There is no need to run a troubleshooting wizard, use system restore, or run anti-virus software to scan and remove malware or spyware. A simple restart is all that is needed.

Method 2 – Install DriverFIX

Although the error code can be resolved upon restarting the computer, there’s a possibility of damaged or corrupted Windows registry files. This can be fixed by using a program like DriverFIX.

DriverFIX, with its user-friendly approach to help you fix your PC issues, comes with an integrated database that detects which drivers you need to reconfigure within just a few seconds and downloads it automatically.

It further ensures that your drivers are installed in their entirety leaving no room for any corrupted or damaged registry.

Error Code 46 may not be much of an issue, however, to prevent any risk of a Windows system corruption can be disastrous for your computer.

DriverFIX helps you fix your PC registry and device driver problems with user-friendly software and an integrated database. The database which consists of detailed information on what device driver needs to be installed will automatically download the required device driver without you need to refer to your hardware instruction manual.

Registry problems resulting from incomplete program installations and viruses such as malware and spyware damaged registry files. This affects your PC in serious ways.

DriverFIX further has an automatic backup and restoration system that helps create system ‘checkpoints’ which allow you to roll back to a healthier state and resume operations. This can help you avert any Windows error codes in the future.

Click here to download DriverFIX now!

Read More
AMD asking for US investigation of Realtek

AMD and ATI Technologies ULC have filed a complaint in the United States International Trade Commission against Realtek Semiconductor and TCL Industries Holdings claiming that they have violated five patents.

amd ati logo

The complaint has automatically triggered an investigation from USITC which has responded that they will look into certain graphics systems, components thereof, and digital televisions with components from Taiwan-based Realtek and the China/Hong Kong-based TCL Industries Holdings (and its subsidiaries).

AMD and ATI are seeking an exclusion order and cease and desist orders for the sale of the products. The investigation officially started on July the first. AMD and ATI claim that Mediatek and TLC Industries violated five patents on various technologies used in graphic cards.

The ATI patents include texture decompression techniques, a graphics processing architecture with a unified shader, and a multi-threaded graphics processing system (patents 7,742,053 claims 1-9, 8,760,454 claims 2-11, and 11,184,628 claims 7-12). The AMD patents cover a method and system for synchronizing thread wavefront data and events. A patent covers a processing unit that enables asynchronous task dispatch (patents 8,468,547 claims 16-21, and 8,854,381 claims 15-20).

This is not the first time AMD and ATI have asked for a USITC investigation, in 2017 they were targeting LG, Vizio, Mediatek, and Sigma Designs. The previous investigation has been concluded with the settlement between parties, how this one will go we shall see and keep you updated as we move along.

Read More
Delete files and folders using Command Prompt
There are times when you might find it difficult to delete folders or files in File Explorer and it could be due to many reasons. One of these reasons can be attributed to the failure that can lock down the folders or files which prevents you from deleting them. In this kind of situation, you can utilize the Command Prompt to delete the folders, sub-folders, and files on your computer, and in this post, you will be guided on how exactly you can do that. Before you proceed, keep in mind that when you use the Command Prompt incorrectly, it might affect your computer and render it inoperable, thus, you must be extra careful when executing the steps given below and it would also be better if you create a System Restore Point. After that, refer to the following instructions. Step 1: First, in the Start Search, type “command prompt” in the field and from the search results, right-click on Command Prompt and then select the “Run as administrator” option to open Command Prompt with admin privileges. Step 2: After opening Command Prompt as admin, navigate to the folder where the file you want to delete is located. Note that you have to execute the “cd” or the change directory command. Step 3: Next, execute the following command in Command Prompt:
DEL /F /A <file path with extension>
Note: In the given command, “/F” is the force delete command, while “/A” is the command that selects the files with the ready for archiving attribute. Step 4: After that, go to the location where you can find the folder you want to delete by using the “cd” command again. And then execute the following command right after:
RD /S <folder path>
Note: In the given command, “RD” is the command that removes the folder from the directory, while “/S” removes all of its sub-folders and files. On the other hand, if you also use the “/Q” parameter, you won’t see the “Y/N” confirmation but if you didn’t use it, then simply tap the Y button to proceed.
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