Categories
Chrome Google HOW TO Internet Explorer Microsoft Mozilla Firefox Tips & Tricks

Microsoft Download Center Download button is missing

You want download a file or software from Microsoft Download Center.

In the Install Instructions section is written:

Download the appropriate file for your computer's processor by clicking one of the links below. You can run the package directly from the link or you can also save it on your local disk to install later.

But you cannot see any link or Download button.

Microsoft Download Center Download button is missing

Solution 1:
Change the URL of the page using https:// rather than http://

Solution 2 (from sam2030):
Download Button Unavailable on Windows Update Web Site

Solution 3 (from Ryan):
Try using Google Chrome

Did my solution solve your problem? Leave a comment.

Categories
Chrome Google Java

Application Blocked by Security Settings

When you try to access a website, containing a script Java, using Google Chrome appears the following error message:

Application Blocked by Security Settings

Solution:

  1. Go to Control Panel
  2. Java
  3. in the Security tab click the “Edit Site List…” button
  4. click Add button
  5. insert the URL of the website that you want access in (URL should begin with http:// or https://)
  6. click Add button
  7. click OK button
  8. click OK button

Note: you could find an icon Java (32-bit) rather than Java.

If you won’t find in Control Panel a Java icon but you are sure that Java is installed, open a text editor and create a file with name exception.sites containing the URL of the website that you want access in (URL should begin with http:// or https://) and save it in the following path:

[sourcecode lang=”text”]C:\Users\<username>\AppData\LocalLow\Sun\Java\Deployment\security[/sourcecode]
where[sourcecode lang=”text”]<username>[/sourcecode] is the name of the user.

Further information on How can I configure the Exception Site List?

Did my solution solve your problem? Leave a reply.