Re: win millenium lost content advisor password
From: Michael Holzemer (mholzemer_at_nowayjose.com)
Date: 06/29/03
- Next message: Joe Richards [MVP]: "Re: SP4 and n-2 password protection?"
- Previous message: Michael Holzemer: "Re: lost password to windows 200 on my Dell need help"
- In reply to: Steven L Umbach: "Re: win millenium lost content advisor password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 28 Jun 2003 17:34:14 -0700
Delete this regkey
"HKLM\software\microsoft\windows\currentversion\policies\ratings\key"
Or drop the following into a text file give it a .vbs extension and run it.
set ws = createobject("wscript.shell")
on error resume next
ws.regdelete
"HKLM\software\microsoft\windows\currentversion\policies\ratings\key"
if not err.number = 0 then
msgbox "Content Advisor password not found on this machine",
vbinformation,"Disable Content Advisor"
wscript.quit
set ws = nothing
end if
msgbox "Content Advisor Password has been removed." & vbcr & _
"Open Internet Explorer and disable Content Advisor.", vbinformation,
"Disable Content Advisor"
set ws = nothing
-- Regards, Michael Holzemer No email replies please - reply in newsgroup "Steven L Umbach" <n9rou@attbi.com> wrote in message news:DF5La.38784$3d.20499@sccrnsc02... > See the link from the FAQ for possible solutions. --- Steve > > http://securityadmin.info/faq.htm#contentadvisor > > "terrance sapp" <terryandletha@sbcglobal.net> wrote in message > news:134e01c33d0c$3a640080$a101280a@phx.gbl... > > I have another computer networked in the kids room to > > mine. The content advicor popped up and now requires a > > supervisor password that i did not enter as the parent,. > > The kids have never seen this and arent sure why its > > there. they cannot access the web as a result. I need to > > know how to delete any pre-existing password of unknown > > origin. I have searched the microsft tech libs and found > > no help. i dont want to pay a huge amount to microsoft for > > the answers as they wont cover the oem warranty. the > > emachines folks want money as well. I am fairly competant > > at computers but have no idea how to delete. if anyone has > > run accross this before maybe they can give me a hint in > > the right direction. The kids computer runs windows > > millenium and msie 5.0,, yes ill upgrade it after i get it > > right again. Please help > > > >
- Next message: Joe Richards [MVP]: "Re: SP4 and n-2 password protection?"
- Previous message: Michael Holzemer: "Re: lost password to windows 200 on my Dell need help"
- In reply to: Steven L Umbach: "Re: win millenium lost content advisor password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|