answersLogoWhite

0


Best Answer

It's impossible, it's not gonna be possible to make a virus that can paralyze a system forever by using something as simple as a batch file.

Even so, the only way to disable the taskbar is to disable explorer.exe, which even if you managed to disable, the user can easily start task manager with the Ctrl + Alt + Del combination, disable your virus that is running, and then start explorer.exe to restore the taskbar. So it's impossible to do.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can I hide the taskbar permanentely by using batch file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a batch file?

A batch file is the text file that contains a series of commands that MS-DOS carries out. A batch file is created by COPY CON command after specifying a file name by using extension as .BAT in DOS mode.


How do you log into a website by using batch file?

wot :)


Can a file with a weird extension but with batch file code be read using another batch file?

Nope, the format of a file is a vital part of a successful batch file. Even if a file with an unknown file format contains working batch file code in it, a batch file will still not be able to read it because of its foreign file extension. If you want the batch file to be able to read the foreign file, then you can set it to rename the mutated file to .bat format and then read it for it to work. Example: @Echo off REN File.Foreign File.bat CALL File.bat exit


How To create Directory Using Batch File?

You can make a folder with batch by using the command: md Foldername Example: @echo off md WikiAnswers exit The batch file would make a folder named WikiAnswers, and it would appear on your desktop


What is the extension of batch file?

the extension of a batch file is ".bat"


Is there a way to close one program automatically anytime a certain other program is launched?

Yes, using a batch file like this one: @echo off killtask /IM programyouwanttoclose.exe /F C:\Program Files\Programyouwannaopen\programyouwannaopen.exe Then you run the program using this batch file instead of the usual link / exe Regards, Andrea Fattori Yes, using a batch file like this one: @echo off killtask /IM programyouwanttoclose.exe /F C:\Program Files\Programyouwannaopen\programyouwannaopen.exe Then you run the program using this batch file instead of the usual link / exe Regards, Andrea Fattori Yes, using a batch file like this one: @echo off killtask /IM programyouwanttoclose.exe /F C:\Program Files\Programyouwannaopen\programyouwannaopen.exe Then you run the program using this batch file instead of the usual link / exe Regards, Andrea Fattori


How do you enter username and password with a batch file?

You can use the run as command in the batch file if you are using windows xp and i think with wondows 2000, unfortunatly it is open text so you have to use another programme to do that.


How do you extract code from batch file?

You can just open the batch file with notepad and look at the code


How do you copy and paste using a batch file?

a batch file is used to automate the running of commands at a command prompt using the program command.com or cmd.exe. There are not any default available commands that will copy to or from the clipboard. You must use a 3rd party executable and pipe (|) the results to and from it.


Is there any batch file editor to create batch file without learning syntax?

You can't download a program that makes a batch file to do what you want to do. You will need to legally learn about hacking, and then write the file yourself.


A file with a bat file extension is called an what?

A batch file.


What is Batch File Maker?

you can use notepad for creating a batch file. just when you save the file that you made, add .bat as a file extension. like this: "sample.bat".