GP to delete cookies on clients

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

Is there a standard GP or can make one to delete cookies
off users computers from a group policy?
 
You could create a "Computer startup script" in a GPO to delete the files

cd "%userprofile%\Cookies"
del *.txt
exit

I think that will do the trick for you. Good luck!

Philip Nunn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top