How to delete files from the temp folder. Setting display options


Many users, even those who have never entered system folders unless absolutely necessary, have come across this name at least once. Of course, the definition of this folder is not known to everyone and today this will be corrected. Below we provide information about what this folder is, why it is needed and what the consequences of deleting it are.


As an example, we should take the most common operating system, Windows 7, although in other versions everything will look similar.

Definition and purpose

To understand the notation of this name It is enough to translate its full name into Russian. Temp is short for temporary and translated as “a directory for storing temporary files.” It stores temporary files of programs and the operating system itself, created for its own needs. Some of them are deleted themselves after a certain process is completed, and some remain there, occupying free space disk. Using an example, this is similar to the simplest calculations in a column, when we write something down and leave something “in our mind.” This “mind” is the temp folder. Its files are designated by the extension .tmp. When active process, with which it is associated specific file this folder, it will not be possible to delete it from there. That is, in fact, all the information stored in this directory is unnecessary. These are temporary files that programs create over and over again during their work, and those that remain not deleted simply take up space. To clear free disk space, you must delete these files carefully so as not to harm the system.

Location

It will not be possible to accurately determine its location, because there may be several of them. This is due to multiple users on the same computer because the system creates each folder separately for each user. In addition, the system also contains a main directive with this name. In any case, you will have to look for the temp folder on the system drive, usually C. It can be located at the root of the partition itself or in the Windows operating system folder, under the Local section. It can be found in the “Users” section by going to the AppData subsection. This is if the user has operating system"Windows 7". In the case of a still relevant “iskpishka” it will be a little different. The “local” folder itself is called “Local Settings”. Of course, in order not to get confused in the maze of system folder names, you can use the internal search system to navigate to the desired object. To do this, you need to write %Temp% in the line and select the storage folder in the list of found ones. When using this method, the user will immediately be given a list of all folders with the same name available on the computer, even hidden ones. When independent search For Explorer sections, you must first enable the visibility of hidden folders. This is done in the View menu settings in the Explorer or third-party window file manager. It's just that some temporary files may be hidden from the user.

Simplest cleaning

Of course, the easiest way is to delete the entire folder and not waste time studying its contents, but under no circumstances should you do this. Removal of this object may negatively affect the further operation of the entire system, so it is better to open it and look at the files. To delete all content at once, you need to select all files, this can be done using the keyboard shortcut Ctrl + A, and press delete button. Of course, all this is done for the convenience of each user and you can use the mouse to select objects, and a drop-down menu with options to delete further actions. After activating deletion, an error may occur if some of the selected processes are still active. To do this, you must first complete them and then try again. It can be quite difficult to determine on your own which program a certain process is associated with, so it is better to completely reboot the system and activate the removal before downloading programs. Although this method may not always work.

Disk Cleanup

Can come to the rescue standard application operating system. Native Disk Cleanup will do everything necessary actions without unnecessary problems and damage to functioning applications. To use it, you need to call the drop-down menu with disk properties and select the corresponding line in it. The user will then be presented with a list of items that can be deleted. Thus, the folder itself remains unharmed, and its contents are deleted as unnecessary. So this process cannot harm the system.

Using the Command Line

This method is impractical due to the frequent entry of long commands into the line, which takes longer than manual deletion. To simplify the task, you can simply create an executable file yourself that will do everything for the user. The extension of this tool is .bat and everything is done in a regular notepad. To do this in open window programs write the commands DEL /F /S /Q /A “C:\Windows\Temp\*” DEL /F /S /Q /A “C:\Temp\*” DEL /F /S /Q /A “C :\Users\Name\AppData\Local\Temp\*" Name, where the latter denotes the user name. The file is then saved with the required extension and used later. You just need to run it and the file itself will delete all files without damaging the system. For quick application It is advisable to always keep the document at hand, or on your desktop.

Third party programs

Of course, the problem of system clutter arose a long time ago, which is why you can now find quite a lot of third-party software for cleaning it. Most often, they are classified as optimizers, having in their arsenal a special module that is responsible for searching and eliminating temporary files. Its work can be performed by default, but in order to ensure that the program does not interfere and does not accidentally delete unnecessary things, it is advisable to run it manual setting on one's own. The most common optimizer in this area is CCleaner; using its example, we will consider the work process. Setting it up is quite simple; the program immediately prompts the user to view the list possible deletions, which is located on the right side of the working window. It is divided into two tabs - operating system and applications. Each of them carries a list of files that can be deleted. To configure them, just check the boxes next to those that are not needed and remove them where deletion is not desirable. You can use a deep clean, but then all passwords will disappear from the computer, so you should immediately pay attention to this. After activating the process, the user waits until the program completes the deletion and produces a result in which you need to confirm the deletion. This application works in background and independently notify the user about the need to clean, so their use is not only productive, but also convenient.

Conclusion

To optimize the performance of your computer, you should monitor its condition and regularly remove extra files. Best help with this third party utilities, but you can also clean it yourself. This article has described all the methods available to ordinary users, so choose the best way optimization will not be difficult.

The temp folder in Windows 7, 8 and XP stores temporary and intermediate elements that are created by programs and the OS. Most of these elements are files with the extension (.tmp). At their core, they are trash.

Sometimes these files are not deleted after finishing working with programs. Over time, objects accumulate and the temp folder takes up a lot of space. Can reach several tens of GB.

Is it possible to delete the temp folder - the answer is no. The directory itself does not need to be demolished, but it must be cleared to free up disk space.

