Como limpiar espacio en el disco duro y borrar los archivos temporales.
Accessing the Temporary Files Folder (%temp%)
Press Windows + R to open the Run dialog box.
Type %temp% and press Enter.
The Temp folder will open, displaying temporary files stored by the system and applications.
Accessing the AppData Folder (%appdata%)
Press Windows + R to open the Run dialog box.
Type %appdata% and press Enter.
The Roaming folder within AppData will open, showing application-specific data.
Deleting Temporary Files
Navigate to the Temp folder using the steps above.
Select the files you want to delete (or press Ctrl + A to select all files).
Right-click and choose Delete. Some files in use may not be deletable.
Cleaning Temporary Files via Settings (Windows 10/11)
Click on the Start menu and select Settings.
Go to System and then Storage.
Under Temporary files, select the types of files to delete and click Remove files.
Using Command Prompt to Clear Temp Files
Press Windows + S, type cmd, and select Run as administrator.
Enter the command del /q/f/s %TEMP%\* and press Enter to delete all files in the Temp folder.
