Code Monkey home page Code Monkey logo

home-security-by-os-hardening's Introduction

Home-Security-by-OS-Hardening

Description on how I configured the installation and Security of Windows Home and Pro, and how I keep it fit for use and purpose.

Operating Sysmens

Licensing

All the licensing and copyrights of any of the code and applications belong to their respective owners. All other coding falls under the MIT-license: https://github.com/teusink/Home-Security-by-OS-Hardening/blob/master/LICENSE

Feel free to remake, reshape and reuse whatever you like or need.

home-security-by-os-hardening's People

Contributors

teusink avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

home-security-by-os-hardening's Issues

Add word of thanks

Add word of thanks for:

  • Center for Internet Security (CIS)
  • getadmx.com

Check the for now excluded parts of CIS benchmark

Check the for now excluded parts of CIS benchmark

They are excluded due to being Windows 10 Home, but let's check everything just to be sure.

  • Windows Firewall
  • Local Administrator Password Solution (LAPS)
  • BitLocker Drive Encryption
  • Microsoft Solutions for Security (MSS) (Legacy)
  • Security Compliance Manager (SCM)
  • Windows Connection Manager (WCM)
  • Audit Process Creation
  • Early Launch Antimalware
  • Group Policy
  • Sleep Settings
  • Remote Assistance
  • Remote Desktop Services (formerly Terminal Services) & RemoteFX USB Device Redirection
  • Remote Procedure Call (RPC)
  • Application, Security, Setup and System Event Log Service
  • Previous Versions
  • Microsoft Edge
  • OneDrive
  • RSS Feeds
  • Cortana
  • Windows Store
  • Windows Game Recording and Broadcasting
  • Windows Ink Workspace
  • Windows Installer
  • Windows PowerShell
  • Windows Remote Management (WinRM) Client, Server & Service
  • Defer Windows Updates

EncryptionMethodWithXtsFdv not specified & Limit Direct Memory Access replacement

Hi,

thx for https://github.com/teusink/Home-Security-by-W10-Hardening/blob/master/files/hklm-cis-bitlocker.reg

Just 2 additions:

Forgot to add a comment in hklm-cis-chrome.reg file at 1.1.15 (L2) line.

Hello,

I believe you forgot to add a comment in hklm-cis-chrome.reg file at 1.1.15 (L2) line.

1.1.15 (L2) Ensure 'Allow invocation of file selection dialogs' is set to 'Enabled' ;[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome] ; <deleted> = (Default) ; 0000000 = Off ; 0000001 = On (CIS) ; NON-COMPLIANCE TO NOT DISRUPT COMMON HOME FEATURES ;"AllowFileSelectionDialogs"=dword:0000001

Best regards,
Nirun M.

Fully disable Flash Player?

Look into fully disabling Flash.

# Disable built-in Adobe Flash in IE and Edge
Function DisableAdobeFlash {
	Write-Host "Disabling built-in Adobe Flash in IE and Edge..."
	If (!(Test-Path "HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Addons")) {
		New-Item -Path "HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Addons" -Force | Out-Null
	}
	Set-ItemProperty -Path "HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wekyb3d8bbwe\MicrosoftEdge\Addons" -Name "FlashPlayerEnabled" -Type DWord -Value 0
	If (!(Test-Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{D27CDB6E-AE6D-11CF-96B8-444553540000}")) {
		New-Item -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{D27CDB6E-AE6D-11CF-96B8-444553540000}" -Force | Out-Null
	}
	Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Ext\Settings\{D27CDB6E-AE6D-11CF-96B8-444553540000}" -Name "Flags" -Type DWord -Value 1
}

"The system detected an overrun of a stack-based buffer in this application" error

Which registry key create this error when someone want to configure OS and how to fix it?
This window shows after hardening.


Settings: SystemSettings.exe - System Error

The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.