I need to run this command to install a driver for an old instrument im trying to connect via. USB... I've used this method (and the modified driver) previously and it works fine, but after formatting my PC it comes with an error trying to run this command in CMD (with administrator rights)...
It says: An error has occurred setting the element data... I'm trying to translate the next part from danish to english: The value is protected by politics about safe start and can't be changed or deleted. How can i work around this?
This is the guide I'm following (and which has worked many times before)
It says: An error has occurred setting the element data... I'm trying to translate the next part from danish to english: The value is protected by politics about safe start and can't be changed or deleted. How can i work around this?
This is the guide I'm following (and which has worked many times before)
Procedure to install drivers on Windows 10 - 64 bits:
Turn OFF SP-555 and connect it with a USB cable to your computer
Open a CMD window in admin mode and accept the warning from Windows (type CMD on the search bar and use the right click to launch in administrator mode)
Give the following 2 commands:
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
Reboot your computer
Turn on SP-555 and open device manager and look for SP-555 "unknown device"
Download drivers modified by me
Unzip files with 7ZIP in a directory of your choice
On the device manager, on SP-555 device, right-click->properties->driver->update->don't search->have disk and goto folder where you extracted the driver. Ignore the warnings in RED and install.
Return to the initial state of signed drivers by opening again a "cmd" as admins and give the following 2 commands:
bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING OFF
Reboot the system
Done !