registry - How to remove the power button from Ctrl+Alt+Del screen ? Windows 10 -


a have application disable options presented @ ctrl+alt+del screen changing values in windows registry progamatically. (it imp due security reasons).

since have moved application windows 10, have been able remove command list "sign out, lock, change password, switch user etc..".

till windows 8 changing value of, hkcu\software\microsoft\windows\currentversion\policies\explorer\nologoff , hkcu\software\microsoft\windows\currentversion\policies\explorer\noclose

from 0 1 used trick. in windows 10, keys exist not of help.

please respond if 1 has clue.

thanks in advance.

edit: application written in vb6 , has worked on cp, windows 7, 8, 8.1. if there other ways, suggested @code gray, change group policy options programmatically , obtain desired result appreciate details them well.

the detailed problem

i have been able identify possible solution.

for ctrl+alt+del screen change following registry key in windows 10. if dont find "noclose" key create 1 there.

hkey_local_machine\software\microsoft\windows\currentversion\policies\explorer "noclose"=dword:00000001

for start menu:

hkey_current_user\software\microsoft\windows\currentversion\policies\explorer "noclose"=dword:00000001

this solution not remove powerbutton icon ctrl+alt+del of no use.

hope helps others searching same solution. !


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -