AutoDetect Registry key setting to disable automatically detect settings not staying in Windows 10 2021 LTSC OS

Vimal Raj 130 Reputation points
2024-04-22T13:13:57.0133333+00:00

Registry key setting to disable automatically detect settings in Internet Options window gets cleared after adding in Windows 10 2021 LTSC OS when used in a batch script along with few other reg key commands.

REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoDetect /t REG_DWORD /d 0 /f.

But when adding the key manually running the above command works and stays there.

Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
464 questions
{count} vote

2 answers

Sort by: Most helpful
  1. S.Sengupta 16,691 Reputation points MVP
    2024-05-10T02:16:36.0033333+00:00

    Open Command Prompt as Admin, type the following command and press Enter:

    gpresult /r
    
    

    This command will display the Resultant Set of Policy (RSoP) for the current user and computer.

    0 comments No comments

  2. Vimal Raj 130 Reputation points
    2024-05-14T13:51:07.14+00:00

    Hi, yes I got the Applied Group policies. I have a computer policy applied but that doesn't have anything related to AutoDetect settings. It is just minimal settings that we have. Any other things that I need to look into ?

    0 comments No comments