hello,
I have a command line task sequence that creates a directory, copy the hokey software to the pc and then runs the exe.
The first two parts work fine but the last part just hangs on the users machine, any tips ?
I have tested this command line on the actually pc by navigating to the directory using command prompt and running the below command and all works fine.
the command line i have in the task sequence is:
cmd.exe "c:\drivers\hotkey\setup.exe" /SP- /VERYSILENT /NORESTART /SUPPRESSMSGBOXES
any help would be appreciated