search
HomeCommon ProblemHow to clean software junk files in win10

How to clean software junk files in win10

Jul 08, 2023 pm 10:41 PM
Operation winCleaning softwareJunk files

When we install some software on a win10 computer, some rogue software is often automatically installed inexplicably. After uninstalling it, restart the computer and install it again. How should we clean up such rogue software? Woolen cloth? The editor below will share with you a method to clean up junk in Windows 10 system.

1. Make a [Clear System Junk.bat] file to clear system junk and copy the following content into Notepad:

@echo off

pause

echo Cleaning up system junk files, please wait...

del /f /s /q %systemdrive%\*.tmp

del /f /s /q %systemdrive%\*._mp

del /f /s /q %systemdrive%\*.log

del /f /s /q %systemdrive%\*. gid

del /f /s /q %systemdrive%\*.chk

del /f /s /q %systemdrive%\*.old

del /f /s /q %systemdrive%\recycled\*.*

del /f /s /q %windir%\*.bak

del /f /s /q %windir%\ prefetch\*.*

rd /s /q %windir%\temp & md %windir%\temp

del /f /q %userprofile%\cookies\*.*

del /f /q %userprofile%\recent\*.*

##del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"

del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

del /f /s /q "%userprofile%\recent\*.*"

echo Cleaning up system junk is complete!

echo. & pause

How to clean software junk files in win10

2. Click [File] in the upper left corner of Notepad and click [Save As] in the drop-down menu.

How to clean software junk files in win10

#3. In the open Save As window, first click [Desktop] on the left side of the window, and enter in the file name (N) column: Clear System Junk.bat , then click: Save.

How to clean software junk files in win10

#4. When we need to clear system junk, double-click the [Clear System Junk] icon on the desktop.

How to clean software junk files in win10

5. At this time, a C:\Windows\system32\cma.exe window opens, displaying:

Please press any key to continue...

We press the "space bar" on the keyboard.

How to clean software junk files in win10

#6. System garbage is being cleared, please wait.

How to clean software junk files in win10

7. Cleaning up system junk is completed, please press any key to continue... We then press the "space bar" on the keyboard to exit C:\Windows\system32 \cma.exe window.

How to clean software junk files in win10

The above is a method and step to clear the win10 system junk. If you are interested, you can try this method.

The above is the detailed content of How to clean software junk files in win10. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Win7之家. If there is any infringement, please contact admin@php.cn delete

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

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

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.