2

I want to change Local Security Policy "Interactive logon: do not require ctlr+alt+del" in C#. How can I do this?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Ehtsham
  • 208
  • 1
  • 6
  • 14

1 Answers1

4

i found the answer i have to change in registry Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DisableCAD"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "DisableCAD"=dword:00000001

Ehtsham
  • 208
  • 1
  • 6
  • 14