N
N
newuser202021-01-07 13:13:48
Windows
newuser20, 2021-01-07 13:13:48

Background mode bat file?

Hello everyone, I have a bat file that contains the following:

@echo off
:A
taskkill /im regedit.exe /F
goto A


How can I make sure that when this bat file is launched, the process kill console is not displayed on the taskbar or runs in the background?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem @Jump, 2021-01-07
curated by the

Run the batch file as another user - then you will not see it.
If you run from the user under which you logged in, of course you will see it anyway.

S
shurshur, 2021-01-07
@shurshur

Look towards utilities like cmdow.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question