How to delete a folder from programs file. How to delete a folder that won't delete

In the process of working at the computer, it accumulates great amount unnecessary information that reduces PC performance by clogging RAM. It needs to be removed. Quite often, due to a failure operating system, virus attack, presence of hidden or system files, access blocking and a number of other reasons, when deleting an object, a message appears that the folder is not being deleted. What to do in this case? There are several ways to help solve this problem.

Restarting the computer

An operating system crash is often the reason why empty folder is not deleted. In this case, a normal computer restart is enough - and the object can be deleted. If rebooting does not help, you will need:

Start your computer in safe mode.
. Delete the problematic folder.
. Return to normal mode.

Deleting folders involved in one of the running processes

If a folder or the file it contains is involved in any system process or used by an application, it cannot be deleted. First of all, you will need to stop the process and only then try to delete the directory again.

To do this you need to follow these steps:

Open the task manager using the key combination Ctrl + Shift + Esc.
. Switch to the Processes tab.
. Find in the list that opens required file.
. Select it with the mouse.
. Click on the “End process” button.
. Delete the folder via the context menu or the Delete key.

How to delete a protected folder using the standard method

In some cases, the folder is protected and the user must have administrator rights to delete it. To do this you need:

Shut down your computer.
. Turn on PC.
. Login as administrator.
. Delete the folder in the usual way.

Unlocker utility and its capabilities

If this method does not help solve the problem of how to delete an unremovable folder, then you will need to install additional utility Unlocker. This convenient program for deleting various objects, taking up a small amount of memory hard drive and has an easy-to-use interface. Moreover, it is completely free.

You can unlock and delete a folder using this utility as follows:

  • Download the utility to your computer.
  • Follow the standard installation procedure software, after which the program icon will appear in the system tray and in the context menu.
  • Select the folder to be deleted.
  • Right-click on it.
  • Select Unlocker from the pop-up menu.
  • A program window will open.
  • At the bottom of the list of actions, select the line “Delete”.
  • If the folder is blocked by some process (it will be displayed in the program window), first click on the “Unblock” or “Unblock all” line, and then apply the “Delete” action.

Unlocker may not always be able to remove an item immediately. In this case, a message will be displayed that the action will be performed the next time the system boots.

Deleting a folder via the command line

If a folder with a system name is not deleted, the command line can help. First you need to run the CMD program:

  • Click on the “Start” button.
  • Find the Run dialog box using search bar main menu.
  • Launch the Run program.
  • In the “Open” line, enter the CMD command.
  • Launch the command line by pressing the Enter button.

To delete folders, use the command “RD \\.\Drive C or D:\Path\Folder Name”.

Sometimes when using this command you may be asked why the folder is not deleted. For an object with a long name, you must find out its short name before deleting it. You can do this as follows:

  • Go to the drive where the undeletable folder is located using the command: cd /d drive name:\.
  • Get a list of short names of objects contained on the disk: dir /x /n.
  • Find the short name of the desired folder.
  • Delete a directory using the delete command.

Terminating the explorer.exe process

Sometimes in order to solve the problem of how to delete an unremovable folder, you need to stop the explorer.exe process. To do this you need:

  • Leave the command line open.
  • Launch the task manager by selecting this action from the pop-up menu on the system tray.
  • In the “Processes” tab, find all processes named explorer.exe.
  • Stop them by clicking on the “End process” button.
  • If everything is done correctly, the desktop will be cleared of icons, the taskbar, and only the open command line window will remain.

After this, you can begin deleting the object via the command line. The explorer command will help return the desktop to its previous state, which should be entered into the command line and press Enter. You can restore your desktop normal reboot computer.

Program for deleting folders FileASSASSIN

The FileASSASSIN utility will help you delete any object, including those occupied by some process or application. The principle of operation is similar to the Unlocker program. To use this utility, you must:

  • Download and install it on your computer.
  • After installation, the program is integrated into Explorer and becomes available in the context menu.
  • To delete a folder, right-click on it.
  • Find the FileASSASSIN item in the menu.
  • Select a deletion method from the list provided.
  • Click on the “Run” button.

