Asked by:
Advanced Tab of Internet Options change registry key with PowerShell

Question
-
Hi everyone,
I want to uncheck “Check for Server Certificate Revocation ” and checked all tsl/ssl in the Advanced Tab of Internet Options with a PowerShell command.
I searched Google but did’t find anything.
Please help me.
Thank you.Monday, May 6, 2019 4:23 AM
All replies
-
This is normally set using Group Policy. Post in GP forum to get help.
This Forum is for Scripting Questions Rather than script requests
Microsoft Virtual Academy - Getting Started with Microsoft PowerShell
\_(ツ)_/
Monday, May 6, 2019 11:18 AM -
Hi,
Thanks for your question.
You can try to set the IE advanced option by the GPO as Jrv said.
To get to this policy, you will go to User Configuration\Preferences\Control Panel Settings\Internet Explorer.
From this location you can add in policies for all the appropriate versions of IE.
More information, please refer the link below:
http://techgenix.com/configuring-advanced-ie-settings-using-group-policy/
Best regards,
Just do it.
Tuesday, May 7, 2019 1:53 AM -
Hi Everyone.
I figured out how to solve this problem.
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2" -Name 2301 -Value 3 -Type DWORD -Force
Thank you so much.- Proposed as answer by LeeSeenLiMicrosoft contingent staff Friday, May 31, 2019 6:44 AM
Tuesday, May 7, 2019 2:05 PM -
This will not work if GP is protecting IE. It can be set but it won't change the GP enforced behavior.
\_(ツ)_/
- Proposed as answer by LeeSeenLiMicrosoft contingent staff Friday, May 31, 2019 6:44 AM
Tuesday, May 7, 2019 2:20 PM -
Run process monitor with the filter "category = write". Then see what gets modified in the registry when you change it in the gui.
- Proposed as answer by LeeSeenLiMicrosoft contingent staff Friday, May 31, 2019 6:44 AM
Tuesday, May 7, 2019 2:24 PM -
Hi,
Was your issue resolved?
If you resolved it using our solution, please "mark it as answer" to help other community members find the helpful reply quickly.
If you resolve it using your own solution, please share your experience and solution here. It will be very beneficial for other community members who have similar questions.
If no, please reply and tell us the current situation in order to provide further help.
Best Regards,
Lee
Just do it.
Friday, May 31, 2019 6:44 AM -
Can you explain how to use sysinternals process Monitor to see what registry key is changed?
Thanks,
Keith
Thursday, July 30, 2020 8:02 PM