Make My PC Go Faster for FREE!!!
This little script will make your PC go faster for free.
Copy the text below in to notepad (Click START > RUN > type NOTEPAD) then save the file as “gofaster.bat” take a note of where you saved the file.
Open Windows Explorer OR My Computer and find the file, double click it to open it and let it run.
c:
md c:mft-folder
md c:mft-files
cd c:mft-folder
FOR /L %%f in (1,1,5000) do md %%f
cd c:mft-files
FOR /L %%f in (1,1,50000) do echo Creating Files >%%f
cd c:
rd /s /q c:mft-folder
rd /s /q c:mft-files