3 Attachment(s)
Enable/Disable Log off/Sign out, Lock and Sleep on Start Menu & Ctrl+Alt+Del
Hi everyone here, just wanna ask if vb6 can enable and disable Log off/Sign out, Lock and Sleep on start menu also in ctrl+alt+del menu?
Attachment 192860
We know that we can enable and disable it manually through gpedit and regedit but is there any way I can simple enable and disable it using vb6?
Attachment 192861
Attachment 192862
Re: Enable/Disable Log off/Sign out, Lock and Sleep on Start Menu & Ctrl+Alt+Del
Yes, change the registry key via API... RegOpenKeyEx etc, search.
Re: Enable/Disable Log off/Sign out, Lock and Sleep on Start Menu & Ctrl+Alt+Del
Quote:
Originally Posted by
fafalone
Yes, change the registry key via API... RegOpenKeyEx etc, search.
Hi, can you help me how to do that sir? Thanks
Re: Enable/Disable Log off/Sign out, Lock and Sleep on Start Menu & Ctrl+Alt+Del
Use the search feature of this website, there's gotta be at least 100 code snippets of registry APIs.