winapi - Disable application taskbar icon's context menu in Windows 8.0 and 8.1 -


in windows 7, 8 , 8.1, when user right-clicks on application's taskbar icon, context menu appears. furthermore, user can right-click on application's name again (from context menu) , context menu appears, shown in image windows explorer:

image

is there possible way (through winapi or registry or gpo) disable items in first context menu except "close window" in win 8 , 8.1? know achieved in windows 7 setting prevent pinning on application window doesn't work in windows 8 , 8.1...

if not, possible show "close window" , application launcher icon in context menu in windows 8/8.1 without allowing user right-click on application's name , display properties context menu?

i found registry value job well:

noviewcontextmenu: https://technet.microsoft.com/en-us/library/cc960925.aspx


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -