Skip to content

Instantly share code, notes, and snippets.

@Purp1eW0lf
Created November 20, 2024 16:26
Show Gist options
  • Save Purp1eW0lf/3d45c200805d0b7e7d9965ffb7e51f27 to your computer and use it in GitHub Desktop.
Save Purp1eW0lf/3d45c200805d0b7e7d9965ffb7e51f27 to your computer and use it in GitHub Desktop.
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\nvspbind" /v SystemComponent /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA /v RunAsPPL /t REG_DWORD /d 0 /f
reg add HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest /v UseLogonCredential /t REG_DWORD /d 1 /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment