Hello, your good old tutorial guider here! I would put this in "Computer" section, but... I think i'm spamming it in that section so... I thought I put it here. ------------------------------------------------------------------------------------------------------ We will be learning how to do disk-clean up on notepad. If you don't know what disk-clean up is, it is used to delete things you don't need. -------------------------------------------------------------------------- Before I start this epicly useful tutorial, is... if you do disk-clean up on notepad, it's faster than doing it manually on Windows. Also this tutorial is only for Windows. If you like to see me do other tutorials then tell me in this thread below. Other then that, I'm not responsible for the lost of data on your computer. --------------------------------------------------------------------------------------------------------------------- The first thing you wanna do is open up notepad. Go to Windows Start Orb/Button on the bottom left corner (unless you moved the taskbar somewhere else...) and type in search "Notepad" then press enter. Now what you want to type on notepad is this (or you can copy it then paste it on Notepad): @echo off color 4a del /s /f /q c:\windows\temp\*.* rd /s /g c:\windows\temp md c:\windows\temp del /s /f /q C:\WINDOWS\Prefetch del /s /f /q %temp%\*.* rd /s /q %temp% md %temp% deltree /y c:\windows\tempor~1 deltree /y C:\windows\temp deltree /y C:\windows\tmp deltree /y C:\windows\ff*.tmp deltree /y C:\windows\history deltree /y C:\windows\cookies deltree /y C:\windows\recent deltree /y C:\windows\spool\printers del c:\WIN386.SWP cls --------------------------------------------------------------------------------------------------------------------- Do NOT copy the bolded dash lines. (Looks like this --> ---) Just the text. Now a faster way to get this in your notepad is highlighting the text, then right-click, it will say copy somewhere, click on it. Then take out your Windows 7/8 notepad and paste it in there. ------------------------------------------------------------------------------------ (I'm lazy) Once you pasted that into "Notepad", at the top left corner... it says "File" click on it. Now click on "Save As" in File. Now at the bottom, it will say "File Name" instead of ".txt" rename it "clean.bat" without the quotation marks. After that, do NOT press "Save" yet. Now, you want to find a place on your computer where you can keep the text document like in your "Downloads" folder. ("Text Document" is notes you saved from "Notepad" like you just created one now). After that, once you found a place to keep your text document, NOW you can press save. ----------------------------------------------------------------- After that, go find where you put your text document, once you found where you put your text document, it should say "clean" and have a icon that looks like this: Drag that onto your desktop. Now your done! Just click on it and it will remove anything you do not need and keep your computer clean . Boom, your done. Peace guys. ------------------------------------Credits: Video Link (I found out this a long time ago so I could know what to put on Notepad): Spoiler
This doesn't belong here but here: http://www.mineverse.com/forums/computers.52/ Also, you should explain why someone would want to do a Disk Clean as there is multiple players/users that are not knowledgeable on this subject, so on that case I recommend giving them some type of explanation of what this is used for and what's the con and pros of it.
Also just like to state that is a public script and you should give credit to the original owner who developed the script as well where you found this as it would be kind courtesy towards them.
Pros: Faster then just manually doing it. Deletes anything not needed. Cons: I don't really know any cons for it.
Please Read: If this does not work (I'm pretty sure it doesn't) then redo this tutorial, because I messed up on a step. --------------------------------------------------- Edit: Fixed one of the steps, so once you redo the steps... it should work. If it doesn't, tell me in this thread.