Where is the temp folder in windows– this catalog located in several places, namely:

  1. At the root of the system drive (usually drive C).
  2. In the most windows folder.
  3. On system partition C:\Users\name account\AppData\Local\Temp
  4. In XP - C:\Documents and Settings\account name\Local Settings\Temp

Note: the account name is the user name that is set when installing windows.

Note: Turn on show hidden folders to see the AppData directory.

Now you know what the temp folder is, where it is located, and what is stored in it. It's time to look at cleansing methods.

Cleaning the temp folder using standard methods

1. The simplest and quick method To clear the temp folder is to go to it, press CTRL + A (selecting all objects), click on the DEL key and confirm deletion. However, not all elements can be destroyed.

Close all programs and repeat the procedure. If you see the message again, restart your PC and go through the steps again.

2. Right-click on the C drive (you may have a different one) and select “properties”. Then click the "disk cleanup" button.

In the open window, it is possible to clean various temporary files, including those from the temp folder. From here you can even safely delete the windows.old folder if there is one.

Check the entire list and click OK. In the confirmation window, click “delete files”.

3. The method is that you delete files through command line. For example, we will clean temp in the windows directory. Run cmd as administrator and write:

DEL /F /S /Q /A "c:\windows\temp\*"

Press Enter and wait until the end of the procedure.

Of course, no one will clear it like this, then I suggest creating a txt file and asking it bat extension. Write in the batch file lines similar to the command above, only with your own paths and save on the desktop, then run double click. For myself I did this:

DEL /F /S /Q /A "C:\windows\Temp\*" DEL /F /S /Q /A "C:\Temp\*"

DEL /F /S /Q /A "C:\Users\Alex\AppData\Local\Temp\*"

You can copy and correct these lines. Thus, in a few seconds you can clear the temp folder on Windows 7, 8 and XP in several places at once.

Cleaning using programs

The programs are worth using because they are not limited to just cleaning and removing unnecessary items. With their help, PC operation is accelerated and optimized. Here is a list of utilities that will help you clean the registry and delete the contents of the temp folder:

  1. CCleaner
  2. System Cleaner
  3. SBMAV Disk Cleaner
  4. And others

For example, let's take a closer look at the CCleaner utility:

1. download and install CCleaner.

2. Go to the “cleaning” section, look at the “windows” and “applications” tabs. Here you need to tick the items under individual needs. If you check and clear all the items, this will not interfere with the operation of the system, but inconveniences may arise, for example, the absence of entered addresses or saved passwords in the browser, etc.

3. To clean the temp folder, I selected the items that you will see in the screenshot below. Next, I clicked the “analysis” button to collect information on the objects to be deleted.

4. After assessing the volume of data to be destroyed, clicked the “clean” button and OK.

5. The utility reported cleaning, and I closed it.

So we figured out what the temp folder is in Windows 7, 8, XP, and how to clean it. Remove its contents regularly and do not let it become too large. Use everything possible ways cleaning. Most effective method usage bat file, but don’t neglect programs like CCleaner.

nastrojcomp.ru

What is the Temp folder for in windows?

In the operating room windows system 7, Windows 8 there are folders for storing temporary files of games and programs - Temp. When you correctly turn off the program, the temporary files are deleted, but if the work is stopped incorrectly (the lights are turned off, etc.), then the files remain on the computer and will have to be deleted manually.

Is it possible to delete the Temp folder? No you can not! You can delete all the files located in it, but not the folder itself, otherwise the programs will not be able to install.

Temp folder

In order to clean the Temp folder in Windows 7 and Windows 8, you need to find it. To do this, open “Computer”, then “ Local disk C" - "windows" - "Temp". In this folder, select all the files and delete them.


Clearing the Temp folder

If a message appears stating that a file cannot be deleted, skip it. This means that it was launched by the program and if you shut down correctly, it will delete itself.

This is how we clean the Temp folder in Windows 7, 8.

AppData folder

The second folder for storing temporary files is AppData Local Temp. Since it is hidden, you first need to enable the display of hidden files. To do this, go to Control Panel - Appearance and Personalization - Folder Options - go to the “View” tab. Check the box at the very bottom “Show hidden files, folders and disks." Click OK.

Only now we can find the AppData folder. You need to follow the following path: “Computer” - “Local Disk C” - Users - Username (Admin, Petya, Vasya, etc.) - AppData - Local - Temp.


AppData folder

Select all the files in the Temp folder and delete them. If something cannot be deleted, then we simply skip these files.

There are a few more Temp folders you can find:

  1. Computer - Local disk - Users - UpdatusUser - Temp
  2. Computer - Local Disk - Users - All Users - Temp
  3. Computer - Local disk - Users - Default - Temp

Video on how to find the Temp folder and delete all files.

xn--e1adkpj5f.xn--p1ai

Cleaning the Temp folder

Hello dear visitors of the Spectr-rv.ru blog. Today, with novice users, we will look at some issues that arise when there is not enough space on the computer’s hard drive. One of these issues is cleaning the Temp folder.

Despite its considerable size hard drives modern computers, the amount of free space on them is steadily decreasing during the operation of the computer. One fine day you are surprised to notice that there is almost no free space left on your hard drive, which means it’s time to clean it up.

Many users have difficulty choosing files that can be safely deleted from the disk. First of all, this concerns the Temp folder, too big size which may negatively affect the performance of the system. Let's figure out how to clean the Temp folder, and first let's find out its purpose.

The purpose of the Temp folder and the need to clean it

