Windows registry settings
| Windows Registry Editor Version 5.00 (settings-ie) | Purpose | |
|---|---|---|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1] @="" |
; Local intranet | |
| "1400"=dword:00000000 | ; Internet Option - Security - Custom level - Scripting: Active scripting | |
| "2500"=dword:00000003 | ; Internet Option - Privacy - Turn on Protected Mode [Vista only setting] | |
| "1809"=dword:00000003 | ; Internet Option - Security - Custom level - Miscellaneous: Don't use Pop-up Blocker | |
| "1402"=dword:00000000 | ; Internet Option - Security - Custom level - Scripting: Scripting of Java applets | |
| "1605"=dword:00000000 | ; Internet Option - Security - Custom level - Run Java | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2] @="" |
; Trusted sites | |
| "1400"=dword:00000000 | ; Internet Option - Security - Custom level - Scripting: Active scripting | |
| "1809"=dword:00000003 | ; Internet Option - Security - Custom level - Miscellaneous: Don't use Pop-up Blocker | |
| "1402"=dword:00000000 | ; Internet Option - Security - Custom level - Scripting: Scripting of Java applets | |
| "1605"=dword:00000000 | ; Internet Option - Security - Custom level - Run Java | |
| "2500"=dword:00000003 | ; Internet Option - Privacy - Turn on Protected Mode [Vista only setting] | |
| "1A10"=dword:00000000 | ; Internet Option - Privacy - Accept all Cookies | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] @="" |
; Internet | |
| "1400"=dword:00000000 | ; Internet Option - Security - Custom level - Scripting: Active scripting | |
| "2500"=dword:00000003 | ; Internet Option - Privacy - Turn on Protected Mode [Vista only setting] | |
| "1809"=dword:00000003 | ; Internet Option - Security - Custom level - Miscellaneous: Don't use Pop-up Blocker | |
| "1402"=dword:00000000 | ; Internet Option - Security - Custom level - Scripting: Scripting of Java applets | |
| "1605"=dword:00000000 | ; Internet Option - Security - Custom level - Run Java | |
| "1A10"=dword:0000000 | ; Accept all Cookies | |
| "1601"=dword:00000000 | ; Disable modal dialog - When you send information to the Internet, it might be possible for others to see that. | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4] @="" |
; Restricted sites | |
| "1400"=dword:00000000 | ; Internet Option - Security - Custom level - Scripting: Active scripting | |
| "2500"=dword:00000003 | ; Internet Option - Privacy - Turn on Protected Mode [Vista only setting] | |
| "1809"=dword:00000003 | ; Internet Option - Security - Custom level - Miscellaneous: Don't use Pop-up Blocker | |
| "1402"=dword:00000000 | ; Internet Option - Security - Custom level - Scripting: Scripting of Java applets | |
| "1605"=dword:00000000 | ; Internet Option - Security - Custom level - Run Java | |
| "1A10"=dword:00000000 | ; Accept all Cookies | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] | ||
| "WarnonZoneCrossing"=dword:00000000 | ; Internet Option - Advanced - Warn if changing between secure and not secure mode | |
| [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\DontShowMeThisDialogAgain] | ||
| "DisplayTrustAlertDlg"=dword:00000000 | ; Enhanced security dialog box is not displayed. |
|
| [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Zoom] | ||
| "ResetZoomOnStartup2"=dword:00000001 | ; Internet Option - Advanced - Reset zoom level for new windows and tabs | Required by Selenium IE Driver https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver |
| "ResetTextSizeOnStartup"=dword:00000001 | ; Internet Option - Advanced - Reset text size for new windows and tabs | Required by Selenium IE Driver https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver |
| "ZoomFactor"=dword:000186a0 | ; set zoom to 100% | Required by Selenium IE Driver https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver |
| [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing] | ||
| "WarnOnClose"=dword:00000000 | ; Internet Option - General - Tabs - CloseAllTabs | Required for consistent behaviour of IE across all the sessions. |
| "PopupsUseNewWindow"=dword:00000002 | ; Internet Option - General - Tabs - Always open pop-ups in a new tab | Required for consistent behaviour of IE across all the sessions. |
| [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] | ||
| "TabProcGrowth"="0" | ; TabProcGrowth=0 : tabs and frames run within the same process | Required by Selenium IE Driver https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver |
| "Enable Browser Extensions"="yes" | ; Internet Option - Advanced - Enable 3rd-party browser extensions | |
| "NoProtectedModeBanner"=dword:00000001 | ; Don't show warning | Required for consistent behaviour of IE across all the sessions. |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE] | ||
| "iexplore.exe"=dword:00000000 | ; For IE 11 only, you will need to set a registry entry on the target computer so that the driver can maintain a connection to the instance of Internet Explorer it creates (x32). | Required by Selenium IE Driver https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BFCACHE] | ||
| "iexplore.exe"=dword:00000000 | ; For IE 11 only, you will need to set a registry entry on the target computer so that the driver can maintain a connection to the instance of Internet Explorer it creates (x64). | Required by Selenium IE Driver https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver |
| [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows] | ||
| "PopupMgr"=dword:00000000 | ; Disable pop-up blocker |
|
| [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Safety\PrivacIE] | ||
| "DisableToolbars"=dword:00000000 | ; Internet Option - Privacy - InPrivate | |
| [HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main] | ||
| "DisableFirstRunCustomize"=dword:00000002 | ; Disable first run recomend setting | Required for consistent behaviour of IE across all the sessions. |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main] | ||
| "DisableFirstRunCustomize"=- | ; Disable first run recommended settings | Required for consistent behaviour of IE across all the sessions. |
| Windows Registry Editor Version 5.00 (settings-rdp) | Purpose | |
|---|---|---|
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] | ||
| "PerSessionTempDir"=dword:00000000 | ; Each user session receives its own temporary directory. It is off. |
Java application automation (JVM Agent, JVM Inspector) relies on information written by Java into temp folder (information about pids). By default information for user session is written in its own temp folder - modification prevents that. |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Terminal Server Client] | ||
| "RemoteDesktop_SuppressWhenMinimized"=dword:00000002 | ; Minimizing the Remote Desktop window causes the Windows operating system to switch the remote session to GUI-less mode. It is off. For all users x64 |
Fixing default Remote Desktop Window behaviour so that GUI mode remains after minimizing. |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client] | ||
| "RemoteDesktop_SuppressWhenMinimized"=dword:00000002 | ; Minimizing the Remote Desktop window causes the Windows operating system to switch the remote session to GUI-less mode. It is off. For all users x32 | Fixing default Remote Desktop Window behaviour so that GUI mode remains after minimizing. |
| [HKEY_CURRENT_USER\SOFTWARE\Wow6432Node\Microsoft\Terminal Server Client] | ||
| "RemoteDesktop_SuppressWhenMinimized"=dword:00000002 | ; Minimizing the Remote Desktop window causes the Windows operating system to switch the remote session to GUI-less mode. It is off. For user x64 | Fixing default Remote Desktop Window behaviour so that GUI mode remains after minimizing. |
| [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Terminal Server Client] | ||
| "RemoteDesktop_SuppressWhenMinimized"=dword:00000002 | ; Minimizing the Remote Desktop window causes the Windows operating system to switch the remote session to GUI-less mode. It is off. For user x32 | Fixing default Remote Desktop Window behaviour so that GUI mode remains after minimizing. |
| Windows Registry Editor Version 5.00 (settings-cmd) | Purpose | |
|---|---|---|
| [HKEY_CURRENT_USER\Console] | ||
| "QuickEdit"=dword:00000000 | Disable Quick Edit Mode by default for command line |
Quick Edit Mode in console often results in paused rpa hub/node processes. Should be disabled by default. |
| [HKEY_CURRENT_USER\Console\%SystemRoot%_System32_cmd.exe] | ||
| "QuickEdit"=dword:00000000 | Disable Quick Edit Mode by default for command line |
Quick Edit Mode in console often results in paused rpa hub/node processes. Should be disabled by default. |
| [HKEY_CURRENT_USER\Console\%SystemRoot%_SysWOW64_cmd.exe] | ||
| "QuickEdit"=dword:00000000 | Disable Quick Edit Mode by default for command line | Quick Edit Mode in console often results in paused rpa hub/node processes. Should be disabled by default. |