Windows 7 Action Center

依然范特西╮ 提交于 2019-12-05 02:46:14

问题


I would appreciate it if someone can guide me to the new MS APIs necessary for modifying/controlling the Windows 7 Action Center. What I need to do is integrate the Backup notification messages in my application which is a backup application in the Action Center. In other words, I want Windows to show that the backup operation was successful after the third-party software completes its backup operation.

To be even more specific.... is there a way to treat backup notifications the same way as the security notification/status messages... for example after installing an Anti Virus application... Virus Protection field in action center shows a message similar to this one:

<App Name> reports that it is up to date and virus scanning is on.

Where <App Name> is the third-party application name.

Is there a way to do something similar to that but on the Backup section of Action Center??.


回答1:


Applications can communicate status through registry keys for backup purposes. See MSDN docs here.




回答2:


I've found that Microsoft have some sort of hidden APIs that are only given on a Non Disclosure Agreement (NDA) and those have to be requested from wscisv@microsoft.com.

This seems to be the only method available to register an Anti Virus or a Firewall application in Windows Security Center. Still I haven't found any hints if there are any APIs that MS is keeping for themselves for security reasons to enable the registration of a backup application in WAC (Windows Action Center) or if the application registration is even possible.

Still waiting for a reply from MS to clear the matter.



来源:https://stackoverflow.com/questions/1393723/windows-7-action-center

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!