- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi
I'd like to disable the 'Enable User Notification' option in IMSS for all versions of this software but it appears to require different registry keys depending on version. (e.g. Version 8.1 uses "ShowUserNotification") Does anyone have a comprehensive list of which registry key changes this for all versions or would disabling the 'Intel Management and Security Application User Notification Service' be a better option? I'm reluctant to do this as I don't know if this will prevent the functionality of the software in any way.
Thanks,
Jim
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Isn't there a check box if you bring up the IMSS tool to disable UNS? Otherwise you could stop the service.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thanks for the reply Gael. Yes, there is a checkbox but I want to do this for thousands of machines, so if I knew how to control that checkbox via the registry, I could script this. I'm just a litle concerned that disabling the service might be overkill.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Ah. I see.
For what versions of AMT are you wanting to disable the UNS? (stopping the service might be the quickest way to do this programatically.)
I have been looking at the registry for AMT 7 and 8 and the advice in the blog below won't work. I will continue to investigate and get back with you when I find out more information.
The blog addresses your question for older versions of AMT - there is no atchk.exe on newer systems, for example
On my AMT 7 system is see that the executable has changed and appears to be here:
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\UNS
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Amt 7.0 uses the "ShowUserNotification" registry key as well:
Computer\HKEY_CURRENT_USER\Software\Intel\PIcon\Setting\ShowUserNotification
What other versions of AMT are you working with?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
We are using version 9.5, and that registry key doesn't seem to apply. is there any further advice?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thierry, I apologize for the delay. We are looking into this.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Here is an update:
First, LMS and UNS are now one service (so i you disable UNS, you will be disabling LMS - not sure you want to do that.)
You can run a batch file with the following:
- sc config LMS start=disabled
You can also do this programatically (c/c++) using the following API:
- ChangeServiceConfig()
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms681987%28v=vs.85%29.aspx
In the registry:
I hope this helps.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Doesn't seem as I would like to disable this all. The only thing that should be disabled is the end user notifications. eg. the user always gets: intel anti theft is disabled (which is by design as intel deprecated the feature and we already phased it out). the notification popup appears on the desktop top right corner.