-=TRUE OK=FALSE Fail6.5. Enable TaskBarFunction Description:This function will show “TaskBar” again after ”Disable_TaskBar()” was executed tohide taskbar.Function call:BOOL EnableTaskbar (VOID);Return code:=TRUE OK=FALSE Fail6.6. Disable DesktopFunction Description:This function will hide all icons on desktop, it mean that any short-cut or filescannot be accessed or executed.Function call:BOOL DisableDesktop (VOID);Return code:=TRUE OK=FALSE Fail6.7. Enable DesktopFunction Description:This function will show all icons which had already showed on desktop beforeexecuted DisableDesktop().Function call:BOOL EnsableDesktop (VOID);Return code:=TRUE OK=FALSE Fail6.8. Disable toolbar on windows explorerFunction Description: This function will hide windows explorer’s toolbarFunction call: BOOL DisableExploreToolbar (VOID);Return code: =TRUE OK=FALSE Fail6.9. Enable toolbar on windows explorerFunction Description:This function will enable windows explorer’s toolbar againFunction call:BOOL EnsableExploreToolbar (VOID);Return code:=TRUE OK=FALSE Fail