November 13, 200718 yr Hi does anyone know how to turn on the Phishing option in Internet Explorer 7 for ALL USERS that log into the pc. It would be awesome if there was a command line to accomplish this.Thanks to all who respond.
November 13, 200718 yr i dunno about command line but it can be done with a group policyGPEDIT.MSCComputer Configuration->Administrative Templates->Windows Components->Internet Explorer->Turn off Managing Phishing Filter->Enabled->Set Mode to Automatic
November 13, 200718 yr Author i dunno about command line but it can be done with a group policyGPEDIT.MSCComputer Configuration->Administrative Templates->Windows Components->Internet Explorer->Turn off Managing Phishing Filter->Enabled->Set Mode to Automaticdoesn't that turn Phishing off?, I would like to turn it on for all users
November 13, 200718 yr If you read the description on that policy it sound like it turns it on -wny else would you have to choose an option. GPs are like sometimes that you have to enable the disabled policy to enabled what you want to disable.
November 13, 200718 yr Why not use regmon to see what registry key is changed? Or hex inetcpl.cpl-gosh
November 14, 200718 yr Author Why not use regmon to see what registry key is changed? Or hex inetcpl.cpl-goshI have the regkey but is A PER USER settings. I would like to set it once per computer.
November 14, 200718 yr I have the regkey but is A PER USER settings. I would like to set it once per computer.Give this a try:HKEY_USERS\.DEFAULT
November 14, 200718 yr Author I have the regkey but is A PER USER settings. I would like to set it once per computer.Give this a try:HKEY_USERS\.DEFAULTthat is still per user setting.
November 14, 200718 yr Not really. its kind of both. the HKEY_USERS\.DEFAULT branch applies to all NEW users but will not affect existing onesif you know so much about the registry why didn't you find it? it only took about 10 seconds searching the HKLM branch once i got to a machine running IE7HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\PhishingFilterEnabled=2Enabled=1 for on without auto checking
November 14, 200718 yr Author Not really. its kind of both. the HKEY_USERS\.DEFAULT branch applies to all NEW users but will not affect existing onesif you know so much about the registry why didn't you find it? it only took about 10 seconds searching the HKLM branch once i got to a machine running IE7HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\PhishingFilterEnabled=2Enabled=1 for on without auto checkingThat branch in HKLM doesn't exist. I just did a search on a machine with IE7
November 14, 200718 yr If it doesn't exist then you should create it and if it doesnt override the one in HKCU the remove the one in HKCU--edit-- stupid imageshack auto resizing Edited November 14, 200718 yr by geek
Create an account or sign in to comment