1/40
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Task: Add a local user account on Windows 10/11 Home
Answer: Settings → Accounts → Family & other users
Task: Add a local user account on Windows Pro/Enterprise
Answer: Computer Management → Local Users and Groups
Task: Change a user password on any edition
Answer: Control Panel → User Accounts → Manage another account
Task: Assign a user to a group (e.g., Administrators)
Answer: Local Users and Groups (lusrmgr.msc)
Task: Force password complexity rules
Answer: Local Security Policy (secpol.msc) or Group Policy (gpedit.msc) – Pro/Enterprise only
Task: Remove a user account completely
Answer: Control Panel → User Accounts OR Settings → Accounts → Family & other users
Task: Configure startup applications quickly
Answer: Task Manager → Startup tab
Task: Block a program from running at startup via policy
Answer: Group Policy Editor (gpedit.msc)
Task: Check system performance metrics (CPU, memory, disk)
Answer: Task Manager → Performance tab
Task: Get detailed resource usage over time
Answer: Performance Monitor (perfmon.msc)
Task: View recent crashes and warnings
Answer: Event Viewer (eventvwr.msc)
Task: Safely partition or format a drive
Answer: Disk Management (diskmgmt.msc)
Task: View and uninstall applications
Answer: Settings → Apps OR Control Panel → Programs and Features
Task: View Windows version, edition, activation status
Answer: Settings → System → About OR winver command
Task: Run a system file integrity check
Answer: Command prompt → sfc /scannow
Task: Scan and repair disk sectors
Answer: Command prompt → chkdsk /f
Task: Restart into Safe Mode easily
Answer: msconfig (System Configuration) → Boot tab
Task: View running services and change startup type
Answer: Services console (services.msc)
Task: Check IP configuration details
Answer: Command prompt → ipconfig /all
Task: Test network connectivity to another host
Answer: ping command
Task: Trace network path to a remote host
Answer: tracert command
Task: Check open ports and connections
Answer: netstat command
Task: Flush DNS cache to fix resolution issues
Answer: ipconfig /flushdns
Task: Manage Windows updates
Answer: Settings → Update & Security → Windows Update
Task: Configure firewall exceptions
Answer: Windows Defender Firewall with Advanced Security (wf.msc)
Task: Temporarily disable Windows Firewall
Answer: Control Panel → Windows Defender Firewall
Task: Enable or disable startup repair options
Answer: Advanced Boot Options (Shift + Restart → Troubleshoot)
Task: Manage device drivers graphically
Answer: Device Manager (devmgmt.msc)
Task: Roll back a problematic driver
Answer: Device Manager → Driver tab → Roll Back Driver
Task: View shared folders on the system
Answer: Computer Management → Shared Folders
Task: Map a network drive for a user
Answer: File Explorer → This PC → Map network drive
Task: Clear browsing cache and cookies
Answer: Browser settings (e.g., Chrome → Settings → Privacy and Security)
Task: Configure BitLocker drive encryption
Answer: Control Panel → BitLocker Drive Encryption (Pro/Enterprise only)
Task: Enable/disable UAC (User Account Control)
Answer: Control Panel → User Accounts → Change User Account Control settings
Task: Reset a forgotten local password (tech tool)
Answer: Computer Management → Local Users and Groups → Reset Password
Task: Schedule a task to run automatically
Answer: Task Scheduler (taskschd.msc)
Task: Review installed patches and updates
Answer: Control Panel → Programs and Features → View installed updates
Task: Generate system info report
Answer: msinfo32 command
Task: Edit the Windows Registry
Answer: Registry Editor (regedit.exe)
Task: Launch a blank MMC to customize snap-ins
Answer: Run → mmc.exe