The following code displays the acton center icon in the notification area of the taskbar
#include<stdio.h>
int main()
{
system("reg add HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\
Explorer /v HideSCAHealth /t REG_DWORD /d 0 /f");
}
0 comments:
Post a Comment