Removing undeletable objects using LockHunter

The LockHunter utility allows you to clear your computer's memory of unnecessary objects and solve the problem of how to delete an undeletable folder. Unlike other similar software, it is equipped with functionality that can protect the operating system and user data from inappropriate use. In addition, deleted objects are stored in the system recycle bin for some time, and if deleted by mistake, they can always be restored.

The LockHunter program works as follows:

  • After installation, you need to launch the utility by double-clicking on the icon on the desktop.
  • The main program window will open.
  • Find the button in the form of an ellipsis and click on it.
  • In the window that appears, select the desired folder.
  • The program will show the process that is preventing the object from being deleted.
  • Click on the button with the red cross.
  • The process will be completed.
  • Delete the folder in the usual way.

Restoring access to a folder

Sometimes the reason why a folder is not deleted is because access to it is closed. You can restore access to the desired object as follows:

  • Change access rights settings - to do this, you first need to go to the “My Computer” section.
  • In the top menu, click on the “Service” subsection.
  • Find the “Folder Options” block and open it.
  • In the “View” tab, uncheck the checkbox next to the line “Use simple file sharing (recommended).”
  • Click the “Ok” button.
  • Then right-click on the folder you want to delete.
  • IN function menu select " General access and safety."
  • Switch to the "Security" tab.
  • If a warning appears about the lack of rights, click the “Ok” button.
  • In the “Security” tab at the bottom, click on the “Advanced” button.
  • In the window additional parameters Find the "Owner" tab.
  • Select the desired account from the list.
  • Check the box next to the line “Replace owner of subcontainers and objects.”
  • Click the “Apply” button.
  • A warning about the change of ownership will appear.
  • Allow changes to be made by clicking on the “Yes” button.
  • Go to the “Permissions” tab.
  • Click on the line “Change permissions”.
  • In the window that opens, select the owner account and click the “Change” button.
  • Check the box next to “Full access” and click the “Ok” button.
  • In the next window, check the boxes next to the lines “Add permissions inherited from parent objects” and “Replace all permissions of a child object with permissions inherited from this object.”
  • Confirm the changes with the “Ok” button.
  • Close all windows.
  • Delete a folder using the “Delete” function in the context menu or the Delete key.

Deleting an object using a bat file command

If the folder that appears again is not deleted, you need to create a bat file and destroy the directory by running it. This will require the following steps:

  • Right-click on an empty area of ​​the desktop.
  • In the pop-up menu, select the “Create” function and the “Text document” item.
  • Open the document.
  • Enter the command into it: RMDIR /S/Q Path to a folder like C:\folder name.
  • In the top menu, go to the “File” section.
  • Click on the “Save As” line.
  • Set the file name to “1.bat” and click the “Save” button.
  • Run the created bat file and the folder will be deleted.

Using the Total Commander file manager

You can permanently delete a folder using Total programs Commander. To do this you need:

  • Launch file manager.
  • Select a folder that cannot be deleted.
  • Press the “F8” key.
  • In the message that appears, click on the “Delete” button.

Folder not being deleted? What to do? There are many ways to solve this problem. The choice of deletion method depends on the type of folder and the reasons that prevent you from clearing your computer of unnecessary objects.

You can delete a folder by right-clicking on it and selecting delete in the context menu. But sometimes this method does not help and I cannot delete the folder, so I will describe several ways to delete the folder.

Deleting a folder using the command line

To delete Windows folder we do the following. Click “Start” - “All Programs” - “Accessories” - “Command Prompt”. A window will appear in which if you add Help and press “Enter”, a list of commands and a description of each command will appear, the RMDIR command is deleting a folder via the command line. To find out how to write the command you need, for example deleting a folder, you need to add Help RMDIR. The system told us how to write a command to delete a folder. RMDIR [drive:]path. I want to delete the remains of the game paradise in the RAI folder and I got this command. RMDIR /S /Q C:\Games\RAI.

