Want script to run silent
We have a script to edit the registry but it still ask for user to click ok. we don't want the user to click anything
this is the error when we move /s around
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
SMal.tmcc
9 years ago
run:
Directory:
C:\windows\system32
File:
cmd.exe
Parameters
/c reg.exe $(KACE_DEPENDENCY_DIR)\appfix.reg /s
Directory:
C:\windows\system32
File:
cmd.exe
Parameters
/c reg.exe $(KACE_DEPENDENCY_DIR)\appfix.reg /s
Comments:
-
if you do not want the cmd box to flash by on the users screen you can hide it this way. http://www.itninja.com/blog/view/how-to-hide-running-a-batch-file-from-a-kscript-with-version-5-5 - SMal.tmcc 9 years ago