clear history

  • Thread starter Thread starter Luis GUSTAVO
  • Start date Start date
L

Luis GUSTAVO

Hi,


i want clear temporary internet files, for the users in my
network, it´s possible using group policy.


thanks,


Luis GUSTAVO
 
Do you want to prevent temporary internet files, or clear them during
shutdown or logoff?

--
Regards,

Christoffer Andersson
No email replies please - reply in the newsgroup
If the information was help full, you can let me know at:
http://www.itsystem.se/employers.asp?ID=1

"Luis GUSTAVO" <[email protected]> skrev i meddelandet
Hi,


i want clear temporary internet files, for the users in my
network, it´s possible using group policy.


thanks,


Luis GUSTAVO
 
May you can assing a script as shutdown script.
http://support.microsoft.com/default.aspx?scid=kb;en-us;198642

set net = Wscript.CreateObject("Wscript.Network")

DomainString = net.UserDomain
UserString = net.UserName

Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.DeleteFile("C:\Documents and Settings\ & UserString & \Local
Settings\Temporary Internet Files\*")

--
Regards,

Christoffer Andersson
No email replies please - reply in the newsgroup
If the information was help full, you can let me know at:
http://www.itsystem.se/employers.asp?ID=1

<[email protected]> skrev i meddelandet
I want clean during shutdown.
 
Back
Top