it's a function which removes the Internet Explorer content advisory password so you can reset it and here you go here is it.
'---------------------------------------------------------------------------------------
' Function : RemIECAPass
' DateTime : 09/02/2010 17:20PM
' Author : Kreshnik Hasanaj
' Mail : kresha7@hotmail.com
' Purpose : Removes Internet Explorer Contents Advisory
'---------------------------------------------------------------------------------------
Public Sub RemIECAPass()
Try
My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Ratings", True).DeleteValue("Key")
Catch ErrReg As Exception
End Try
End Sub


Sign In
Create Account



Back to top









