Share via

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

Anonymous
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 for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade

2 answers

Sort by: Most helpful
  1. Anonymous
    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 ?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. S.Sengupta 30,891 Reputation points MVP Volunteer Moderator
    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.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.