Delete a folder via command line

Press “Enter” and the folder will be deleted immediately.

Deleting a folder using the bat file command

So we found out what the command to delete a folder looks like. There are folders that appear again after some time. To remove them, you can create a BAT file on your desktop because this folder, which we do not need, will be deleted when you run the bat file.

How to make a bat file

Right-click on an empty space on the desktop and select “Create” - “Text Document” from the context menu. Let's open this Text Document, which appeared on the desktop. Enter the command RMDIR /S /Q C:\Games\RAI there, where C:\Games\RAI is the path to your folder. The entire path must be in English because the bat file will not run if there are words in Russian in the written bat file. Now click “File” - “Save As”. In the window that appears, in the file name line, write 1.bat and click “Save”.


In 1.bat rename the file

An example bat file will appear on your desktop. Now run 1 bat file and bat delete the folder instantly.

Removing the Windows old folder

Some install the system without formatting the disk and they end up with a folder with system files old windows This folder is usually called Windows old. Many people do not know that the Windows old folder can be deleted. You can delete the old windows folder by using Disk Cleanup in Windows 7. Click “Start” - “All Programs” - “Accessories” - “System Tools” - “Disk Cleanup”. A window will open in which you need to select the drive on which the Windows old folder is located and click “OK”. The disk will be scanned and a window will appear in which we click “Clean up system files.” In this window, put a tick in the “Previous Windows installations" and click "OK". A message will appear saying “Are you sure you want to permanently delete these files?” click “Delete files”.

Removing windows old

System files will be deleted from the Windows old folder and now you can simply delete the Windows old folder.

Delete a folder with administrator rights

Sometimes the folder is not deleted and the message “You need permission to perform this operation” appears. In order for the folder to be deleted, you need to allow full access in the folder properties. To do this, do the following. Right-click on the folder and select “Properties” from the context menu. Go to the “Security” tab and click “Advanced”. In the new window, go to the “Owner” tab and click “Change”.


We will change the owner of the folder

The owner window will open in which you need to select your administrator name (but not administrators), check the box “Replace owner of subcontainers and objects” and click “Apply”.


Changing the owner of a folder

In the message that appears, we confirm and become the owner of this object. From the “Owner” tab, go to the “Permissions” tab and click “Change Permissions”. In the window that opens, select the name of your administrator and click “Change”. A window will open in which we put a tick in the “Full access” item and click “OK”, this window will close, and in the open window we put a tick in the following items:
"Add permissions inherited from parent objects."
“Replace all permissions of the child object with permissions inherited from this object” and click “OK”.


Allow full access to the folder

Again a message will appear with which we agree by clicking “OK” and close all windows by clicking “OK”. Now the folder can be deleted.

Deleting a folder in Total Commander

It's very easy to permanently delete a folder in Total Commander. You need to find the folder you need to delete and click on it with the left mouse button, and then click the delete button at the bottom of Total Commander or press F8 on the keyboard and a message will appear in which we click “Yes” or “Delete”, depending on whether the folder is empty or there is something in it that is.


Finding and deleting empty folders in total commander

The folder will be deleted along with all its contents.

Program to force folder deletion

I like the Unlocker folder deletion program.

Install and the program for deleting non-deletable folders will be in the context menu. Right-click on the folder to be deleted and select Unlocker from the context menu. A window will appear in which set the action to “Delete” and click “Unblock all”. The folder will be deleted.

The inability to delete a folder or a separate application file is a common problem in OS Windows, from the old XP version to the new “ten”. If you're trying to delete a file without closing the program, that's one thing. In this case, it is enough to close the running application, for example, a game, and the issue will be resolved. Well, in other cases, you will need to apply certain actions to solve the problem, using system or software methods.

You often encounter these errors when trying to delete a file or an entire folder:

  • the file cannot be deleted because it hangs in the task manager (occupied by a process);
  • the file cannot be deleted because it is open in some program;
  • Administrator permission is required to perform the action.
