Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinand von Hagen authored Jul 27, 2017
1 parent 2e4116f commit e9227d7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# I211AT-Windows-Server-2016
Install Drivers for I211AT on Windows Server 2016


Follow https://blog.citrix24.com/install-windows-server-2016-core-intel-nuc/


Short:
```
bcdedit /set LOADOPTIONS DISABLE_INTEGRITY_CHECKS
bcdedit /set TESTSIGNING ON
bcdedit /set NOINTEGRITYCHECKS ON
# put all files on USB stick or something like that in a folder
pnputil -i -a D:\driver\*.inf
# accept prompt
# revert
bcdedit /set LOADOPTIONS ENABLE_INTEGRITY_CHECKS
bcdedit /set TESTSIGNING OFF
bcdedit /set NOINTEGRITYCHECKS OFF
```

0 comments on commit e9227d7

Please sign in to comment.