Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Information > Deleting Cookies

Reply
Thread Tools

Deleting Cookies

 
 
chronicboy11@hotmail.com
Guest
Posts: n/a
 
      08-18-2008
I was wondering if there is any program that can delete cookies
without someone knowing

lets say i want to install it for someone that doesn't delete his
cookies frequently,
and i want to let the APP delete all the cookies by itself without the
person knowing

Thank you very much for the replies in advance

Please reply as soon as possible if you find one
 
Reply With Quote
 
 
 
 
Paul
Guest
Posts: n/a
 
      08-18-2008
wrote:
> I was wondering if there is any program that can delete cookies
> without someone knowing
>
> lets say i want to install it for someone that doesn't delete his
> cookies frequently,
> and i want to let the APP delete all the cookies by itself without the
> person knowing
>
> Thank you very much for the replies in advance
>
> Please reply as soon as possible if you find one


If the cookies store a password, or store a profile used when
entering the site, that user is going to be ****ed.

Erasing cookies is fine, when all they do is serve the purposes
of the advertisers, but when they are for the convenience of
the client end of the connection, then you don't want
to delete them.

Only the end user knows how valuable the cookies are. For
example, I know there is nothing important in my cookies
on my current computer, so I erase them frequently using
the provided browser controls. But on previous computers,
and for job related stuff, I had some cookies which were
important to keep. For example, a site that only allowed
registered users to use it, and no longer accepted
registrations. That one particular cookie, I carried from
machine to machine (back in the Netscape era, Unix version
etc).

Paul
 
Reply With Quote
 
 
 
 
jameshanley39@yahoo.co.uk
Guest
Posts: n/a
 
      08-18-2008
On 18 Aug, 18:27, Paul <nos...@needed.com> wrote:
> chronicbo...@hotmail.com wrote:
> > I was wondering if there is any program that can delete cookies
> > without someone knowing

>
> > lets say i want to install it for someone that doesn't delete his
> > cookies frequently,
> > and i want to let the APP delete all the cookies by itself without the
> > person knowing

>
> > Thank you very much for the replies in advance

>
> > Please reply as soon as possible if you find one

>
> If the cookies store a password, or store a profile used when
> entering the site, that user is going to be ****ed.
>
> Erasing cookies is fine, when all they do is serve the purposes
> of the advertisers, but when they are for the convenience of
> the client end of the connection, then you don't want
> to delete them.
>
> Only the end user knows how valuable the cookies are. For
> example, I know there is nothing important in my cookies
> on my current computer, so I erase them frequently using
> the provided browser controls. But on previous computers,
> and for job related stuff, I had some cookies which were
> important to keep. For example, a site that only allowed
> registered users to use it, and no longer accepted
> registrations. That one particular cookie, I carried from
> machine to machine (back in the Netscape era, Unix version
> etc).
>
> * * Paul


that's unusual in the extreme. In that situation, I think one should
email himself the cookie, or keep it in a backup. One would still
delete all cookies or any temporary internet files with no problems.
Just copying that special one over.

For OP-
Deleting temporary files generally is a good way to save some disk
space.

One can delete cookies in any browser quite easily..

Or find out where they are stored and delete them. (e.g. from command
prompt, or within windows)

You would almost have to do the latter option, and your question
really becomes one of how to run a script automatically..

The script can delete the cookies. Or the directory that contains them
(often the directory will be recreated blank)

I can think of using a batch file (rmdir /s /q within local settings
- temp, temporary internet files, and may do \windows\temp too) and
putting it in startup folder.
Temporary Internet Files is the big culprit, and that has the cookies
too. (IE says it has them when you click tools..options..delete
cookies).
If you use a batch file, it uses the command prompt, which opens quite
visibly. There is a way to hide that. Or you could use windows
scripting host, that may he less visible. Another alternative is an
EXE you write or compile e.g. in C or VB.
And regarding startup folder, there are alternatives, a clever thing
to do is use the program autoruns by sysinternals, and see the
different places you can put a program for it to start up
automatically. I certainly wouldn't do that to somebody's "personal"
computer though. Better to use the startup folder.

this link here
http://ask-leo.com/auto_start_how_do...ws_starts.html
suggests besides startup folder,

autoruns,

exetoservice
http://www.exetoservice.com/
exetoservice.exe <-- to convert an app to a service and have the
service start automatically.

somebody mentioned something about local policy..
There is a gpedit.msc I don't see an icon for it in XP , not by
default anyway.
user configurstion..windows settings..scripts
and you can add them there.


interesting links

http://ask-leo.com/auto_start_how_do...ws_starts.html
The ask-leo link , already mentioned, is v useful. mentions general
ways, including touching on gpedit.msc

http://techsupt.winbatch.com/ts/T000001048F90.html
(could be v useful to you , mentions about gpedit.msc)
adding scripts to startup.

http://forums.pcpitstop.com/index.php?showtopic=129347
mentions how to get gpedit.msc on XP Home

http://www.helpwithwindows.com/WindowsXP/howto-18.html
mentions about ASR(Never used it), and other things people want from
XP Pro in XP Home. May be some of those things are useful though.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deleting data from the file without deleting the file first crea C++ 2 12-28-2012 11:50 PM
Give Request.Cookies and Response.Cookies is there any reason to use another method to use cookies? _Who ASP .Net 7 09-18-2008 07:49 PM
Deleting a File from Hardrive and Deleting a SubKey in Registry Harry Barker C++ 2 04-19-2006 09:34 AM
HttpWebRequest / CookieContainer - not deleting cookies. macro ASP .Net 4 03-29-2006 07:48 PM
Problem with deleting cookies Michal A. Valasek ASP .Net 1 07-25-2003 05:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57