There are a number of ways you can remove unnecessary file or folder. This can be done both using system tools and special utilities and programs.

Before you begin the process, make sure that deleted file will not cause unstable operation of the operating system. When cleaning your computer from unnecessary “garbage”, do not delete system files, without which its stable operation is impossible.

Files occupied by the process can be deleted both by the system itself and by third-party programs. In the article we will tell you and show with screenshots how such files can be deleted in Unlocker, DeadLock and Live CD. The first two programs are free and suitable for untrained users.

If you are trying to remove files such as hiberfil.sys, the methods discussed in this article will not apply to them. In this case, you need to read the instructions for disabling “hibernation”, energy saving mode PC operating system or by setting the hidden system swap file pagefile.sys. Deleting the Windows.old folder may also help.

Deleting a file without additional programs

If a file cannot be deleted because it is occupied by a process, the system will notify you about this. In this case, the notification will contain the name of the process due to which deletion is impossible. Most often, the files are “occupied” by the main process Windows programs Explorer. And if the file is “freed”, it will be easy to delete.


You can close the process in the task manager. To run it, do the following:
  • If you have Windows XP or Windows 7, press the key combination Ctrl+Alt+Del.
  • If you have "eight" or "ten", press Win+X and select task manager.
See what process is occupied by the desired file. By deleting the task, you can easily delete it.


But to delete a file occupied by the main process of the Explorer program, it is not enough to simply cancel the task. You will only have to remove it using the command line. First, run it, remove the explorer.exe task, and then delete it by typing the del command full_path_to_your file.

Now for the return standard view Desktop, you need to restart the main one Windows process Explorer. This is done in the task manager. On the “File” tab, select “Run a new task” and in the window that opens, specify “explorer.exe”.


The process is running again, and the desktop looks standard.

Removing a locked file using a bootable USB flash drive or disk

Boot the operating system from any Live CD, such as bootable flash drive, USB drive, from the OS recovery disk. When booting from a Live CD, either the command line or the standard GUI operating system. When you boot the OS from any USB drive, the hard drive partitions may have different letters. To avoid mistakes when deleting a file, it is better to use the dir command. For example, the command "dir d" will show all folders stored on that drive.


If you boot the system from a flash drive or installation disk for “seven” and “eight”, after loading the language selection window or at another stage, launch the command line using the Shift and F10 key combination. But you can also use System Restore. Here you can see a similar situation with changing drive letters, so don't forget to use the dir command as well.

Using DeadLock to Unlock and Delete Files

Many users who have previously resorted to free program Unlocker are gradually switching to an alternative option - DeadLock. In the last year, along with the Unlocker distribution package, unnecessary programs, which are installed on the computer without the user’s knowledge. The program is also perceived ambiguously antivirus programs and browsers.

The free DeadLock utility works on the same principle: it removes the lock and deletes files. The declared functions also include the ability to change the owner of a file, but we have not tested this.


So, how does the program work? If a file cannot be deleted because it is occupied by a program process, launch DeadLock and select File. Now add your file to the program list and click the mouse. Now you have three actions available to you: Unlock, Remove and Move.


The peculiarity of DeadLock is that after unlocking the file, it does not add this action to the Explorer program.

Free Unlocker to unlock files that won't be deleted

Until some time, we already wrote above, Unlocker program enjoyed great love from users. It easily, without problems and quickly deleted any file occupied by the process.

Using the program is easy: click on the file you want to delete and unlock it.


The program works the same way as DeadLock: it kills the process and then deletes the file. But it also has distinctive advantages: the program is able to record even those processes that are not shown by the dispatcher.

Why is the file or folder not being deleted?

The official website of the operating system developer corporation provides little information about why it is sometimes impossible to delete certain folders and files.

What may be preventing you from deleting a file or folder?

You may not have enough rights to edit the file and folder and then delete it. The file may not be deleted due to certain PC administrator settings.

