# Attempt to match each of these regexes against HKCU\Software\Microsoft\Windows\CurrentVersion\Run's entries # and if one matches, remove it. Repeat for HKLM as well. @matchword = ( 'IEXPLORE\.EXE', '\.html?$', '\.ht[atwx]$', '\.url$', '^http:\/\/', '^www\.', '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}', '\.com$', '\.net$', '\.org$', '\.cn$', '\.biz$', '\.info$' );