Posts

Showing posts with the label Tutorial

How to Make a Tree.Bat file for Auto Refresh Windows

Suppose your "Hard Drive" has 4 partitions named C:, D:, E:, F: Make all those drive faster by refreshing them with a single click. We generally use the F5 button to refresh our computer, but it is a slow process. When we work on our computer it has to make many temporary files that stored in our drives somewhere. By refreshing your drive you can remove those paths and make your drive perform faster. Some cache files and other types of unnecessary files cause our computer slow, By refreshing the computer, it can be solved and make the hard drive run faster. In this tutorial, I will share with you how to make a tree.Bat file for auto-refreshing your computer. The text for Tree.Bat: echo off cd/ tree c: tree d: tree e: tree f: tree g: tree h: How to make a tree for Windows [Tutorial] Today we'll make our own single click full refresh button and will make our computer faster. 1. First you have to open your "Notepad" from your desktop and do a simple trick into your