I have a problem using the command line in a Task Sequence to install BIOS updates on our clients.
When running x64 Windows 10 (Only when using Intel Graphics drivers) and it tries to set the password using:
cctk.exe --setuppwd=NewPassword --valsetuppwd=OldPassword1
cctk.exe --setuppwd=NewPassword --valsetuppwd=OldPassword2
cctk.exe --setuppwd=NewPassword --valsetuppwd=OldPassword3
.....
The computer does one of the following:
- BlueScreens with message "VIDEO_TDR_FAILURE (igdkmd64.sys)
- Screens turn black and computer restarts (probably bluescreens just that you dont can see it)
Does anyone know what to do with this?
Regards