Fixed typo

This commit is contained in:
LizRoss 2016-04-13 11:13:21 -07:00
parent b2fe9b7c23
commit fe7509a93a

View File

@ -88,7 +88,7 @@ IE uses Microsofts versionlist.xml file to determine whether an ActiveX contr
You can see your copy of the versionlist.xml file here `%LOCALAPPDATA%\Microsoft\Internet Explorer\VersionManager\versionlist.xml`, or you can view Microsofts version at [Internet Explorer version list](http://go.microsoft.com/fwlink/p/?LinkId=403864).
**Security Note:**<br>Although we bly recommend against it, if you dont want your computer to automatically download the updated version list from Microsoft, run the following command from a command prompt:
**Security Note:**<br>Although we strongly recommend against it, if you dont want your computer to automatically download the updated version list from Microsoft, run the following command from a command prompt:
```
reg add "HKCU\Software\Microsoft\Internet Explorer\VersionManager" /v DownloadVersionList /t REG_DWORD /d 0 /f