Uncheck automatically detect settings of IE

Hi
I need to uncheck only "automatically detect settings" on XP workstation.
I searched lots of Google but could not right solution.

Hi,
Thanks for your posting.
You can create a GPO, link it to a scope (Site, Domain, or OU level) which contain user account object.
Configure the GPO:
User Configuration \ Policies \ Windows Settings \ Internet Explorer Maintenance \ Connection \ Automatic Browser Configuration \uncheck “Automatically detect configuration settings”
For more and detail information, please check the simialr thread:
uncheck "use automatic configuration script" in IE LAN settings
http://social.technet.microsoft.com/Forums/en-US/05a7c683-075e-435c-8583-da8fd3559cf2/uncheck-use-automatic-configuration-script-in-ie-lan-settings
Regards.
Vivian Wang
TechNet Community Support

Similar Messages

  • Uncheck'Automatically detect settings' in Internet Explorer

    Hi All
    How to Uncheck 'Automatically detect settings' option in internet explorer using VBScript???

    You can set this in the registry, using batch or vbscript:
    HKCU/Software/Microsoft/Windows/CurrentVersion/Internet Settings/Connections/DefaultConnectionSettings
    The 9th Byte should be changed to 09, this sets the checkbox to automatically detect settings.
    I have used this to switch back between my auto-configuration script and automatically detect settings. If fast switching is what you are after I would use this approach, if you want to manage multiple computer, just push it via group policy.
    Source: https://groups.google.com/forum/?fromgroups=#!topic/microsoft.public.inetsdk.programming.scripting.vbscript/EGdKXiEcwG4
    Jaap Brasser
    http://www.jaapbrasser.com

  • IE LAN Settings: "Automatically detect settings"

    I'm currenting running Windows 7 Enterprise with IE8 and i'm having difficulty de-selecting the "Automatically detect settings" check box under LAN Settings.
    I've configured my proxy settings using a GPO under the Internet Explorer Maintenance which are applying successfully but the "Automatically detect settings" remains selected even though i have disabled "Automatically detect configuration settings".
    Can someone please help? I am trying to apply this on multipul computers so would prefer this to be done via GPO.

    Hi, Joanne
    Firstly uncheck “Automatically detect settings” at the server where you configure Group Policy.
    Or you can save below data to .reg file and input to your registry:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
    "DefaultConnectionSettings"=hex:46,00,00,00,bc,00,00,00,01,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,33,00,00,00,68,74,74,70,3a,2f,2f,73,\
    69,6e,70,72,6f,78,79,2e,66,61,72,65,61,73,74,2e,63,6f,72,70,2e,6d,69,63,72,\
    6f,73,6f,66,74,2e,63,6f,6d,2f,77,70,61,64,2e,64,61,74,9e,ac,06,29,cc,bb,cc,\
    01,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,02,00,00,00,9d,3c,3c,70,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    Then when you create GPP, it will get the registry entry value form current registry.
    In my test, the value is:
    460000000B00000001000000000000000000000000000000000000000000000020B9952FC3BBCC0100000000000000000000000002000000170000000000000000000000000000000000000000000001000000001C00000000000000000000000000000000200000002000000010000001000000ED0300000906020008000000000000000000000000000000000000000000000000000000000000000000000000000000FFFFFFFFC0B0EAF9D426D011BBBF00AA006C34E4020000000A000066000000000000000000B55700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    Lawrence
    TechNet Community Support

  • IE, Disable 'Automatically Detect Settings' Via GPO

    Hi guys,
    We have recently been having a small problem with IE, whereby the 'automatically detect settings' check box will get ticked - resulting in our users not being able to traverse our proxy server.
    I use the User Configuration > Policies > Windows Settings > IE Maintenance > Connection to set up our proxy settings, however I can't see an option to explicitly disable the 'automatically detect settings' check box.
    Is this located somewhere else in an admin template, or am I simply missing an option that is right in front of me?
    Thanks.
    Glen

    here is a script that does the trick: source
    http://www.craig-tolley.co.uk/2011/08/30/disable-automatically-detect-settings-in-internet-explorer/
    Option Explicit
    On Error Resume Next
    'Create a constant for the HKEY_CURRENT_USER object
    Const HKCU = &H80000001
    'Define variables
    Dim strComputer
    Dim strRegistryKey
    Dim objRegistry
    Dim strRegistryValue
    DIm binValue
    strComputer = "."
    strRegistryKey = "Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections"
    strRegistryValue = "DefaultConnectionSettings"
    'Connect to the Registry
    Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")
    'Retrieve the current settings.
    objRegistry.GetBinaryValue HKCU, strRegistryKey, strRegistryValue, binValue
    'Change the 'Automatically detect settings' box to unticked
    binValue(8) = 05
    'binValue(8) = 13 - Enable this line to check the box instead of uncheck
    'Save the changes
    objRegistry.SetBinaryValue HKCU, strRegistryKey, strRegistryValue, binValue

  • Netsh and Automatically Detect settings

    Hi All,
    I have 'Automatically detect settings' checked in IE and the browser is picking the wpad file as expected. Having said that, I have been unsuccessful trying to set this proxy setting on a system wide level using netsh.
    I have executed the following command in netsh: "winhttp import proxy source=ie"
    I would have expected netsh to pick up the proxy from the auto detect settings but unfortunately no proxy is set as a result of executing that netsh command. Strange enough, if I were to set the proxy settings manually in IE, the netsh import command would
    pick this change and set the proxy successfully.
    Please note that I have attempted this on Windows XP and Windows 7 (using both 32 and 64 versions of netsh) and the 'winhttp import source=ie' only works on XP when automatically detect settings is set in IE.
    Any reason why netsh isn't picking up my auto detect settings on Win7?
    Thanks
    mskh

    Hi,
    Please make sure to follow guide in the following link to manually configure proxy settings with netsh
    Netsh Commands for Windows Hypertext Transfer Protocol (WINHTTP)
    http://technet.microsoft.com/en-us/library/cc731131(v=ws.10).aspx#BKMK_5
    Example in the link below can also be helpful
    http://support2.microsoft.com/kb/900935
    Or configure the proxy settings via registry if you want to global control this setting
    http://support2.microsoft.com/kb/819961
    Yolanda Zhu
    TechNet Community Support

  • TS1814 I followed the instructions that were mentioned here and the "automatically detect settings" box was aleady marked with a "V".

    What should I do in order to update my software (ipad 2)?
    Thanks for your help.

    Okay.
    On rare occasions I've sseen the error caused by LSP trouble. To check on that, see the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store

  • IE8 Automatic detect setting uncheck

    Hi All,
    I need your help to uncheck  the IE automatic detect settings via GPO, already i have configred my GPO, which i havent enabled the automatic detect settings. But still my users are not able to browse the intranet pages due to this setting enabled automatically
    in the IE8. Kindly help me how to fix this issue, as i have gone through so many forums, but i couldnt get a solid answer for this.

    Hi,
    Sorry, I misunderstand your posting before.
    Okey, now please check the GPO version through Group Policy Management console\GPO preperties\Details tab\, make sure user version (AD) and (Sysvol) has the same version.
    Generate a Group Policy result for a user through Group Policy Management Console, check applied user GPO, check whether the GPO version.
    Go back to GPO, edit the GPO settings, check “Automatically detect configuration settings”, save it, GPO version will update.
    Once again, go back to GPO, edit GPO settings, uncheck “Automatically detect configuration settings”, save it, GPO version will update.
    On your client computer, run Gpupdate /force to apply modified GPO and check the result.
    If still don’t work, you may use group policy to modify registry to uncheck that option.
    HEY_CURRENT_USER\Software\Microsoft\Windows\Currentversion\Internet Settings\Connection
    Get a module value from a computer which “Automatically detect configuration settings” is unchecked.
    For more information please refer to following MS articles:
    The Automatically Detect Settings feature is turned on even with restricted access in Internet Explorer 6
    http://support.microsoft.com/kb/830849
    Lawrence
    TechNet Community Support

  • Turn off Auto Detect Settings in IE using GPO

    As a follow-up on some kind of bug in sharepoint ( http://social.technet.microsoft.com/Forums/en/sharepointgeneral/thread/f3dbe651-be99-491b-8c6c-fc4792ae0b22 ) I need to turn off Auto detect settings in IE on all my clients, as this speeds up sharepoint
    on many clients.
    "The Internet Explorer Maintenance settings can be set in two modes: policy mode (to enable by Computer Configuration\Administrative Templates\System\Group Policy\Internet Explorer Maintenance policy processing) or preference mode(to enable by right-clicking
    Internet Explorer Maintenance)." (snipped from http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/57d81da5-de30-4930-8649-197d204b2a6c )
    Well, I have problem configuring Automatically detect settings. I have no trouble changing other parts of the same policy (changes are applied to all my computers), e.g. trusted sites and such. However I cannot turn off Auto Detect settings. I wonder if unchecking
    Auto Detect Settings really means "no change"/unconfigured?
    Is the only option then to use a hardcoded reg change?
    HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\ControlPanel\Autoconfig ?

    As of IE10/11, this should be set in Group Policy Preferences:  [https://msdn.microsoft.com/en-us/library/dn338129.aspx]
    User Configuration
       └ Preferences
          └ Control Panel Settings
             └ Internet Settings
    Create a new IE10 configuration.
    Remember you can enable or disable these settings within a preference item by pressing function keys:
    F5
    Enable all settings on the current tab.
    F6
    Enable the currently selected setting.
    F7
    Disable the currently selected setting.
    F8
    Disable all settings on the current tab.

  • Cannot update iPod software even after setting automatic detection

    Hi, I've been trying to update the software on my 5th gen iPod but to no avail. I've recently bought the pod and just installed iTunes. It informed me that an update was available for the iPod but I can't get it! Everytime I click on Update in the Version section on iTunes, it says "iTunes could not contact the iPod software update server because you are not connected to the internet....Make sure you internet connection is active and try again". The connection is active and i've even tried the method in the hot topics support section telling you to go to 'LAN settings' under the 'Connections' tab in Internet Options and under Automatic Configuration, set it to 'Automatically Detect settings' but this has still not worked. Can someone please help me as this is doing my head in?!!!

    yea... something like that is happening to me... when i try to update it (with itunes 7) it says that my firmware is "corrupt".... i dont know what this means because it had no problem updating b4... and no i didnt try to put linux or anything on it. it just wont update.
    and if anyone knows.... y does my itunes symbol look like a picture with a camera in the corner... i just downloaded itunes 7 to my friend's computer and it looks just like last itunes but instead of a green music note infront of a cd... its a blue music note infront of a cd... and when i plugged my ipod into his computer it said that my ipod is up to date.... y is that?

  • Sites work using manual proxy but not with automatic detect

    I asked this in the ISA forum but they said since the WPAD file isn't generated by ISA to cross-post over here.
    We have an ISA 2006 build 5.0.5712 operating as our web proxy. We have WPAD configured both in DNS and in DHCP to point to this ISA server. There are two sites (rentsentinel.com and epmsonline.com) which when we use the 'Automatically detect settings' option
    in IE8, it either gives red X's in part of the homepage (rentsentinel), or doesn't show the page at all (epms). If we manually specify the proxy settings for this same server, it works fine. It would also appear that one can browse fine on random sites, but
    once we attempt to browse to one of these two sites,  that further browsing to other sites no longer works, even those we visited in the same browsing session.
    If I manually specify the http://wpad/wpad.dat file in the config field, no change in behavior. But if I use that same entry in Firefox, both websites render fine. Our wpad.dat is included below, with our internal domain
    name switched to domain.com.
    I'm looking for help on getting these sites working correctly with automatic detection. Thanks!
    //Copyright (c) 1997-2006 Microsoft Corporation
    BackupRoute="DIRECT";
    UseDirectForLocal=true;
    function MakeIPs(){
    this[0]="127.0.0.0";
    this[1]="255.0.0.0";
    this[2]="127.0.0.1";
    this[3]="255.255.255.255";
    this[4]="159.10.3.201";
    this[5]="255.255.255.255";
    this[6]="159.10.3.202";
    this[7]="255.255.255.254";
    this[8]="159.10.3.204";
    this[9]="255.255.255.252";
    this[10]="159.10.3.208";
    this[11]="255.255.255.254";
    this[12]="64.244.122.129";
    this[13]="255.255.255.255";
    this[14]="66.45.70.181";
    this[15]="255.255.255.255";
    this[16]="10.0.0.0";
    this[17]="255.0.0.0";
    this[18]="128.0.0.0";
    this[19]="192.0.0.0";
    this[20]="192.0.0.0";
    this[21]="224.0.0.0";
    this[22]="240.0.0.0";
    this[23]="248.0.0.0";
    this[24]="248.0.0.0";
    this[25]="252.0.0.0";
    this[26]="252.0.0.0";
    this[27]="254.0.0.0";
    this[28]="254.0.0.0";
    this[29]="255.0.0.0";
    this[30]="255.0.0.0";
    this[31]="255.128.0.0";
    this[32]="255.128.0.0";
    this[33]="255.192.0.0";
    this[34]="255.192.0.0";
    this[35]="255.224.0.0";
    this[36]="255.224.0.0";
    this[37]="255.240.0.0";
    this[38]="255.240.0.0";
    this[39]="255.248.0.0";
    this[40]="255.248.0.0";
    this[41]="255.252.0.0";
    this[42]="255.252.0.0";
    this[43]="255.254.0.0";
    this[44]="255.254.0.0";
    this[45]="255.255.0.0";
    this[46]="255.255.0.0";
    this[47]="255.255.128.0";
    this[48]="255.255.128.0";
    this[49]="255.255.192.0";
    this[50]="255.255.192.0";
    this[51]="255.255.224.0";
    this[52]="255.255.224.0";
    this[53]="255.255.240.0";
    this[54]="255.255.240.0";
    this[55]="255.255.248.0";
    this[56]="255.255.248.0";
    this[57]="255.255.252.0";
    this[58]="255.255.252.0";
    this[59]="255.255.254.0";
    this[60]="255.255.254.0";
    this[61]="255.255.255.0";
    this[62]="255.255.255.0";
    this[63]="255.255.255.128";
    this[64]="255.255.255.128";
    this[65]="255.255.255.192";
    this[66]="255.255.255.192";
    this[67]="255.255.255.224";
    this[68]="255.255.255.224";
    this[69]="255.255.255.240";
    this[70]="255.255.255.240";
    this[71]="255.255.255.248";
    this[72]="255.255.255.248";
    this[73]="255.255.255.252";
    this[74]="255.255.255.252";
    this[75]="255.255.255.254";
    this[76]="255.255.255.254";
    this[77]="255.255.255.255";
    DirectIPs=new MakeIPs();
    cDirectIPs=78;
    function MakeCARPExceptions(){
    CARPExceptions=new MakeCARPExceptions();
    cCARPExceptions=0;
    function MakeNames(){
    this[0]="gracehill.com";
    this[1]="*.cna.com";
    this[2]="*.itsolutions.com";
    this[3]="*.rentsentinel.com";
    this[4]="domain.com";
    DirectNames=new MakeNames();
    cDirectNames=5;
    HttpPort="8080";
    cNodes=1;
    function MakeProxies(){
    this[0]=new Node("hades-1.domain.com",0,1.000000);
    Proxies = new MakeProxies();
    function Node(name, hash, load){
    this.name = name;
    this.hash = hash;
    this.load = load;
    this.score = 0;
    return this;
    function FindProxyForURL(url, host){
    var hash=0, urllower, i, fIp=false, ip, nocarp=false, skiphost=false;
    var list="", pl, j, score, ibest, bestscore;
    urllower = url.toLowerCase();
    if((urllower.substring(0,5)=="rtsp:") ||
    (urllower.substring(0,6)=="rtspt:") ||
    (urllower.substring(0,6)=="rtspu:") ||
    (urllower.substring(0,4)=="mms:") ||
    (urllower.substring(0,5)=="mmst:") ||
    (urllower.substring(0,5)=="mmsu:"))
    return "DIRECT";
    if(UseDirectForLocal){
    if(isPlainHostName(host))
    fIp = true;}
    for(i=0; i<cDirectNames; i++){
    if(shExpMatch(host, DirectNames[i])){
    fIp = true;
    break;}
    if(shExpMatch(url, DirectNames[i]))
    return "DIRECT";
    if(cDirectIPs == 0){
    if(fIp)
    return "DIRECT";}
    else{
    ip = host;
    if(fIp)
    ip = dnsResolve(host);
    var isIpAddr = /^(\d+.){3}\d+$/;
    if(isIpAddr.test(ip)){
    for(i=0; i<cDirectIPs; i += 2){
    if(isInNet(ip, DirectIPs[i], DirectIPs[i+1]))
    return "DIRECT";}}
    else if(isPlainHostName(host))
    return "DIRECT";
    if(cCARPExceptions > 0){
    for(i = 0; i < cCARPExceptions; i++){
    if(shExpMatch(host, CARPExceptions[i])){
    nocarp = true;}
    if(shExpMatch(url, CARPExceptions[i])){
    nocarp = true;
    skiphost = true;
    break;
    if(!skiphost)
    hash = HashString(host,hash);
    if(nocarp)
    hash = HashString(myIpAddress(), hash);
    pl = new Array();
    for(i = 0; i<cNodes; i++){
    Proxies[i].score = Proxies[i].load * Scramble(hash ^ Proxies[i].hash);
    pl[i] = i;
    for(j = 0; j < cNodes; j++){
    bestscore = -1;
    for(i = 0; i < cNodes-j; i++){
    score = Proxies[pl[i]].score;
    if(score > bestscore){
    bestscore = score;
    ibest = i;
    list = list + "PROXY " + Proxies[pl[ibest]].name + ":" + HttpPort + "; ";
    pl[ibest] = pl[cNodes-j-1];
    list = list + BackupRoute;
    return list;
    var h_tbl = new Array(0,0x10D01913,0x21A03226,0x31702B35,0x4340644C,0x53907D5F,0x62E0566A,0x72304F79,0x8680C898,0x9650D18B,0xA720FABE,0xB7F0E3AD,0xC5C0ACD4,0xD510B5C7,0xE4609EF2,0xF4B087E1);
    function HashString(str, h){
    for(var i=0; i<str.length; i++){
    var c = str.charAt(i);
    if(c ==':' || c == '/') break;
    c = CharToAscii(c.toLowerCase());
    h = (h >>> 4) ^ h_tbl[(h ^ c) & 15];
    h = (h >>> 4) ^ h_tbl[(h ^ (c>>>4)) & 15];
    h = MakeInt(h);
    return h;
    function Scramble(h){
    h += ((h & 0xffff) * 0x1965) + ((((h >> 16) & 0xffff) * 0x1965) << 16) + (((h & 0xffff) * 0x6253) << 16);
    h = MakeInt(h);
    h += (((h & 0x7ff) << 21) | ((h >> 11) & 0x1fffff));
    return MakeInt(h);
    var Chars =" !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€???????????Ž????????????ž? ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ ";
    function CharToAscii(c){
    return Chars.indexOf(c) + 32;
    function MakeInt(x){
    x %= 4294967296;
    if(x < 0)
    x += 4294967296;
    return x;

    Hi,
    Sorry for the late response.
    Since the issue is complex and difficulty to troublshooting, we discussed for some time corssing the specialty. Here is some direction we may let you know to do further troubleshooting:
    capture network trace to confirm whats happening across the wire.
    confirm the wpad.dat is the expected.
    If you have any difficulty when doing this, we suggest you to contact with IT Pro Support via the link below:
    http://technet.microsoft.com/en-us/ms772425?WT.mc_id=SMCfoot_ENUS_TEXT
    I think it can help you define the root cause via some deeper tools due to the complicated symptom you have.
    I appreciate your understanding and time.
    Best Regards,
    Annie Gu

  • Mail does not retain correct external server path for Exchange Server '07 even when "automatically detect and maintain account settings" is unchecked. Advice?

    Mail keeps resetting the external server path for an Exchange server '07 account when the program is closed and reopened. This happens even though "automatically detect and maintain account settings" is unchecked. To reset to the correct setting I need to disable the account, make the change and save with the account disabled, close Mail, reopen Mail, and enable the account. Then the settings are maintained and Mail works great... until Mail is closed and reopened again. At that point the server path reverts to an incorrect setting. Anyone else experiencing this? Advice? I don't think this is a problem with the Exchange server because this problem did not happen with OS X Mavericks.

    This this to fix repeated password requests....
    Open Keychain Access in Applications/Utilities
    Search for your Dreamhost accounts. There should be two entries (incoming, outgoing) for each account.
    It's not uncommon to find old entries. You might want to delete all and start clean.The Keychain isn't smart and will keep all old entries when you add/change a password.
    While you are in the Keychain run Keychain First Aid, Under Keychain Access in the Menu bar.
    Open Mail
    Open Connection Doctor.
    If you see red for the account, enter the password again.
    If you continue to have problems, delete the account then add it back.

  • Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this?  FYI...under settings i

    Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this?  FYI...under settings i

    If you are missing using google maps - try the Nokia map app called "here"

  • Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this? FYI...under settings i have it set at "Use new precise locations from my device."

    Hi. I am using the iPhone 4S and when I'm searching for places using Google it does not automatically detect my location. How do I change this? FYI...under settings i have it set at "Use new precise locations from my device."

    If you are missing using google maps - try the Nokia map app called "here"

  • My iPhone automaticly detects a new time zone, but updates the time wrong.

    The time back home is 22.00, and the time here is 20.00. It detects the right time zone when I check in the settings, but my iPhone and iPad, my boyfriends iPhone and iPad all show 21.00 as the time. I have tried reseting it, but doesnt help. Any suggestions?

    Do you have the iPhone set to adjust the Date & Time automatically in Settings > General > Date & Time? If you do and it's wrong, you'll want to contact your carrier because the automatic time is provided by them.
    If that isn't it, this Apple doc might help -> iOS: Troubleshooting issues with date and time

  • Fax detect settings mx459

    Hi, has anyone else had issue with fax detect settings on these units?  I set it up to automatically detect which it will do, unfortunately it also squeals upon every single call you take about ten seconds into it....I either can bear with that or disable it to manual in which i miss all the faxes i get unless i notice them coming in....I also have an answering machine on this phone line just  for more info.   Anyone have any luck getting it set up to receive without the annoyances while talking on normal calls?  Tried every different combination of setting on the device, followed the instructions in the manual and it still does the squealing when i take calls unless i put it on manual reception...

    Hello mansfileddairy,
    Setting the User-Friendly RX setting of the printer to ON may resolve the issue you are experiencing.  To do this, please follow these steps:
    Make sure that the machine is turned on.
    Press the FAX button.  The Fax standby screen is displayed.
    Press the Menu button.  The FAX menu screen is displayed.
    Use the  button to select Receive mode set, then press the OK button.
    Use the  button to select the TEL PRIORITY receive mode, then press the OK button.  The confirmation screen asking whether to make advanced settings is displayed.
    Use the  button to select Yes, then press the OK button.
    Use the  button to select USER FRIENDLY RX, then press the OK button.
    Use the  button to specify the ON setting, then press the OK button.  The LCD returns to the Fax standby screen after you finish specifying all settings.
    Hope this helps!
    This didn't answer your question or issue?  Find more help at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for