mat-industries

Members
  • Posts

    3
  • Joined

  • Last visited

mat-industries's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi Bishope, i have currently no Unraid i use Server 2016. I think I've taken a good step forward, but I'm still testing. 🙂
  2. This is the first error in Powershell (now i am using Windows 1709 - the same as 1903) 😞 Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. PS C:\Windows\system32> cd \ PS C:\> Set-ExecutionPolicy RemoteSigned Execution Policy Change The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): y PS C:\> ./patcher.ps1 C:\NVIDIA\Display.Driver ./patcher.ps1 : File C:\patcher.ps1 cannot be loaded. The file C:\patcher.ps1 is not digitally signed. You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + ./patcher.ps1 C:\NVIDIA\Display.Driver + ~~~~~~~~~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess PS C:\>
  3. I have created a Windows VM with 1903 and the latest WDK. I have tried the Guide from this Website: The first Problem was in Powershell after this command: Set Execution Policy to Remote Sign with "set-executionpolicy remotesigned" Then i started ./patcher.ps1 C:\NVIDIA\Display.Driver I got an error that i cannot execute the Script cause it´s not remotesignd. I Set : set-executionpolicy unrestricted After this, the script start working until to the Part to create the cert. Cert will be created, and then i get 2 error-messages, with the cert. (i can post screenshots if needed) I copyed the "maybe" patched Driver to my VM on a Windows Server 2016 Host. I started Setup, it start working, to the Box....installing drivers. Then i got a message - installing aborted with an red X. I also tried to install by .inf file...also not working. In my opinion, there could be a Problem with Windows 1903. Can you please give me a hint, wich Windows-Version i sould use, and wich WDK, or have you a Hint, how i can get this work with Windows 1903. By the way, if someone has a working System to patch the Nvidia Drivers, maybe you can patch the Drivers for me Nvidia Quadro P1000 - W10 X64, so i can try if this is the only problem (pached drivers) or i have additional things to check. For sure, i will spend a beer for your help. 🙂 Best regards, Martin.