This is my first post on TSU.
Here are some methods how to destroy a scammers computer.
If the Computer from the Scammer has a password, you can change it without knowing the current password if the User Account has Administrator privileges.
(This also works if the scammer doesn’t have a password and the Settings App takes ages to load.
Step 1: Open cmd as admin.
Step 2: Paste this Code: net user „%username%“ NEWPASSWORD
Replace NEWPASSWORD with the Password you want to set.
If the scammer has a Microsoft Account linked you can also Disable his User Account using this:
- Open cmd as Admin
- paste this command: net user „%username%“ /ACTIVE:NO
Question: Should I make a script that deletes SYSTEM32?