What is the Temp folder for, what information does it hide? The Temp folder stores temporary files created both by the Windows system itself and by others. running applications. These files are the intermediate results of programs that they use during operation. When programs are closed, this information is usually deleted. However, this is not always done.

In general, you can and should clean the Temp folder. To do this, it is best to use the available windows program"Disk Cleanup".

Cleaning the Temp folder using built-in Windows 7 tools

To start the Disk Cleanup program, click the Start button and follow the chain: All Programs - Accessories - System Tools - Disk Cleanup. In the window that opens, select the disk to be cleaned. (Choose system disk, on which the Temp folder is located). Click OK.

After this, the process of estimating the amount of space on the selected disk that can be freed will begin.

In the “Disk Cleanup (selected disk)” window that appears, in the “Delete the following files” field, check the boxes in the line of files that you want to delete.

Click the "OK" button, after which the program will begin the deletion operation.

To decide whether the specified files need to be deleted or not, select an unclear item and read its description in the “Description” area. To clean the Temp folder, select “Temporary files”. As a result, the specified folder will be cleaned, which is what we needed.

You can also clear the Temp folder manually. It should be taken into account that, for example, in Windows 7 there are several such folders. All of them are located on the system disk. The task is made easier by the fact that the vast majority of temporary files accumulate in the first two folders located at:

C:\Users\Username\AppData\Local\Temp

That's all I wanted to tell you about the Temp folder. I hope it is now clearer to you what this folder is for and how to clean the Temp folder in Windows 7. Good luck!

P.S. Speccy program will help you get the most detailed information about your computer and the operating system you are using

spectr-rv.ru

Folder Temp | Computer for dummies

During operation, the Windows operating system and third-party software create temporary files, and the Temp folder is a storage for them. Despite the fact that they should be deleted automatically, sometimes this process cannot be completed, for example, when you suddenly turn off the PC (using the power button), and the Temp folder becomes clogged, this can lead to dire consequences. That is why it is extremely important to monitor its size and, if necessary, completely clean it manually.

windows Temp

The Windows 7 operating system has five Temp folders, two of which are the most used: windows temp and appdata temp. We will talk about them further.

The first important Temp folder is located on the system drive and is located directly in the windows folder, along with important system files. It is this that needs to be cleaned first, since it is most susceptible to clogging. For some users, this Temp folder weighs several tens of gigabytes!

We clean it manually, it’s very easy to do:

  1. Go to the Temp folder, which is located in the windows directory.
  2. Select all the files located there.
  3. We delete them using the combination Shift + DEL.

Some files will be impossible to delete, since they are involved in this moment, we just skip deleting them and that’s it.

Appdata Temp

The Appdata Temp folder is located in the system files of each individual user; it is also often used by programs and various Windows services.

The path to it should be like this: system drive\Users\Username\AppData\Local\Temp, do not forget about cleaning it, it is done in the same way as cleaning the windows temp folder. Attention, the AppData folder is hidden by default, to see it we enable the “show hidden files, folders and drives” function, how to do this was described in the article “System Volume Information Folder”.

Delete all temporary files

To delete all temporary files you need to do the following:

This way we get rid of all temporary files in all Temp folders, it is advisable to repeat the procedure at least once a month, they can greatly slow down the work not only individual programs, but also the entire operating system.

It is very important to clean the operating system in a timely manner and not only delete temporary files from the Temp folders, but also those that you simply no longer need (watched movies, unnecessary images and so on). In the article http://dontfear.ru/kak-pochistit-kompyuter-ccleaner/ we examined in detail how to using ccleaner you can clean up your PC and speed up its performance.

dontfear.ru

Temp folder - what is it? Is it possible to delete the Temp folder?

Not all users, of course, but many, if they do not encounter the Temp folder in everyday work, then at least, have heard and know that it exists in Windows systems. Why the Temp folder is needed, what it is, what functions it performs, and whether it can be deleted will now be discussed. Let's take Windows 7 as an example, although the fundamental difference is in which system to take as a basis, in in this case No.

Temp folder: what is it and why is it needed?

So, you can understand the purpose of this directory using the usual interpretation of the abbreviation Temp from the word temporary. The main interpretation, if we speak in simple language, means "directory for storing temporary files".

If anyone doesn’t know, in the process of its operation the operating system itself or the programs installed into it for their own needs create exactly the temporary files necessary for correct installation or operation. The files in the Temp folder, as a rule, have the extension .tmp, some of them are deleted automatically, for example, upon completion of some process, some remain in the system, and if the process associated with them is in the active stage, say, running in the background, then It’s simply not possible to get rid of such files. So it turns out that the contents of this directory, in fact, are the most common computer garbage, which can and should be gotten rid of, but do this without harm to the system.

Where is the Temp folder in Windows OS?

Now a few words about where exactly you can find the temporary files directory. The fact is that the Temp folder in windows is the only one is not. Many will be surprised, they say, why have several folders in the system. Here it is worth paying attention to the use of multiplayer mode. The directory in which temporary files are stored is created for each specific user, not counting the main directory in the system itself.

Thus, as a rule, the Temp folder in Windows 7 can be located either in the root of the system partition (in most cases this is drive “C”), or in the system directory (windows), or in the Local directory located in the AppData folder of the user partition (Users \"Username"). In Windows XP, the Local folder is called Local Settings.

In principle, in order not to rummage through the same “Explorer” for a long time, you can use the built-in search system, in which the string %Temp% is set as a criterion. This is done in order to find all existing directories that may be hidden. If the search is carried out in manual mode, you should enable the display of hidden objects in the “View” menu of standard “Explorer” or any other file manager. By the way, some temporary files may also have this attribute.

