fl0at
studyin' like heck
- Joined
- Mar 26, 2010
- Messages
- 1,865
- Likes
- 1
After typing 'command' enter
MS DOS Promp window opens,
it reads;
Microsoft(R) windows 98
(c)Copyright Microsoft. Corp 1981-1999
c:\Windows\Desktop>
After typing cd c:\windows\temp enter dir enter
I see a list of all cookies
1,568 File(s) 569,918bytes
2 dir(s) 0.00 MB Free
After typing cd c:\windows\temp enter dir enter
I see a complete list of temps
1,536 File(s) 140,892,952 bytes
64 dir(s) 0.00 MB Free
Fantastic.
I'll be traveling for a few days tomorrow, so let us try to wrap this up today.
In Command Prompt (Start>>run>>command)
type:
cd c:\windows\cookies
hit enter
dir
hit enter
(make sure you are in the right directory, because we are going to try to force delete all the files in the directory)
Ensure you see "c:\windows\Cookies\" for cursor.
Type:
del c:\windows\Cookies\*.* /F
Hit Enter
After finished, type dir and hit enter
Are we reading zero files?
If so,
type cd c:\windows\temp
hit enter
make sure we are in "c:\windows\temp" and type
del c:\windows\temp\*.* /F
hit enter
type dir
hit enter
All deleted?