Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 12:17 AM
Hello,
I need some help with converting a registry patch into an installer. Here is the patch:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING]
"iexplore.exe"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING]
"iexplore.exe"=dword:00000001
I have looked at many examples but I am not sure about any switches that need to be in place. Thank you in advance for any assistance you can give.
I need some help with converting a registry patch into an installer. Here is the patch:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING]
"iexplore.exe"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING]
"iexplore.exe"=dword:00000001
I have looked at many examples but I am not sure about any switches that need to be in place. Thank you in advance for any assistance you can give.
Labels:
- Labels:
-
General Discussion
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 09:41 AM
If you create a registry patch you should be able to execute it using a cmd command in a deployment package.
If you want some more information on deployment packages go through this knowledgebase category: https://www.lansweeper.com/kb/category/21/Deploying%20software%20and%20other%20changes.html
If you want some more information on deployment packages go through this knowledgebase category: https://www.lansweeper.com/kb/category/21/Deploying%20software%20and%20other%20changes.html