Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Quick links to KB articles and MS security bulletins

Updated: 18 Nov 2009 | 2 comments
KSchroeder's picture
0 0 Votes
Login to vote

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"

 

Comments

Andrew Bosch's picture
18
Nov
2009
0 Votes 0
Login to vote

IE only, eh?

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

------------------------------------
Principal SQA Engineer
Symantec

KSchroeder's picture
19
Nov
2009
1 Vote +1
Login to vote

As soon as the NS console is

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

Thanks,
Kyle
Symantec Trusted Advisor

For Forum threads, please click "Mark as Solution" if answered.
For all content, please give a thumbs up if you agree with or support the post.