Client Management Suite

 View Only

Quick links to KB articles and MS security bulletins 

Nov 18, 2009 04:28 PM

One trick I use to speed up my daily administration involves using some IE search prefixes.  Basically these allow you to type a short keyword followed by your search term and hit enter to go to a site.  You can set these using TweakUI in the Internet Explorer > Search section, or manually create them in the registry.   A few I use on a daily basis are "akb #####" to go to Altiris KB articles, "mskb ######" to go to MS KB articles, and "bulletin 09-062" to go to a particular security bulletin.  You can save each "Code" section below as a .reg file and merge it into your own registry to set these up.  So then you can type "akb 50212" into your Address bar and go directly to Altiris KB article 50212.  Hopefully someone else finds these as convenient as I do.

Altiris KB:   akb #####  https://kb.altiris.com/article.asp?article=%s&p=1

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\akb]
@="https://kb.altiris.com/article.asp?article=%s&p=1"
" "="+"
"+"="%2B"
"%"="%25"
"&"="%26"
"#"="%23"


MS Security Bulletins:  http://www.microsoft.com/technet/security/bulletin/ms%s.mspx

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\bulletin]
@="http://www.microsoft.com/technet/security/bulletin/ms%s.mspx" " "="+" "+"="%2B" "%"="%25" "&"="%26" "#"="%23"

MS KB:   KB ###### http://support.microsoft.com/?kbid=%s
 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\mskb]
@="http://support.microsoft.com/?kbid=%s" " "="+" "+"="%2B" "%"="%25" "&"="%26" "#"="%23"

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Nov 19, 2009 01:19 PM

As soon as the NS console is supported on Safari, I'll let you know. :)

Nov 18, 2009 05:09 PM

So how would one implement this for Safari?  Say on a...Mac?  ;-) 

Related Entries and Links

No Related Resource entered.