Another option is also relevant - when the file works in a specific program. The problem may be resolved if you close all running applications.

Why when I try to delete a file does Windows say the file is in use?

If, when deleting a file, the system displays an error about its use by the program, you need to close it. For example, you want to delete a folder with Word, but you can’t because you are currently working with a document from this program. Therefore, if you close the document, the folder will be deleted. Or you are trying to delete files while someone else is working on them (if you have a home network).

After deleting all files, an empty folder remains

The solution to the problem is closing all programs or restarting the PC.

Creating, moving, deleting and other manipulations with files are routine actions that everyone has to perform. However, it happens that you cannot delete a folder that has become unnecessary. The system reports that the operation cannot be completed. If you still need to get rid of the extra folder, you will have to understand what causes such a reaction from the operating system and how to correct this situation.

Let's try to figure it out ourselves. Those for whom this may seem difficult can contact a specialist who performs customer service for computers in your office or home.

Causes and possible solutions to the problem

The inability to delete a particular folder may be due to the following reasons.

Folder corruption

Folder corruption. This may occur due to a software glitch, physical problems on the disk, or due to the destructive actions of a virus. Often it is quite enough to simply restart the computer or scan it with an antivirus.

File is busy

The file is occupied by some program or system process. To verify this, you should open the Task Manager and stop the desired process that is using this file or folder.

Situations often arise that a folder in Explorer appears empty, but it cannot be deleted. The reason may be hidden in the settings of the standard Windows Explorer. The “Do not show hidden folders, files and drives” mode may be activated, so the folders only at first glance seem empty, but in fact service files are stored there. You should make sure of this, otherwise there is a risk of deleting important data.

Lack of rights

The folder contains files, but it cannot be deleted due to insufficient rights to perform this action. The options for correcting this situation are as follows:

  • Use an account that has sufficient rights. You need to re-login to the system under a different user who has administrative rights. After completing all the manipulations, you can log in again under your name.
  • Get rights for your account to delete folders. There is a risk here that advanced rights will not only allow the user to gain greater control over the system, but also a virus that penetrates an account with administrative privileges can cause much more trouble.
  • Use third-party programs to forcefully delete information that has become unnecessary.

Granting administrator rights

A user with normal rights already has sufficient capabilities to freely perform the necessary actions with many folders, without having access to system information. This prevents damage, accidental or intentional, to folders and files that are important for the operation of the OS. Only accounts with administrator rights have these rights.

A good option is to have, in addition to the main account, a second one that has administrative privileges for situations where the rights of the main account are not enough.

If you need to grant extended rights to a user account, then only the system administrator can do this. Next, we will show several ways in which you can, using an administrator account, grant a user greater rights to manage computer resources.

Using system settings

The sequence of actions is as follows:

Using the command line

This method requires some experience, and if you do not have confidence in your abilities and knowledge, then it is best to contact specialists, for example, a company that provides computer assistance in Balashikha or another area closest to you. For the rest, let's continue:

This activated the administrator account, which was usually in an inactive state.

Disabling TrustedInstaller

Windows 7 has a user with even greater rights than the administrator. Account TrustedInstaller protects critical system components. Even the administrator will not be able to delete such information. When you try to do something, a window will appear with the message “Request permission from TrustedInstaller to change this file.”

To bypass this protection, you will have to manually grant the administrator access to the desired file. Sequencing:

Now nothing should prevent you from deleting a folder or file. You should do the same if you need to move any folders to another location. This should not be abused. After completing all the steps, you should return it to the previous owner so that the system can continue to function correctly.

If uninstallation is prevented by a running program

In the event that deletion is impossible due to the fact that the file is occupied by some program, you must either stop this program, or, if it is a system process or a program that simply cannot be stopped, perform some actions.

Editing the Startup list

In order to prevent the launch of a program that blocks the ability to delete the desired folder, you must:

Now, if the interfering application has been disabled, the removal will be successful. If you didn’t get it right with the program, you should repeat the steps and disable what you need.

Using Safe Mode

