Tuesday, April 23, 2019

Tron Virus Removal Script

Download the script from here.
Look for the post on recent version and open it.
Example:


View how to use it here.

I have never used this but plan to try if and when I ever have virus trouble.

Standard User Account Setup

Create Standard User With Blank Password Batch File @echo off setlocal :: Check for admin privileges net session >nul 2>&1 if %err...