Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Clean Up Windows 10 and Make Your PC Faster
#1
Clean Up Windows 10 and Make Your PC Faster

How to Clean Up Your Drive in Windows 10? I wanted to make a video showing you how to clean up windows 10. Over time, Windows 10 can get sluggish with temporary internet files and other junk files. You may also have other junk files like unused programs and general bloatware which comes pre-installed in Windows 10. We will use Windows 10's New “Free Up Space” Tool to Clean Up the operating system, you can still use Disk Cleanup, which has been around for ever, but the new Storage sense feature makes life a lot easier when cleaning out junk files. Do NOT use registry cleaners, these can mess up the computer operating system.

https://youtu.be/_fQf-CzAa9I

Copy content below and name it Delete.bat it has to have the .bat extension instead of .txt in order for it to work.


Code:
del %temp%\*.tmp /f /s /q
del %windir%\prefetch\*.* /f /s /q
del %windir%\temp\*.* /f /s /q
rmdir /s /q %windir%\temp\
del c:\*.tmp /f /s /q
del d:\*.tmp /f /s /q
del c:\temp\*.tmp /f /s /q
del d:\temp\*.tmp /f /s /q
del c:\windows\prefetch\*.* /f /s /q
del d:\windows\prefetch\*.* /f /s /q
del c:\windows\temp\*.* /f /s /q
del d:\windows\temp\*.* /f /s /q
del c:\win98\temp\*.* /f /s /q
del d:\win98\temp\*.* /f /s /q
del c:\winnt\temp\*.* /f /s /q
del d:\winnt\temp\*.* /f /s /q
del c:\winme\temp\*.* /f /s /q
del d:\winme\temp\*.* /f /s /q
rmdir /s /q c:\windows\temp\
rmdir /s /q d:\windows\temp\
del C:\"Documents and Settings"\%username%\Cookies\*.* /f /s /q
del D:\"Documents and Settings"\%username%\Cookies\*.* /f /s /q
del c:\"documents and settings"\%username%\Recent\*.* /f /s /q
del D:\"documents and settings"\%username%\Recent\*.* /f /s /q
del C:\"documents and settings"\%username%\"local settings"\temp\*.* /f /s /q
del D:\"documents and settings"\%username%\"local settings"\temp\*.* /f /s /q
rmdir /s /q c:\"documents and settings"\%username%\"local settings"\temp\
rmdir /s /q d:\"documents and settings"\%username%\"local settings"\temp\
del C:\"documents and settings"\%username%\"Local Settings"\"temporary internet files"\*.* /f /s /q
del d:\"documents and settings"\%username%\"local settings"\"temporary internet files"\*.* /f /s /q
del c:\"documents and settings"\%username%\"application data"\microsoft\office\recent\*.* /f /s /q
del d:\"documents and settings"\%username%\"application data"\microsoft\office\recent\*.* /f /s /q
rmdir /s /q C:\"documents and settings"\%username%\"local settings"\"temporary internet files"\
rmdir /s /q D:\"documents and settings"\%username%\"local settings"\"temporary internet files"\
rd /s /q %windir%\SoftwareDistribution\Download
rd /s /q %windir%\SoftwareDistribution\Download
rmdir /s /q C:\ProgramData\Microsoft\Windows\WER\Reportqueue

 dupeGuru can be download here

10AppsManager for Windows 10 can be downloaded from Here


Treesize can be downloaded from HERE



Unnecessary Services to Disable on Windows 10

1. AllJoyn Router Service

2. Connected User Experiences and Telemetry
3. Distributed Link Tracking Client
4. dmwappushsvc (WAP Push Message Routing Service)
5. Downloaded Maps Manager
6. Fax Service
7. Offline Files
8. Parental Controls
9. Portable Device Enumerator Service
10. Program Compatibility Assistant Service
11. Remote Registry
12. Retail Demo Service
13. Secondary Logon
14. TCP/IP NetBIOS Helper
15. Touch Keyboard and Handwriting Panel Service
16. Windows Error Reporting Service
17. Windows Image Acquisition (WIA)
18. Windows Insider Service
19. Xbox Live Auth Manager
20. Xbox Live Game Save
 
Reply

#2
Nice!
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.