Answer the question
In order to leave comments, you need to log in
How to disable Real Time protection Windows Security via cmd?
The situation is such that the organization uses the default Windows Security, which, according to domain policies, is not disabled through the interface under the user. Constantly one or the other user needs to update very specific software, which the antivirus swears at. Is it possible to locally disable windows security via cmd?
Answer the question
In order to leave comments, you need to log in
The program is unpacked at any pace, and throwing them into exceptions is not very smart.
set "TEMP=D:\MyTemp"
set "TMP=D:\MyTemp"
start "" MyApp.exe
cmd /c set "TEMP=D:\MyTemp"&set "TMP=D:\MyTemp"&start "" MyApp.exe
set
, but I can’t say which one in advance.) start
(or use with the ) switch /wait
to wait for completion before deleting the directory.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question