|
12-05-2003, 05:29 PM | #1 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Clean a PC with autoexec.bat
Title: How to clean up your PC hard drive by editing the autoexec.bat file.
Fact: The majority of people use a PC. Fact: The majority of people use Internet Explorer. Fact: Even if you delete cookies, information about your web surfing habits may be contained in index.dat files on your computer. The below instructions will remove such information from index.dat files, as well as remove other miscellaneous garbage including cookies, while leaving all programs fully functional. Why pay for a cleanup program when you can do it yourself and know what's being implemented? Note: These instructions were tested and successfully implemented on a Win98 operating system with C: as the hard drive label. You should read these instructions in full before attempting any changes. You may need to edit accordingly to fit your operating system and hard drive label. These instructions are on an "AS IS" basis. Use at your own risk. No support is offered. Read the below disclaimer.
Before @ECHO OFF PATH=c:\windows;c:\windows\command;c:\ibmtools;c:\;%MAINDIR%\bin32 LH DOSKEY c:\essolo.com set PATH=C:\texmf\miktex\bin;%PATH% After @ECHO OFF PATH=c:\windows;c:\windows\command;c:\ibmtools;c:\;%MAINDIR%\bin32 LH DOSKEY c:\essolo.com set PATH=C:\texmf\miktex\bin;%PATH% if exist c:\windows\smartdrv.exe c:\windows\smartdrv.exe 2048 16 DELTREE /y c:\windows\history\*.* > NUL DELTREE /y c:\windows\tempor~1\Content.IE5\*.* > NUL DELTREE /y c:\windows\temp\cookies\*.* > NUL DELTREE /y c:\windows\temp\tempor~1\Content.IE5\*.* > NUL DELTREE /y c:\windows\temp\history\History.IE5\*.* > NUL DELTREE /y c:\windows\cookies\*.* > NUL DELTREE /y c:\windows\applic~1\micros~1\office\recent\*.* > NUL DELTREE /y c:\windows\applic~1\micros~1\intern~1\UserData\*.* > NUL if exist c:\windows\ff*.tmp del c:\windows\ff*.tmp if exist c:\windows\temp\*.tmp del c:\windows\temp\*.tmp Enjoy!!! Disclaimer: All information and code provided herein are without warranty of any kind, expressed or implied, including but not limited to the implied warranties of merchantability or fitness for any purpose. In no event shall ThinkDing or PhpDig be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits, or special damages, even if ThinkDing or PhpDig has been advised of the possibility of such damages.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
02-27-2004, 12:06 PM | #2 |
Green Mole
Join Date: Feb 2004
Posts: 2
|
What about windows xp?
How would you pull that off using windows xp or win2k?
|
03-05-2004, 12:55 PM | #3 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi radroach, and welcome to PhpDig.net!
I haven't used WinXP or Win2K enough to write a decent tutorial for those OS but there are a couple of pages here and here that you may find useful.
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
03-05-2004, 01:28 PM | #4 |
Green Mole
Join Date: Feb 2004
Posts: 2
|
Thanks
Yep all I had to do was to change the permissions thanks that helped.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Search working in Mozilla but not IE for PC | mwaters | Troubleshooting | 2 | 01-16-2006 09:55 AM |
clean dashes?? | vispa | How-to Forum | 1 | 02-26-2005 08:24 PM |
PHP dig not indexing site on clean install... | mixonic | Troubleshooting | 1 | 06-28-2004 09:15 AM |
phpdigCleanHtml clean too much | Jer | Mod Submissions | 5 | 04-12-2004 03:57 AM |