A simple PowerShell script that checks basic Windows security settings.
- ✅ Windows Defender status
- ✅ Windows Firewall status
- ✅ Guest account status
- ✅ Antivirus definition updates
- ✅ UAC (User Account Control)
- Download
security_check.ps1 - Open PowerShell as Administrator
- Navigate to the file location:
cd C:\path\to\file - Run:
.\security_check.ps1 - View your security status!
- Windows 10/11
- PowerShell 5.1 or higher
- Administrator privileges
This script only reads system settings - it doesn't make any changes to your PC.
====================================
Simple Security Checker
====================================
1. Checking Windows Defender...
OK - Windows Defender is ON
2. Checking Windows Firewall...
OK - Firewall is ON for all profiles
...
====================================
MIT License