亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Table of Contents
1]Delete batch data
2]Delete files in safe mode
3]Optimize system resources
4]Optimize hard disk
5]Disable thumbnail preview
6]Disable Windows Search Indexer
7]Disable remote differential compression
8] Use other methods to delete files
Home Computer Tutorials Computer Knowledge Preparing for removal takes a long time in Windows 11/10

Preparing for removal takes a long time in Windows 11/10

Feb 19, 2024 pm 07:42 PM
windows document delete

In this article, we will introduce how to solve the problem of "Ready to delete" prompt when deleting files or folders in Windows system. This prompt means that the system is performing some background operations, such as checking file permissions, verifying whether the file is occupied by other programs, calculating the size of the item to be deleted, etc. We will provide you with some workarounds to ensure that you can successfully delete your files without waiting too long.

在Windows 11/10中,準(zhǔn)備刪除要花費(fèi)很長(zhǎng)時(shí)間

Why does Windows take so long to delete files?

The time it takes Windows to prepare a file for deletion is affected by a variety of factors, including file size, storage device speed, and background processes. A long or stuck "Preparing to delete" prompt may indicate insufficient system resources, disk errors, or file system issues.

In Windows 11/10, preparation for removal takes a long time

If you are never able to handle the Ready to Remove prompt on your Windows 11/10 PC, here are the fixes you can use:

  • Delete data in batches
  • Delete files in safe mode
  • Optimize system resources
  • Optimize hard disk
  • Disable thumbnail preview
  • Disable Windows Search Indexer
  • Disable remote differential compression
  • Use alternative methods to delete files
  • Let’s look at this in detail.

    1]Delete batch data

    If you need to delete many files, especially large files, it is recommended that you delete them in parts or in batches instead of deleting all files at once.

    2]Delete files in safe mode

    You can also boot the system into safe mode and try to delete the files.

    3]Optimize system resources

    在Windows 11/10中,準(zhǔn)備刪除要花費(fèi)很長(zhǎng)時(shí)間

    Optimizing system resources on Windows 11/10 PC helps speed up the file deletion process.

    • Free up CPU resources by closing any unnecessary applications or background processes.
    • Free up memory (RAM) resources by closing unused applications or reducing the number of open tabs in your browser.
    • Release disk I/O resources by stopping or prioritizing disk-intensive tasks.
    • If you are deleting files from a network drive or cloud storage, make sure there are no other network-intensive tasks running that could compete for bandwidth and slow down file deletion.

    4]Optimize hard disk

    在Windows 11/10中,準(zhǔn)備刪除要花費(fèi)很長(zhǎng)時(shí)間

    Lack of free disk space, disk fragmentation, file system errors, and other disk-related factors can cause file deletion issues in Windows.

    • Run the Disk Cleanup utility to remove temporary files, system files, and other items that take up unnecessary space on your disk.
    • If your disk is severely fragmented, run the built-in Disk Defragmenter tool. This will reorganize the files on the disk and improve overall disk performance, potentially speeding up file deletion.
    • Also, run Check Disk (CHKDSK). It will repair file system corruption, bad sectors, and other disk-related issues that may prevent files from being deleted properly.

    5]Disable thumbnail preview

    在Windows 11/10中,準(zhǔn)備刪除要花費(fèi)很長(zhǎng)時(shí)間

    Generating and managing thumbnail previews can consume resources, increase disk I/O operations, and cause CPU and file system overhead, especially when processing a large number of files or large files.

    Disabling thumbnail previews can effectively reduce the system resource consumption, disk I/O overhead, processing overhead, and file system overhead associated with managing the thumbnail cache on Windows PCs. This speeds up file deletion and fixes the 'Ready to delete' prompt. However, this also makes it less convenient to identify files based on their contents without opening the file. Therefore, we recommend enabling thumbnails again after the issue is resolved.

    Follow these steps to disable thumbnail previews on Windows 11/10 PC:

    Click the folder icon to open File Explorer. Click the three-dot icon in the top toolbar. Select options.

    The Folder Options window will appear. Go to the View tab and check the box next to Always show icons, never show thumbnails under the Files and Folders section. Click Apply and then OK to save changes.

    6]Disable Windows Search Indexer

    在Windows 11/10中,準(zhǔn)備刪除要花費(fèi)很長(zhǎng)時(shí)間

    Windows Search Indexer is a background service that creates an index of files on the system hard drive to speed up searches. This option is only required when searching directories or folders or using functions that rely on indexed content.

    Disabling Windows Search Indexer frees up system resources, reduces disk activity, and helps speed certain operations, including file deletion, on systems with slow hard drives or limited resources. Once you disable the service, Windows will no longer run it automatically.

    Follow these steps to disable Windows Search Indexer on your Windows 11/10 PC and see if it helps:

    Press Win R to open the run dialog box. Type services.msc and press Enter. Windows Service Manager will open. Scroll down to the bottom and find Windows Search in the list of services. Right-click it and select Properties from the context menu.

    In the Windows Search Properties window, select Disabled from the Startup type drop-down menu under the General tab. If the service status is "Running", click the "Stop" button to terminate the service immediately. Click Apply and then OK to save changes.

    To re-enable indexing, return to the same settings and change the startup type to automatic.

    7]Disable remote differential compression

    在Windows 11/10中,準(zhǔn)備刪除要花費(fèi)很長(zhǎng)時(shí)間

    Remote Differential Compression (RDC) is a feature in the Windows operating system that helps optimize data transfer while synchronizing files between two computers over the network. Although disabling RDC may not directly affect the speed of the file deletion process on the local system, some users have reported that it helps improve overall system performance, especially during file manipulation scenarios.

    To disable remote differential compression, perform the following steps:

    Click on the Windows search box and enter ‘control’. Click Open next to Control Panel Options. In the Control Panel window, click Programs in the lower left corner. Then click Turn Windows features on or off under Programs and Features.

    The Windows Features pop-up window will appear. Uncheck the box next to Remote Differential Compression API Support and click OK to apply the changes.

    8] Use other methods to delete files

    在Windows 11/10中,準(zhǔn)備刪除要花費(fèi)很長(zhǎng)時(shí)間

    If File Explorer is slow or unresponsive, you can use other methods to delete files.

    For example, you can use Command Prompt to delete files and folders, or use Windows PowerShell to force delete files or folders on your Windows PC.

    To delete a file using the command prompt, open the command prompt with administrator rights and use the ‘cd’ command to navigate to the directory containing the file you want to delete. Then type the ‘del’ command followed by the name of the file you want to delete.

    刪除/f/a<帶擴(kuò)展名的文件路徑>

    To delete a folder, type the following command:

    RD/S<文件夾路徑&>;

    Similarly, to delete files using PowerShell, open PowerShell with administrator rights and type the following command:

    Remove-Item;FILE_PATH_WITH_EXTENSION>

    To delete a folder, type the following command in the PowerShell window:

    Remove-Item<文件夾路徑&>

    You can also use third-party file cleaning tools to permanently delete unwanted files from Windows PC. Examples include OW Shredder and other Windows file shredder software.

    I hope this helps.

    The above is the detailed content of Preparing for removal takes a long time in Windows 11/10. For more information, please follow other related articles on the PHP Chinese website!

    Statement of this Website
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

    Hot AI Tools

    Undress AI Tool

    Undress AI Tool

    Undress images for free

    Undresser.AI Undress

    Undresser.AI Undress

    AI-powered app for creating realistic nude photos

    AI Clothes Remover

    AI Clothes Remover

    Online AI tool for removing clothes from photos.

    Clothoff.io

    Clothoff.io

    AI clothes remover

    Video Face Swap

    Video Face Swap

    Swap faces in any video effortlessly with our completely free AI face swap tool!

    Hot Tools

    Notepad++7.3.1

    Notepad++7.3.1

    Easy-to-use and free code editor

    SublimeText3 Chinese version

    SublimeText3 Chinese version

    Chinese version, very easy to use

    Zend Studio 13.0.1

    Zend Studio 13.0.1

    Powerful PHP integrated development environment

    Dreamweaver CS6

    Dreamweaver CS6

    Visual web development tools

    SublimeText3 Mac version

    SublimeText3 Mac version

    God-level code editing software (SublimeText3)

    How to assign a drive letter in Windows How to assign a drive letter in Windows Jul 30, 2025 am 04:54 AM

    ToassignadriveletterinWindows,useDiskManagementorCommandPrompt.2.InDiskManagement,pressWindows X,selectDiskManagement,right-clickthevolumewithoutaletter,choose"ChangeDriveLetterandPaths",clickAdd,selectaletter(avoidA:orB:),andclickOK.3.Alte

    Binance official website safely enter Binance new version download and install Binance official website safely enter Binance new version download and install Jul 30, 2025 pm 06:27 PM

    The core methods of secure access to Binance official website are: 1. Manually enter the official website and add bookmarks; 2. Verify the lock icon and HTTPS in the browser address bar; 3. Avoid clicking on links in search engines, social media or unknown messages. When downloading a new version of the application, the desktop should be downloaded from the official website, iOS users should go through the App Store, and Android users should choose Google Play. If you cannot access it, you must download it through the verified official website. Always enable two-factor verification and be alert to false customer service information to ensure your account is secure.

    How to troubleshoot high DPC latency in Windows How to troubleshoot high DPC latency in Windows Jul 30, 2025 am 02:08 AM

    UseLatencyMontoidentifyhighDPC/ISRtimesandpinpointproblematicdrivers.2.UpdateorrollbacknetworkandWi-Fidrivers,especiallyfromIntel,Realtek,orKiller,anddisableunusedBluetooth.3.Updateordisablehigh-DPChardwaredriverssuchasUSB,audio,graphics,orNVMecontro

    How to find the installation date of Windows How to find the installation date of Windows Jul 30, 2025 am 04:57 AM

    UseCommandPromptbytypingsysteminfo|find"OriginalInstallDate"toinstantlyseetheoriginalWindowsinstallationdate.2.Alternatively,usePowerShellwith(Get-ItemProperty-Path"HKLM:\SOFTWARE\Microsoft\WindowsNT\CurrentVersion").InstallDatean

    How to create a system image in Windows How to create a system image in Windows Jul 30, 2025 am 04:57 AM

    OpenBackupandRestoreviaWindows S,typeBackupandRestore,clickCreateasystemimage.2.Savetheimagetoanexternalharddrive(recommended),selectitfromthedropdown,andclickNext.3.Confirmincludeddrives(systemreservedandC:bydefault),addothersifneeded,thenclickNext.

    How to change the system display language for all users in Windows How to change the system display language for all users in Windows Jul 31, 2025 am 08:18 AM

    InstallthedesiredlanguagepackviaSettings→Time&Language→Language&region,ensuring"SetasmyWindowsdisplaylanguage"isselected.2.Changethesystemdisplaylanguageinthesamemenuandrestart.3.OpenControlPanel→Region→Administrativetab,click"

    How to set up an FTP server in Windows How to set up an FTP server in Windows Jul 30, 2025 am 04:02 AM

    InstallIISandFTPcomponentsviaWindowsFeatures,ensuringFTPService,FTPExtensibility,andIISManagementConsoleareenabled.2.CreateadedicatedFTPfolder(e.g.,C:\FTP),grantIIS_IUSRSModifypermissions,andoptionallyaddspecificusers.3.InIISManager,addanFTPsitebyspe

    How to install Windows on a Mac without Boot Camp How to install Windows on a Mac without Boot Camp Jul 31, 2025 am 11:58 AM

    Without BootCamp, installing Windows on Mac is feasible and works for different chips and needs. 1. First check compatibility: The M1/M2 chip Mac cannot use BootCamp, it is recommended to use virtualization tools; the Intel chip Mac can manually create a boot USB disk and install it in partition. 2. Recommended to use virtual machines (VMs) for M1 and above chip users: Windows ISO files, virtualization software (such as ParallelsDesktop or UTM), at least 64GB of free space, and reasonably allocate resources. 3. IntelMac users can manually install it by booting the USB drive: USB drive, WindowsISO, DiskU is required

    See all articles