This file basicly checks to see if it has already run on the computer. if it hasnt it copies itself to the system32 folder (i chose that folder because it is hard to find a file in there) and hides itself there. it then make a registry key so it can run itself when a user logs in. it then restarts the computer
I like it - I have just made a pretty extreme virus (modifies almost every system32 file), and was looking to make it run on startup...Annoying thing is, you cannot copy a file through cmd if the directory name has spaces in it (douments and settings\all users) etc, So this was a no go. Thanks for this little piece of handy code..Now you say its annoying to remove. Just HOW do i remove the reg key from my virtual pc now? -.-
thanks :)
JowshUKproductions 1 year ago
@JowshUKproductions Start windows to safe mode with command prompt, then run REGEDIT and manually change the keys back/Delete the keys.
devo85x 1 year ago
can we chg the second?
zxlujiangxz 2 years ago
if you are talking about the seconds in the shutdown command, then yes :)
devo85x 2 years ago
TNK.! btw, we can close using Shutdown -a?
zxlujiangxz 2 years ago
It is kind of hard to use shutdown -a when you only have one second, and if you want to remove it you can boot to safe mode and delete the registry key. It's a pain, but that's the point :)
devo85x 2 years ago