To disable signing policy and install unsigned drivers on Windows 10 you have to change boot options. F8 menu in booting is not working any more.
You have to boot it to disable driver signature enforcement. This will disable enforcement for one time driver installation. There is a lot of options to reboot system in “Advanced startup” mode:
- Go to Settings -> Update & Security -> Recovery -> Advanced startup -> Click Restart Now:
- Click Start menu -> Power Icon -> Hold SHIFT and click Restart
- In command line put:
shutdown /r /o
- Boot from installation media (CD, DVD, USB Pendrive) and choose Repair your computer:
- Boot Troubleshoot from manufacturer recovery (sometime you have to choose Start-up repair to show Start-up settings)
- Enable Legacy boot options menu and press F8 when system start-up
- Run cmd as administrator
- Put in command line to list all vailable systems:
bcdedit
- copy identifier and replace {default} with current or your id like {123ffff….}
bcdedit /set {default} bootmenupolicy legacy
- To recover normal booting put command:
bcdedit /set {default} bootmenupolicy Standard
When you boot Advanced start-up click in order:
- Troubleshoot:
- Advanced options
- Start-up settings
- Restart
- Click 7 or F7 to Disable driver signature enforcement:
Manually drivers installation
- Disable drivers signing policy if it necessary
- Go to Device manager:
- Start -> Run: devmgmt
- Right click on start -> Device manager`
- System -> Device manager
- Right click on device which you want to install driver and Update Driver Software:
- Click Browse my computer for driver software
- Let me pick from a list of device driver on my computer
- Pick Show all devices
- Click Have disk and browse for any .inf file in drivers directory, windows will find correct driver by pid and vid:
- Choose correct device
- In Windows security warning pop-up window click Install this driver software anyway
- Done:
Permanently disable driver signature enforcement
Run cmd as administrator and put:bcdedit /set testsigning on
Reboot
It will allow install any drivers and will enable watermark.
Najnowsze komentarze