Another way to delete a folder that is used by some program, or that a virus cannot remove, is to boot the system in safe mode. For this:

The system will now boot into safe mode. After deleting the folders, you should go back to “System Configuration” and uncheck Safe Boot.

There is another way to get into safe mode. When you boot your computer until the initial screen appears Windows screensaver, you need to press the F8 button. A window should appear with additional download options.

You need to select the line " Safe mode" and press "Enter". After downloading, open Explorer and delete everything that is required.

Uninstall using the command line

You can use command line by opening the MS-DOS terminal window that we mentioned earlier. To delete a file, you can use one of the commands:

  • “del c:\BadFolder\BadFile.txt” – deletes the BadFile.txt file from the c:\BadFolder folder.
  • “del/f c:\BadFolder\BadFile.txt” – the “/f” key allows you to delete a protected file.
  • “del/a c:\BadFolder\BadFile.txt” – using the “/a” key, all files in the folder that contains the BadFile.txt file are deleted.

All names of folders and files must be entered without errors. It will be impossible to restore files deleted in this way, since they will not be placed in the Recycle Bin.

Removal using third-party programs

You can get rid of unnecessary folders that cannot be easily deleted by using third-party applications.

File managers

Most of these programs have built-in tools for deleting protected files and folders. For example, in the popular “Total Commander”, it is enough to highlight the desired file with the cursor, press F8 and, having answered in the affirmative when asked to confirm the deletion, perform this action.

This file manager can delete many protected files, but not all. In some cases, it is better to use specialized utilities.

Unlocker

It's convenient and simple program After installation, it creates the “Unlocker” line in the context menu. Having selected a file, just call up this menu by clicking the right mouse button.

The window that appears will show the program that is interfering with the removal. of this file. This is convenient because you just need to close the specified program, and you no longer have to perform any “violent” actions to delete the file.

Lockhunter

Another program, very similar to the previous one in capabilities. After installation, a line in the context menu is also created.

All operations that can be performed with the file are presented in the form of large buttons.

The program should be used carefully so as not to accidentally delete files that Windows needs for normal operation.

Fileassassin

This program works a little differently. To delete a file, you need to launch the program and select the desired file in the window that opens.

After the object to be deleted is selected and the parameters for working with it are specified, you must click the “Execute” button.

System Restore

Another way to try to unlock folders or files is to roll back the system to one of the backup points. This method is applicable if such backup points are created regularly. This is a radical remedy, because all changes made to the system since the last point was created will be forgotten.

Procedure:

Using a different OS

An alternative way is to connect the drive that contains the non-deletable files to another computer running Windows or Linux running from its own drive. You can also use a special assembly of the system, the so-called “Live CD”, launched from a flash drive or optical disk, designed to restore and check the main operating system of the computer. You can use boot utilities from antivirus software developers.

From the system's point of view, folders and files of the operating system of someone else's disk are just objects file system disks that can be easily removed, moved to another location, etc. It is important not to remove unnecessary things, otherwise, by returning the disk to its place, you may end up with an inoperable system.

other methods

If the files that cannot be deleted are located on a flash drive, external drive, or SD card, then you can use, for example, a smartphone. By connecting a memory card to it or external drive By using an adapter and the necessary applications, you will finally be able to get rid of unnecessary information.

Conclusion

Summarizing all of the above, we will briefly list all the methods for deleting locked files, ranking them from simple and safe to more labor-intensive and requiring caution when used:

  • User level. Closing programs that “hold” a file or folder. Reboot your computer.
  • Windows level. Making changes to startup, removing from safe mode.
  • Changing access rights. Granting administrative rights to the user.
  • Command line. Using low-level delete commands.
  • Usage third party programs. Special utilities and the capabilities of file managers.
  • System rollback. Restoring the OS state from a backup point.
  • Using an external OS. Connecting a drive to a computer that is running an OS from another drive.

