Skip to content

Instantly share code, notes, and snippets.

@pongo
Created December 13, 2012 17:47
Show Gist options
  • Select an option

  • Save pongo/4278243 to your computer and use it in GitHub Desktop.

Select an option

Save pongo/4278243 to your computer and use it in GitHub Desktop.
[windows] Добавление ярлыка Microsoft Security Essentials (MSSE) в панель управления.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{A5B4F888-0757-11E2-9C50-18D66088709B}]
@="Microsoft Security Essentials"
"System.ControlPanel.Category"="5"
[HKEY_CLASSES_ROOT\CLSID\{A5B4F888-0757-11E2-9C50-18D66088709B}\DefaultIcon]
@="%SystemRoot%\\Installer\\{9D046B26-7978-47CD-91E6-AC3C1DFBC3D0}\\MSE.exe"
[HKEY_CLASSES_ROOT\CLSID\{A5B4F888-0757-11E2-9C50-18D66088709B}\Shell]
[HKEY_CLASSES_ROOT\CLSID\{A5B4F888-0757-11E2-9C50-18D66088709B}\Shell\Open]
[HKEY_CLASSES_ROOT\CLSID\{A5B4F888-0757-11E2-9C50-18D66088709B}\Shell\Open\Command]
@="C:\\Program Files\\Microsoft Security Client\\msseces.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment