Defnerd
Legacy Member
met een .bat bestand kunt ge gemakkellijk een hoop commands achter elkaar uitvoeren zonder zelf iets te moeten doen. je prefetch map onder \window kan je zo leegmaken:
Bron:http://www.tweakxp.com/
Mijn vraag is: is er nog een andere command om alle bestanden uit een map te verwijderen? want de bestanden in je temporary inet files hebben geen '.' in hun naam dus kan je ze niet met deze command verwijderen
del C:\Windows\Prefetch\*.* /Q
De uiteindelijke bedoeling is dus alle bestanden uit "temp", "temporary internet files" te halen zodat uw pc terug clean is van o.a. spyware en virussen die in uw cookies, ... zitten. En dat allemaal met 1 dubbelklik op het .bat bestand. Zou handig zijn... toch?
Alvast bedankt!
Here's an easy way to delete your prefetch -- Automatically!!
1. Go into My Computer and go into your hard drive.
2. Right-click anywhere that a file is not and select the 'New' submenu and click 'Text Document'
3. Name it "deleteprefetch"
4. Double-click on the text file you just created.
5. Type "del C:\Windows\Prefetch\*.* /Q" (without the quotes).
6. Go to File > Save As... and choose "All Files" from the "Save as Type" box and save it as "deleteprefetch.bat"
7. You just created a batch file that will automatically delete all the files in your Prefetch folder. Congrats.
Note: For more information on Prefetching see the following URL:
http://www.microsoft.com/whdc/hwdev/platform/performance/benchmark.mspx
Bron:http://www.tweakxp.com/
Mijn vraag is: is er nog een andere command om alle bestanden uit een map te verwijderen? want de bestanden in je temporary inet files hebben geen '.' in hun naam dus kan je ze niet met deze command verwijderen
del C:\Windows\Prefetch\*.* /Q
De uiteindelijke bedoeling is dus alle bestanden uit "temp", "temporary internet files" te halen zodat uw pc terug clean is van o.a. spyware en virussen die in uw cookies, ... zitten. En dat allemaal met 1 dubbelklik op het .bat bestand. Zou handig zijn... toch?

Alvast bedankt!