There is a service Win32_NTEventLogFile in vbscript by which we can
clear,add, save events.
Is there any service for Internet Options(in control panel).
Here i want to clear forms and passwords.
waiting for reply

Internet Options by nicolas

nicolas
Tue Apr 27 12:15:43 CDT 2004

Hello,

I don't think you can modify the Internet Options by the=20
mean of WMI or other scripting components.

I think the only way is through registry, the main part=20
of these are located in=20
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet=20
Settings


Regards,

Nicolas Di=E9trich
RightVision
France
>-----Original Message-----
>There is a service Win32_NTEventLogFile in vbscript by=20
which we can
>clear,add, save events.
>Is there any service for Internet Options(in control=20
panel).
>Here i want to clear forms and passwords.
>waiting for reply
>
>
>
>.
>

Re: Internet Options by manoj

manoj
Wed Apr 28 13:01:44 CDT 2004

Ya, you are right
well i have done it through other way
But WMI provides many system services.
It provides service for paging file.
Can i clears the contents of pagefile.sys through WMI service in win2k OR
can i delete it. Because system doesn't permit to access it. But i can do
same through control panel.
if yes then reply
Thanks