Certs and Policies
Registry Riddles
CLI Superstars
Networking
Wildcard Windows
100

This Windows tool lets you view, import, and export digital certificates for the current user or computer.

What is Certificate Manager (certmgr.msc)?

100

This hierarchical database stores Windows and application settings in “hives.”

What is the Windows Registry?

100

Show your computer’s IP settings with this simple command.

What is ipconfig (or ipconfig /all)?

100

Choose this network profile at home when you trust devices on the LAN and want discovery enabled.

What is Private (network location/profile)?

100

Clearing this in your browser can fix odd loading issues and speed things up.

What is the cache (and cookies, when appropriate)?

200

Certificates from trusted authorities live here so Windows can verify secure websites and signed apps.

What is the Trusted Root Certification Authorities store?

200

These are two of the best-known hives you’ll see in Registry Editor.

What are HKEY_LOCAL_MACHINE (HKLM) and HKEY_CURRENT_USER (HKCU)?
 (Other acceptable: HKCR, HKU, HKCC)

200

Hop up one folder in the Command Prompt with this quick navigation command.

What is cd ..?

200

Most networks hand out IPs automatically using this service.

What is DHCP?

200

Press these keys to open the Run dialog for quick admin tools.

What is Win + R?

300

You open this editor to set organization-wide rules like minimum password length and lockout policies.

What is the Group Policy Editor (gpedit.msc / GPMC)?

300

Type this in Run (Win+R) to launch the Registry Editor.

What is regedit?

300

Need to check system and app logs? Launch this with eventvwr.msc.

What is Event Viewer?

400

Use this command to make Windows reapply policy settings immediately instead of waiting.

What is gpupdate /force?

400

This command-line tool lets you query/add/delete registry values without opening a GUI.

What is reg.exe (e.g., REG QUERY, REG ADD)?

400

Scan and repair protected system files from the command line with this tool.

What is sfc /scannow?
 (Also acceptable in context: chkdsk /f for disk errors)

400

Trace the path packets take to a destination with this command.

What is tracert (or traceroute on Unix-likes)?

400

Roll back system files and settings to an earlier state without touching documents using this feature.

What is System Restore?

500

To deploy a root CA certificate to every domain-joined machine automatically, place it here via Group Policy.

What is Computer Configuration → Policies → Windows Settings → Security Settings → Public Key Policies → Trusted Root Certification Authorities?

500

Before changing a registry key, do this to stay safe and recover if something breaks.

What is export the key to a .reg file or create a System Restore point?

500

Repair the Windows image when things are really messy—no reinstall needed.

What is DISM /Online /Cleanup-Image /RestoreHealth?

500

For split tunneling, uncheck this option so only corporate traffic goes through the VPN.

What is “Use default gateway on remote network” (in VPN adapter IPv4 → Advanced)?

500

This Windows safeguard prompts before elevating to admin, reducing accidental system changes.

What is User Account Control (UAC)?