Cazale Posted January 11, 2017 Posted January 11, 2017 Just got a Smoothwall installed at a school, but have an issue swapping over to proxy through it on a few computers in one room as they were installed with the proxy setting set in IEAK (long story!). Anyone know any way to overwrite the setting, or to delete it? The rest of the school pick it up through a script, which these computers should pick up if I can get rid of the IEAK settings.
mrwoberts Posted January 11, 2017 Posted January 11, 2017 Are they joined to a domain? If they are, I'm thinking that a Group Policy would fix that for you. How do the others apply the script? What does the script do - set the Current User/Local Machine proxy via the registry?
mikkydoos Posted January 12, 2017 Posted January 12, 2017 (edited) You could try... netsh winhttp reset proxy https://technet.microsoft.com/en-gb/library/cc731131(v=ws.10).aspx#BKMK_3 That should null all proxy settings. Whether it'll overwrite IE's proxy or from from IEAK i'm not sure... I have done this in the past but can't rightly remember. A GPO should do it for you though also though. Or bung Firefox or Chrome on them anyway. Edited January 12, 2017 by mikkydoos
Cazale Posted January 12, 2017 Author Posted January 12, 2017 Are they joined to a domain? If they are, I'm thinking that a Group Policy would fix that for you. How do the others apply the script? What does the script do - set the Current User/Local Machine proxy via the registry? They are on a domain, but the IEAK settings seam to overwrite group policy. Yes, the script sets up proxy via registry (so my guess would be the IEAK settings are being applied on each login after group policy, or perhaps that registry setting is just ignored if you've built from IEAK?).
mikkydoos Posted January 12, 2017 Posted January 12, 2017 What about building a new IEAK deployment without any settings or reinstalling IE on those machines ?
mrwoberts Posted January 12, 2017 Posted January 12, 2017 Just came across this article To remove the IEAK branding, do this... The easies way to remove the Internet Explorer branding is to: 1. Press the Start button. 2. Press Run. 3. Type rundll32.exe iedkcs32.dll,Clear 4. Press OK. 5. Restart Internet Explorer 1
Cazale Posted January 12, 2017 Author Posted January 12, 2017 Thanks for that. I'll give it a go next time I'm at that school.
Cazale Posted March 29, 2017 Author Posted March 29, 2017 Just came across this article To remove the IEAK branding, do this... The easies way to remove the Internet Explorer branding is to: 1. Press the Start button. 2. Press Run. 3. Type rundll32.exe iedkcs32.dll,Clear 4. Press OK. 5. Restart Internet Explorer I forgot all about this thread. I just tested this (on one PC) and it seems to have worked after a reboot (restarting I.E., as indicated in the article, didn't pick up the changes). Do you know if that command will work if added to a login script?
mrwoberts Posted March 29, 2017 Posted March 29, 2017 I presume it will, since this is a one-off and workstation based, rather than user based. In which case, the workstation would need a reboot before it fully takes effect.
DigiBen Posted April 27, 2017 Posted April 27, 2017 I had the same problem, and I found the best solution here (http://bobbitco.com/2015/10/14/how-to-remove-old-folder-redirection-and-internet-explorer-maintenance-policies-from-gpos/) Basically just take out the reference to IEAK in the policy, in AD - It really works! Firstly you need to find the GUID of the GPO. From Group Policy Management find the GPO in question, select it and click on the Details tab. Make a note of the Unique ID. From AD Users and Computers make sure Advanced Features is turned on (View /Advanced Features). Browse the tree to System > Policies > GPO GUID (the Unique ID). Right click the GUID and select Properties. In the dialog box click the Attribute Editor tab. Scroll down and double click gPCUserExtensionNames attribute. A dialog box with a long text string appears. N.B. This lists all the Extensions associated with the user GPO. It’s difficult to edit in the small text box so I like to cut and paste the entire text into notepad, save a copy as a roll back then edit the text and paste it back, ensuring the existing text is completely replaced. Each extension is enclosed in [] square brackets. To remove Internet Explorer Maintenance Policies delete ONLY the following from gPCUserExtensionNames: [{A2E30F80-D7DE-11D2-BBDE-00C04F86AE3B}{FC715823-C5FB-11D1-9EEF-00A0C90347FF}] Ensure that all other entries in gPCUserExtensionNames remain intact in their [] brackets or you will break the GPO. Click OK and check it has worked by refreshing the GPO settings report in the GP Management console.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now