Scheduling Windows tasks from the command prompt

Tasks,processes,commands can be scheduled in Windows through Task Scheduler. But is it possible to do this through few lines using the command prompt? This is where the “at” command is useful. Administrator access is needed to schedule,modify or delete tasks using the “at” command. Suppose the box needs to be shutdown at 7 pm today,this …

Using Task scheduler to get system privileges

>”Privilege escalation” -the term in computer security world is often seen as something like a prisoner who has just got a weapon a.k.a “armed and dangerous”. It means getting the important super privileges from a normal user account to root in *nix and admin/system account in Windows world. Command prompt in Windows machines (especially XP) …