Skip to content

Commit

Permalink
removed some IE tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 authored Jun 28, 2023
1 parent e6c5263 commit 910d561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ actions:
- !registryValue: {path: 'HKLM\Software\Policies\Microsoft\Internet Explorer', value: 'DisableFlashInIE', type: REG_DWORD, data: '1'}
# === Turn off the Security Settings Check feature - Enabled
# ------> Disables the bottom bar saying "Your current security settings put your computer at risk."
- !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Security', value: 'DisableSecuritySettingsCheck', type: REG_DWORD, data: '1'}
- !registryValue: {path: 'HKLM\Software\Policies\Microsoft\Internet Explorer\Security', value: 'DisableSecuritySettingsCheck', type: REG_DWORD, data: '1'}
# - !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Security', value: 'DisableSecuritySettingsCheck', type: REG_DWORD, data: '1'}
# - !registryValue: {path: 'HKLM\Software\Policies\Microsoft\Internet Explorer\Security', value: 'DisableSecuritySettingsCheck', type: REG_DWORD, data: '1'}
# === Turn off the Security Settings Check feature - Enabled
# ------> Disables the bottom bar saying "Your current security settings put your computer at risk."
- !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Security', value: 'DisableFixSecuritySettings', type: REG_DWORD, data: '1'}
- !registryValue: {path: 'HKLM\Software\Policies\Microsoft\Internet Explorer\Security', value: 'DisableFixSecuritySettings', type: REG_DWORD, data: '1'}
# - !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Security', value: 'DisableFixSecuritySettings', type: REG_DWORD, data: '1'}
# - !registryValue: {path: 'HKLM\Software\Policies\Microsoft\Internet Explorer\Security', value: 'DisableFixSecuritySettings', type: REG_DWORD, data: '1'}
# === Check for signatures on downloaded programs - Disabled
- !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Download', value: 'CheckExeSignatures', type: REG_SZ, data: 'no'}
# - !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Download', value: 'CheckExeSignatures', type: REG_SZ, data: 'no'}
# === Allow software to run or install even if the signature is invalid - Disabled
- !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Download', value: 'RunInvalidSignatures', type: REG_DWORD, data: '0'}
# === Always send Do Not Track header - Enabled
Expand Down Expand Up @@ -137,8 +137,8 @@ actions:
- !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Privacy', value: 'EnableInPrivateBrowsing', type: REG_DWORD, data: '1'}
- !registryValue: {path: 'HKLM\Software\Policies\Microsoft\Internet Explorer\Privacy', value: 'EnableInPrivateBrowsing', type: REG_DWORD, data: '1'}
# === Allow deleting browsing history on exit - Enabled
- !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Privacy', value: 'ClearBrowsingHistoryOnExit', type: REG_DWORD, data: '1'}
- !registryValue: {path: 'HKLM\Software\Policies\Microsoft\Internet Explorer\Privacy', value: 'ClearBrowsingHistoryOnExit', type: REG_DWORD, data: '1'}
# - !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Internet Explorer\Privacy', value: 'ClearBrowsingHistoryOnExit', type: REG_DWORD, data: '1'}
# - !registryValue: {path: 'HKLM\Software\Policies\Microsoft\Internet Explorer\Privacy', value: 'ClearBrowsingHistoryOnExit', type: REG_DWORD, data: '1'}
# === Empty Temporary Internet Files folder when browser is closed - Enabled
# ------> https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.InternetExplorer::Advanced_TemporaryInternetFiles
- !registryValue: {path: 'HKCU\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Cache', value: 'Persistent', type: REG_DWORD, data: '0'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ privilege: TrustedInstaller
actions:

# === Hide stripped components from Settings - Windows Updates
# ------> IsWUHidden doesn't exist in Windows, but it is added for detection purposes TODO deprecate IsWUHidden
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer', value: 'SettingsPageVisibility', type: REG_SZ, data: 'hide:cortana;privacy-automaticfiledownloads;privacy-feedback;windowsinsider;windowsupdate'}
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer', value: 'IsWUHidden', type: REG_DWORD, data: '1'}
# - !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer', value: 'IsWUHidden', type: REG_DWORD, data: '1'}
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings', value: 'TrayIconVisibility', type: REG_DWORD, data: '0'}
# ==============
# === System ===
Expand Down

0 comments on commit 910d561

Please sign in to comment.