- This topic has 0 replies, 1 voice, and was last updated 12 years, 2 months ago by .
Viewing 0 reply threads
Viewing 0 reply threads
- You must be logged in to reply to this topic.
› Forums › Operating Systems › Windows Server 2012 › Hardware Compatibility › NVIDIA Mobile Driver(Verde) with NVIDIA Optimus Technology
Hi.
NVIDIA Optimus Driver uses unsigned AppInit_DLLs.
You need to disable the forced signing of AppInit_DLLs.
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWindows]
"RequireSignedAppInit_DLLs"=dword:00000001
I changed it to
"RequireSignedAppInit_DLLs"=dword:00000000
for 32-bit Applications,
[HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftWindows NTCurrentVersionWindows]
"RequireSignedAppInit_DLLs"=dword:00000000
Sorry for my poor English…..