My PC & Account Security Experience

Recently, I faced a serious security incident. Someone tried to access my accounts — PayPal, Steam, Google — and even attempted to take control of my PC. Here’s what happened and what I did to secure everything.

Step 1: Log Out the Attacker

I immediately cut off access using built-in Windows tools and Command Prompt (CMD):

net user
net user [username]
net localgroup administrators
net user [username] /active:no

I also used netplwiz (Windows + R → type netplwiz) to review accounts, attempt to remove the malicious user, and make sure only trusted accounts had admin rights.

Step 2: Change Passwords & Enable MFA

Step 3: Boot Into Safe Mode & Scan for Malware

Safe Mode prevents most malware from running. I did the following:

Step 4: Check & Secure All Accounts

Step 5: CMD & PC Security Cheat Sheet

net user
net user [username]
net localgroup administrators
net user [username] /active:no
query user
tasklist /v
netstat -ano

Other tools:

Key Lessons Learned

Final Advice

Online security is a continuous habit. Regularly update passwords, enable MFA, scan your PC, check admin accounts, and stay alert. Quick and thorough action can save you from serious data loss and account compromise.