How to clean the Temp folder using the simplest method?

If we talk about whether it is possible to delete the Temp folder from any location, let’s make a reservation right away: it is under no circumstances recommended to do this. Another thing is to start cleaning its contents. There are several ways to do this.

In the simplest version, you should go into it, select all the files, and then delete. How to make the selection is up to everyone to decide for themselves. But, as you know, it is best to use combination Ctrl+ A, and not marking with the cursor, and even more so by executing the corresponding commands from various main or additional menus.

But here a small problem may arise. The fact is that some files may be involved in some process, and you cannot simply delete them. First, you will need to shut down the active services that use them, but the easiest way is to not have to figure out which process is blocking the files, just restart the computer and try to delete again. But this method does not always work.

Disk Cleanup Tool

One of the most effective methods can be called disk cleanup. It is the “native” tool of the OS that allows you to delete temporary files without damaging the system or currently running programs, applications and services.

To do this, use the disk properties menu, where you need to click on the cleanup button and select the items to be deleted. Is it possible to delete the Temp folder this way? No. As such, the directory remains on the disk, but its contents are completely cleared.

Cleaning via the command line

You can also use the command line to clean out the temporary files directory, but typing long commands for each partition seems impractical.

The easiest way to create executable file with the .bat extension (for this you can use a regular Notepad and write the following commands in it:

DEL /F /S /Q /A "C:\windows\Temp\*"

DEL /F /S /Q /A "C:\Temp\*"

DEL /F /S /Q /A "C:\Users\Name\AppData\Local\Temp\*"

Name - user name. This method of launching a BAT file allows you to clean all the folders that are present on the system without much effort. As practice shows, it is best to save such a file directly on the desktop in order to always have it at hand and execute it if necessary. this operation within just a couple of minutes.

Using third party utilities

Now a few more words about how the Temp folder is cleared. What it is is probably already a little clear. Let's see how to get rid of its contents using special programs, usually called optimizers.

Any such package has a special module for searching and deleting temporary files, and it makes absolutely no difference where they are located. And, as a rule, it is involved in cleaning and optimizing the system by default, although if available necessary knowledge can be produced own setup. Let us explain using the simplest CCleaner utility as an example.

Here in the cleaning section you need to pay attention to the tabs located on the right side (Windows and Applications). In principle, to carry out deep cleaning you can select all items, including not only temporary files, but also memory dumps, clipboard, system message history, etc. In fact, all this information can also be classified as temporary objects, or, more simply put, as ordinary computer garbage. Everything else is simple. We activate the analysis process, and after issuing the results, we confirm the deletion of files using the appropriate button. As you can see, nothing complicated. By the way, it is the use of such programs that allows for the most complete and safe cleaning.

Conclusion

Here, in fact, is a brief summary of everything on the topic “Temp folder: what is it and how to clean it.” Naturally, in this case, means of optimizing directories of this type themselves using environment variable settings were not considered. But, I think, the average user by and large does not need this.

As for deleting these directories, as is already clear, this is not worth doing, although some users delete them without a twinge of conscience. But here, as they say, it’s a double-edged sword: for some, the system will automatically create a directory when rebooting, while for others it will crash altogether. So it’s better not to take risks, but to use either standard or third party tools cleaning. It will be much safer this way.

Windows 10, like its predecessors, has a surprising tendency to accumulate a lot of junk files and remnants of long-deleted applications. All this can be aggravated by viruses that accumulate during work. And despite the fact that the operating system has its own resources for automatic deletion garbage, they still need to be activated, and for complete confidence in cleanliness and order, periodically clean the computer manually.

Cleaning the Temp folder in Windows 10

The Temp folder is the main storehouse of junk for Windows 7. All it contains is system garbage in the form of temporary files, which can and should be deleted with an absolutely clear conscience, without the slightest risk of harming your computer.

Through parameters

One of the most relevant innovations in Windows 10 is bringing temporary file cleaning to the user level. Now, in order to get rid of ill-fated garbage, it is not at all necessary to look for specially designated places for it, but rather just use standard services.

Cleaning Temp

This time you won’t have to go far and all you need to do is go to the “Options” tab.

  1. Right-click on Start and select Settings.

    Select Options"

  2. Open to the “System” section.

    Open to the “System” section

  3. Go to the “Storage” tab and select the drive with your system (usually C:\).

    Go to the “Storage” tab and select the disk with your system

  4. After a short analysis, go to the temporary files.

    Go to temporary file

  5. Check "Temporary files" and delete them. At the same time, you can clean the basket with loads.

    Check "Temporary files" and delete them

Enabling Temp autocleaning

To avoid repeating this procedure again, you can set automatic deletion of temporary files.


Traditionally

The other side of the new coin Windows functionality its limitations have become, as a result of which many users vehemently dislike the very mention of the “Options” tab. Moreover, in some cases, cleaning temporary files using standard tools may fail, be unavailable, or do nothing at all. If for one reason or another the methods described above do not suit you, you can always use the old methods of removing system garbage.

How to find

The easiest way is not to go uphill, but to use the search.


If you are using a limited version of Windows, you may not be able to find this folder as it is located in "AppData", which is hidden. Due to the same secrecy, you will also not be able to find it directly and will have to go into the control panel.

  1. Right-click on Start and go to Control Panel.

    Go to Control Panel

  2. At later times Windows versions 10 this button may be missing. If you don't have it, go through the search.

    Can't find it through start, go through search

  3. Go to “Design and Personalization” when sorting into categories.

    Go to “Design and Personalization”

  4. Go to "Show hidden files and folders".

    Go to "Show hidden files and folders"

  5. Scroll to the bottom, check “Show hidden files, folders and drives” and click “OK”. After this, access to the Temp folder will be open to you in any way.

    Check "Show hidden files, folders and drives" and click "OK"

How to clean

Once in the Temp folder, you won’t have to sort through anything. Press the key combination “Ctrl+A” and feel free to delete everything.

When deleting, you can hold down the Shift key so that you don’t have to empty the Recycle Bin later. All files contained here do not have any uniqueness and even after deleting those in use, all the necessary ones will simply be created anew. If some files are not deleted, most likely they are active at the moment and you can forget about them or restart your computer to unlink them and try to delete them again.

How to transfer

If you are tired of looking for the Temp folder every time, you can move it to an arbitrary place where you can walk closer.

  1. First, you need to create a folder to store temporary files. Select a place on your computer where you want to see system garbage and create it there with any name (preferably in English). Copy the folder path in advance.

    Select a place on your computer where you want to see system garbage and create it there with any name

  2. Now go to the control panel.

    Can be found via search

  3. Go to the “System and Security” tab when categorizing.

    Go to the "System and Security" tab

  4. Open the "System" section.

    Open the "System" section

  5. Press " Extra options systems" in the context menu.

    Click on "Advanced system settings"

  6. In the "Advanced" tab, open "Environment Variables...".

    Open "Environment Variables..."

  7. Select TEMP and click Change.

    Select TEMP and click "Change"

  8. Enter the path to the folder you created here and click OK.

    Enter the path to the folder you created here

  9. Repeat what you did with TMP. When finished, click “OK” in all previously opened windows and restart your computer.

    Repeat what you did with TMP

  10. After reboot, don't forget to delete old folder with all its contents.

    After reboot, don't forget to delete the old folder

How to clean your Windows 10 computer from junk using an application

A bad feature of the Temp folder is that only those files that the system has assessed as temporary are stored in it. But Windows 10 is not omnipotent and a large number of It does not consider system garbage as such and leaves it in place. You can, of course, remove all this junk manually, carefully searching through the dark corners of your system, but it will be much easier and more practical to download special application, can clean everything in just a couple of clicks.

When finished, restart your computer and delete your backups

Cleaning the system from viruses

In addition to system garbage and forgotten files, there may be more unpleasant things that it wouldn’t hurt to get rid of. And even if you already have an antivirus, this does not guarantee you protection from all sorts of nasty things and may require checking with a program from alternative developers.

Even after activating automatic removal of temporary files, do not forget to periodically clean your computer with your own hands, since standard means Windows is far from omnipotent. And if you start to notice a gradual decline in performance and a long system loading time when you turn on the computer, it’s time to repeat a couple of points from the above.

Is it possible to delete the temp folder? I, too, once asked this question, I thought, why do I need it at all - is this a folder on the computer? Every week on the computer, disk space (C:) disappeared somewhere. And what do you think? The temp folder was to blame for everything. It got bigger and bigger, and free memory less and less.

Later I found out that this is just a temporary folder, and there are no important files for the computer in it, it can be deleted without harm to the system. I would even say it is necessary, there is not one temp folder on the computer, but several, and they all take up memory. Now I’ll tell you in detail and show you what this folder is used for in the system, and how to delete it correctly.

Why do you need a temp folder on your computer?

Programs are unpacked into the temp folder for further installation on the computer. Almost all programs are packed (compressed) to reduce their size; when you run the program installer, the files are unpacked for further installation. Simply put, it stores everything that is no longer needed, just garbage. This means you can safely delete the TEMP folder.

How to delete the temp folder correctly?

We delete not the folder itself, but its contents - this can be done manually, it is usually located in these places:

  1. C:\Windows\Temp
  2. C:\Users\Username\AppData\Local\Temp
  3. C:\Users\All Users\TEMP
  4. C:\Users\All Users\TEMP
  5. C:\Users\Default\AppData\Local\Temp

Only one important note, if you are still using XP, then in this operating system there is no Users folder, there is no Document and Settings for it, but otherwise everything is absolutely the same.

In rare cases, programs themselves create such a folder, and we do not know its location, but Windows has built-in garbage removal tools, including cleaning the temp folder. I already had an article about complete garbage removal; using this method I deleted 20 gigabytes of junk, including all temp folders scattered throughout the computer.

In the article about extreme cleaning everything is already written about deleting the temp folder, but in short, you need to do the following:

  • Go to the properties of drive C (right button-->Property)
  • Press the “Disk Cleanup” button (the system will think a little)
  • The “Delete” button will complete the matter

Video on how to move the temp folder

When asking this question, the user usually does not even know which folder of temporary files he needs, and there are several of them in the operating system. Here are the most commonly used ones:

C:\Temp C:\windows\Temp

C:\Users\YOUR_USERNAME\AppData\Local\Temp\

Page 2

The Temp folder in Windows is just a temporary storage of files: various libraries, program installers and other data that accumulate during the operation of the operating system and programs, but are not automatically deleted. The volume of the folder increases every day, so the Temp folder needs to be emptied periodically. If this is not done, over time it will grow to sizes of tens of gigabytes, and if the operating system is installed on a logical disk with a capacity of, say, 50 GB, then the operating speed of the OS can significantly decrease.

In the previous article, we looked at where the Temp folder is located in Windows, how to find and open it, so we recommend starting reading the material from this article if you were unable to find the folder yourself.

To clean the Temp folder, you need to open it, select all files and folders (you can press Ctrl+A) and delete them. During deletion, warning windows will appear repeatedly, so feel free to confirm the deletion where possible. But you can also use a more formal the right way. Open Disk Properties with installed windows and click on the Disk Cleanup button.

The data collection process will begin.

And the Disk Cleanup window will open. In it we find and mark the Temporary files item, if desired, check the boxes where necessary, and click OK, then confirm the deletion.

Is it possible to delete the TEMP folder in windows?

Windows itself will not allow you to delete this folder, and this is absolutely useless. This folder must be present in the system for its normal operation; periodically it is only necessary to clean it from irrelevant content.

2notebook.net

Where to find the Temp folder in windows 7

In addition to files that are a direct component of any program and the operating system itself, temporary files that contain operational information. These could be log files, browser sessions, Explorer thumbnails, autosaved documents, update files, or unpacked archives. But these files are not created randomly throughout the system disk; there is a strictly designated place for them.

The lifespan of such files is very short; they usually cease to be relevant immediately after closing a running program, terminating a user session, or rebooting the operating system. They are concentrated in a special folder called Temp, taking up valuable space on the system disk. However, Windows provides access to this folder without any problems. different ways.

Open the Temp folder on Windows 7

There are two types of temporary file folders. The first category belongs directly to the users on the computer, while the second category is used by the operating system itself. The files there may be identical, but most often they are different, because their purpose is still different.

Access to these locations may be subject to certain restrictions; you must have administrator rights.

Method 1: Find the system Temp folder in Explorer


Method 2: Find the user's Temp folder in Explorer

  1. The method is similar - in the same address field you need to insert the following:

    C:\Users\Username\AppData\Local\Temp

    where instead of Username you need to use the title required user.

  2. After pressing the “Enter” button, a folder with temporary files that are currently needed by a particular user will immediately open.

Method 3: Open the user's Temp folder using the Run tool


Cleaning up old temporary files will help significantly free up useful space on your system disk. Some files may be currently in use, so the system will not allow them to be deleted immediately. It is advisable not to clear files that are less than 24 hours old - this will eliminate the unnecessary load on the system as a result of their creation again.

Read also: How to show hidden files and folders in Windows 7

We are glad that we were able to help you solve the problem.

Poll: did this article help you?

Not really

lumpics.ru

What is the windows temp folder for?

The Windows 7 operating system has windows temp folders that contain temporary files of included programs or games. When you turn off a program or game correctly, temporary files are automatically erased. But if the lights suddenly go out and you don’t have uninterruptible source power supply, restarted the computer reset button or you just turn off the computer with a button, then the temporary files do not have time to be erased and remain in the folders until you delete them manually. Most temporary files are saved in two temp folders. I will answer the question that interests everyone: is it possible to delete the temp folder, but the temp folder itself cannot be deleted, otherwise you will not be able to install programs

We clean the first folder. temp folder windows 7


Cleaning the second folder. appdata local temp


The remaining Temp folders do not need to be cleaned. These Temp folders may not exist, but the system will create them when they are needed. You can check whether the folder is created or not temp windows 7

Where are the rest of the Temp folders?

  1. “Start” - “Computer” - “Local Disk C” - “Users” or “Users” - “UpdatusUser” - “Temp”
  2. “Start” - “Computer” - “Local Disk C” - “Users” or “Users” - “General” or “All Users” - “Temp”
  3. “Start” - “Computer” - “Local Disk C” - “Users” or “Users” - “Default” - “Temp”

Video

This video shows how to find the temp folder in Windows 7 and how to delete everything stored in the temp folder

garayev.ru

How to clean the Temp folder in windows

Hello dear readers of the blog “All the secrets of the computer for beginners and professionals.” Today I want to tell you about one of the important folders of the Windows operating system family - the Temp system folder. More precisely, why this folder has such a name, its purpose and, what is very important, how to clean the Temp folder in Windows 7 without harming both the operating system itself and your nerves.

Honestly, the recommendations are valid for any operating system from windows families, including versions 8 and 10. But, since I will provide screenshots of the seventh version, I don’t want questions to arise, like: “Why is this folder specified path It’s there in the screenshot, but it’s not on my computer. And in general, everything is different for me.”

And one moment. This article assumes that the operating system is installed on logical drive "C".

Almost all beginners who begin to get acquainted with computers and “ computer world", sometimes it's shocking great amount folders and files that are on the computer. Even in a “bare” operating system installed on a computer, without installed programs and updates, there are more than 50,000 of them.

Well, what can we say about a computer on which hundreds of programs are installed. This is already hundreds of thousands of folders and files.

As a rule, computer users are of little interest in this moment... until a certain time... until the computer begins to behave, let's say, inappropriately: it begins to “think for a long time”, does not respond to the keyboard and mouse, or even freezes.

The reasons may actually be different. And we will, of course, get to know them in the future.

It is one of these reasons that I would like to stop and talk about today. But I want to start with a little “educational education”.

What does "Temp" mean and what is this folder for?

I want to start with the fact that folders and files on a computer have some separation. Conventionally, this division can be called “system” and “user”.

System folders and files are those that are used exclusively by the operating system itself for its work. User intervention, such as deleting a system folder or system file, can lead to the crash of the entire operating system, after which you can simply enjoy the “blue screen of death.”

Well, if you accidentally or intentionally delete user file or a folder that should not be deleted, then some program will simply stop running or you will constantly “pop up” on the screen and get annoying messages about errors in programs. In this case, the operating system itself will not be affected. But you will ruin your nerves thoroughly.

So, one of the system folders of the operating system is the Temp folder.

This is an abbreviation for the word “temporary”, which means “temporary” in English. Hence the main purpose of this folder is to store temporary data (temporary folders and temporary files).

What does "temporary" mean? What is stored in the temp folder? There are a couple of “subtle” points here.

One of them is that when installing programs, the operating system uses this folder to store intermediate data. Those. “drops” various software components into this folder, from which it then forms software modules for, in fact, direct installation of the program or programs itself on the computer. After complete installation programs, these most useless components remain in the Temp folder.

Why they remain there and why they are not automatically deleted is another question that is not related to this topic. But the fact remains a fact. “Garbage” accumulates over time. And, if this garbage is not removed, the consequences can be quite sad.

The second point is that the operating system itself, during its operation, “dumps” some data into this folder, which it accesses periodically. Moreover, the system strictly protects this current data from any user intervention.

To put it simply computer language- the system closes access to its data.

How to find?

  • Starting with Vista, the Temp folder is located in the following path:

In addition to the system Temp folder, there is also a user folder, which has a similar name. This folder relates specifically to your account on the computer and is located in a subfolder, the name of which is exactly the same as the name of your account (see screenshot) under which you are currently working on the computer.

The operating system “dumps” data into this folder that relates to your current activities on the computer at the moment.

In other words, after turning on the computer and launching the programs themselves, these same programs “drop” some of their “parts” and calculation results into this folder, and then, as needed, take from it the necessary data to perform a particular operation.

For what? Yes, so as not to borrow “precious” RAM computer, which is already having a hard time. This temporary data is usually deleted by the programs themselves from this folder after finishing their work. An exception may be if the computer freezes in the event of any software failures or the computer is turned off incorrectly. Then this data turns into useless garbage.

There can be several user Temp folders, depending on the number of user accounts on your computer. Each account has its own Temp folder.

Since the user has full rights to all of his folders and files, then, in order to avoid problems arising out of the blue (the user, unknowingly or by mistake, can simply delete this folder), this folder is invisible to the user by default. Those. has the “Hidden” attribute. Simply put, this folder cannot be seen in any file and folder viewer.

In order to see this folder and remove unnecessary “garbage”, you can temporarily make this folder visible. Well, if you are already a confident user, then you can leave it visible.

  • The path to the button for selecting the visibility of files and folders is as follows:

Start - Control Panel - Folder Options - View Tab - Hidden Folders and Files.

All! Now you see everything hidden folders and files that the operating system “didn’t want” to show you. From this moment on, 50 percent of the responsibility for the smooth operation of your computer is transferred to your shoulders.

But now we can easily find the folder we need.

Where is the temp folder in windows 7? It is located in the following path:

C:\Users\Name_of_your_account_you_are_currently_using\AppData\Local\Temp

One of the ways to get to this folder is shown in the screenshot.

Cleaning Temp folders

In any case, it is advisable to periodically clean both the system Temp folder and the user folder to avoid filling up the system disk.

Cleaning folders can be done in three main ways:

  • manually;
  • by means of the operating system itself;
  • third party programs.

Since the principle of all methods is approximately the same, each user has the right to decide for himself which method to use.

Manual cleaning

Since the principle of cleaning folders is the same, let's look at the procedure using the example of the user Temp folder.

  • First of all, go directly to the Temp folder, as shown in the previous figure.
  • Then select all the contents using the hotkey combination “Ctrl+A” (Press and hold the Ctrl key, press the Latin A, release both keys).
  • To delete information, press the “Delete” (“Del”) key.

You should not be afraid that you can delete something unnecessary, since if access to any file or files that the operating system is currently using for its “current needs” is denied, then you will not be able to do anything with them - neither delete, neither rename nor move.

Moreover, the system will definitely inform you about this. For example, in my case, the operating system informed me that the delete operation could not be completed because some file was open by the operating system and was currently in use.

  • In this case, simply left-click on the “Skip” button.

Moreover, if there are quite a lot of files that the system is currently using, then similar messages will “pop up” as many files as the operating system is currently using.

  • If you do not particularly want to view the names of these folders and files, then simply check the box called “Perform this action for all current objects.” The system will stop pestering you with annoying messages.

In the end I only had one file left. Maybe more - that's normal.

Built-in operating system tools

Cleaning up unnecessary “garbage” is a standard operating procedure of the Windows operating system. Accordingly, the call to this procedure is located in the folders of the same name:

Start - All Programs - Accessories - System Tools - Disk Cleanup.

  • If you have two or more logical drives (for example, “C” and “D”), then first the operating system will “ask” which logical drive you want to clean. In this case, use the select button to select drive “C”, since by default this is where our temporary folders are located, and left-click on the “OK” button. After this, a window will appear to analyze the state of the data on the disk.
  • If you have one logical drive (only “C”), then the analysis window will appear immediately without additional questions.

  • The disk cleanup program, according to the algorithms embedded in it, will begin to collect information about the status of logical drive and the amount (in her opinion) of “garbage” that can be removed to free up disk space.
  • Depending on the “junk clutter”, assessing the amount of space that can be freed up can take from a few seconds to several minutes. You just have to wait.
  • After a while, a window will appear in which you need to check the boxes next to the types of files that need to be deleted.

  • The functionality here is a little broader. To clean up the disk, it is proposed to delete not only temporary data from the user and system folders"Temp", but also all temporary files that leave behind various auxiliary system programs, as well as some application programs.
  • To see what kind of files are proposed to be deleted and what types of data they belong to, just move the mouse pointer over the selection item and click on it with the left mouse button.
  • Those types of files that have “checkmarks” in the checkboxes can be safely deleted without hesitation. Well, it’s up to you to decide about the rest.
  • In the context of this article, we are addressing the issue of cleaning temporary Temp folders. Therefore, click on the checkbox with the name “Temporary files”. Next, click the “OK” button.

Usually, the disk cleaning process goes quite smoothly. But, as in the case manual removal data, it may turn out that some file or files are currently being used by the system and access to it is denied. And in this case, the system will definitely warn you about this. Well, you already know how to proceed.

Third party programs

Although third party programs software there is quite a lot of “garbage” to clean up, I would like to devote Special attention CCleaner program. And, although this is my subjective opinion, I consider this program one of the best free programs this category on “care” for the computer.

In most cases, it is enough to clean folders once every six months or once a year. The criterion for periodicity is how quickly it decreases free place on the system disk of your computer or laptop.

That's all for today. Good luck and creative success to everyone.

Sincerely, Victor!

it-tehnik.ru

How to clear the Temp folder

The programs that we regularly install on the computer, during their operation, create temporary files in it designed to extract data or archive them, simple distribution kits of programs, and even step-by-step saves work text editors. To prevent them from hanging around in confusion all over the computer, the programs that create them determine the location of such files in the Temp folder.

Theoretically, after work on programs is completed, such files should be deleted on their own, but this does not always happen. Remember how often, in an attempt to resurrect a frozen system, you pulled the plug from the socket or incorrectly disabled a running program?

Such actions in relation to our computer cannot take place without a trace: temporary files are “collected” in it constantly and overload the Temp folder, which is already filled to the top.

And since we all know that free space is one of the keys to success efficient work PC, then the Temp folder overloaded with “garbage”, accordingly, constantly slows down operational processes. Therefore, we will consider the question - how to clean the Temp folder?

Step One: Search for Temp Folders

There may be several similar file storages on a PC, but most often we have only two Temp folders. One is located in the windows folder, namely in the system partition of the PC, while the second can be easily found in the user profile by turning on hidden displays folders. So, in the Windows 7 system you need to follow the path: Drive C: Users folder- Username - AppData - Local

If for some reason you do not find the Temp folder here, seek help from your trusty friend “Search” and the “Run” command. In the window that appears, simply enter the command %TEMP%, and it will automatically open before your eyes.

Stage two: making it more convenient

If there is a need to make working with folders more convenient, then both Temps with the temporary files stored in them can be combined into one or a completely new one can be created in another place convenient for you. Go to the Start menu, click on Computer and open system settings.


In the window that opens, change the path to the entered TEMP and TMP addresses to the created or selected folder. This is easy to do: left-click on each variable, then use the “Change” function and enter a new folder path.

Confirm your selection with the "OK" key. As a result, you will get one folder storing temporary files in a place convenient for you.

Stage three: cleaning the Temp folder without harming the system

If you still have a question: “Is it possible to delete the Temp folder?”, We hasten to warn you that this is absolutely forbidden. But it must be cleaned regularly to free up disk space for work.

The easiest way to do this is to select the entire contents of the folder and delete it manually. However, if some of the files in it are involved in work (the system will warn you about this using pop-up windows), you will not be able to delete such files.

You can get rid of the “indigenous inhabitants” only by calling for help special utilities, such as: CCleaner. However, if there are few such files in the folder, then the easiest way would be to leave them alone and not touch them for the time being. Keep in mind: such robot assistants can also remove files from your computer that should not be removed under any circumstances. That is why developers include in cleaning programs the ability to create backup copy files.

Now let's look at the second method of cleaning the Temp folder, which is not inferior to the first in either efficiency or simplicity. So, in Windows 7 OS you will find special service called “Disk Cleanup”: it is located in the Start Utilities and allows you to delete those temporary files that have not been used by the system for more than a week.

To do this you need to do several simple steps.

First, go: From the Start menu to Computer.

Right click Using the mouse, select the system drive (most often this is the C:\ drive) and check the “Properties” item.

Place a checkmark next to the “Temporary files” item. After clicking Ok, a small window will appear that will “ask” you if you really want to do this. Just confirm your intentions.

If you want to try manually deleting temporary files, you will first need to find them yourself.

We remind you that if you have not previously combined the Temp folders into one, then they are located either here:

And here: drive C:\Users\Account Name\AppData\Local\Temp

There is another way to find Temp folders. Press the hot keys “Win ​​+ R”, open the “Run” window, enter the command “%TEMP%” and click Ok. The folder C:\Users\Account Name\AppData\Local\Temp will open

There is another option that allows you to clear the Temp folder.

Go to notepad and write there next command: rmdir /s /q %temp% Save the document under some name. For example clean.bat


When you run this shortcut, the Temp folder will be cleaned up on its own. You can even customize it automatic cleaning, which will start immediately when you turn on the computer. To do this, simply add the file to startup.

Now temporary files will not clog the system drive “C” and interfere with its operation. And this is, in fact, what we achieved, and you don’t have to manually clean out the Temp folders

Did you like the material? Share: Rate it: (4.50 out of 5, ratings: 10) Loading...







2024 gtavrl.ru.