Removing a file from the operating room Windows systems- everything seems simple and easy. But under certain circumstances, this task can turn into a certain problem for the user. After all, if the file is used by other applications and processes, if the OS accesses it, if it is blocked by a virus, the standard cleaning procedure no longer has any effect on it. And in this case, you need to use other computer software mechanisms, as well as special applications, which delete objects that are not deleted.

Manually deleting files from your computer

Situation No. 1: the audio file is not deleted

Pay attention to the OS message (i.e. why the file is not deleted). Most likely it is played or opened in a media player. If this is the case, remove the track from the playlist and close the application. And then drag it to the Trash.

Situation No. 2: it is impossible to remove the video, disk image or installer

The reason for the refusal may be hidden in the program with which you downloaded these files from the Internet. For example, the uTorrent torrent client constantly accesses downloaded files and folders with the aim of distributing them to other network participants. Check if the file is there. If you find one, disable it or close uTorrent completely. And then start deleting.

Situation #3: the file is locked by a process

Even if the application is closed, the process that accesses it or is part of its software may still be active. In this case, it will block uninstallation or direct removal. To force it to stop, follow these steps:

  1. Press "CTRL" + "SHIFT" + "ESC" simultaneously.
  2. Click on the "Processes" tab.
  3. Right-click on the process associated with the file that is not being deleted.
  4. From the context menu, select "End Process" to forcefully deactivate it.
  5. Close the Manager window.

Removing non-deletable files using software

A tiny utility (a little more than 1 MB). After installation, it is integrated into the system context menu. Does not contain additional settings. Automatically removes software locks from the selected object, be it a folder or a file. Also supports "move" and "rename" functions.

  1. Launch the utility (its icon will appear in the tray).
  2. Right-click on the file you want to delete.
  3. Select Unlocker from the menu list.

Note. Sometimes, when using the utility, a system restart is required (for example, during the process of deleting dynamic libraries.dll).

A free tool for neutralizing “problem” files. Able to remove locks from several elements simultaneously. Performs cleaning correctly: maintains system stability and useful data. It is equipped with a clear interface and does not contain complex settings.

  1. In the utility window, click the “Add” button.
  2. In the additional “Browse files...” window, select a folder or file. Click OK.
  3. Under the top block of the working window, on the button, click the down arrow. Select "Unblock and Delete" from the drop-down menu.
  4. Confirm the action: click “Ok” at the “Continue?” prompt.

A fast cleaner for stubborn files. Displays items that prevent deletion. It can not only stop, but also remove the blocking process. All neutralized objects are placed in the “Basket”.

  1. In the program interface, click the “three dots” button. Select:
    • “Browse for a file” - to delete a file;
    • “… a folder” - for a folder.
  2. 2. In the “Open” window, select the object that you want to remove from the directory.
  3. 3. Click the “Open” button.
  4. 4. To perform the cleanup, click “Delete It!” (button in the bottom panel).

Powerful utility. Distributed free of charge. Knows how to remove system files and items third party applications. Determines the reason for the blocking and neutralizes it when the messages “Access denied”, “… write protected”, “… used by another program”, etc. appear. Unloads modules, descriptors and other “software obstacles” from memory.

  1. Click the "..." button on the application bar.
  2. Left-click once on the file or folder that you want to remove from the OS.
  3. Click the “Open” button.
  4. Click "Execute" to activate cleaning.

What to do with system files?

Some files and OS folders cannot be deleted either regular means, nor special programs. They are protected from erasure by special functions. And others, on the contrary, are temporary.

To correctly remove Windows items, do the following:

First of all, determine the status of the file: can the system work without it or not. This can be done using special services (for example, filecheck.ru).

Temporary files (or “digital trash”) can be safely deleted using third-party utilities (for example, folders and libraries from the Temp folder). But it’s better not to touch the “vital” elements. In case of urgent need, it is better to replace them with similar ones using the recovery function, installing special patches, or manually copying them to a directory.

Let your computer always be clean and tidy! And the question “why is the folder not deleted?” will lose relevance for you.

Publications on the topic