Skip to content

Instantly share code, notes, and snippets.

@bemaru
Last active December 13, 2017 07:02
Show Gist options
  • Select an option

  • Save bemaru/02c142b88e57c32c38d9d1d41ee8d6cf to your computer and use it in GitHub Desktop.

Select an option

Save bemaru/02c142b88e57c32c38d9d1d41ee8d6cf to your computer and use it in GitHub Desktop.
LoadAppInit_DLLs enable(0) or disable(1)
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" /v "LoadAppInit_DLLs" /t REG_DWORD /d 1 /f
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
"LoadAppInit_DLLs"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment