Skip to main content

Your current security settings do not allow this file to be downloaded' in Internet Explorer

I faced the below issue while i am trying to download the software from one the VM machine that i am Working for my project in my office. Then u found the below solution.

Instructions

You can receive the following message when trying to download a file in Internet Explorer:
-------------------------------------------------------------------------------------------------------
Security Alert
Your current security settings do not allow this file to be downloaded.
-------------------------------------------------------------------------------------------------------
To remove this message and allow downloading of files, follow the steps based on your operating system.

Windows 10

  1. Click Search, search for Control Panel, and then click Control Panel.
  2. Click Network and Internet > Internet Options.
    User-added image
  3. On the Security tab, click Custom level.
    User-added image
  4. Scroll down in the list to the Downloads section, and set all download options to Enabled.
    User-added image
  5. Click OK.

Windows 8

  1. Right-click in the bottom left of the home screen, and click Control Panel.
  2. Click Network and Internet > Internet Options.
  3. On the Security tab, click Custom level.
  4. Scroll down in the list to the Downloads section, and set all download options to Enabled.
  5. Click OK.

Windows XP and Windows 7

  1. Click Start > Control Panel.
  2. Click Network and Internet > Internet Options.
  3. On the Security tab, click Custom level.
  4. Scroll down in the list to the Downloads section, and set all download options to Enabled.
  5. Click OK.
After the download settings are enabled, you can download files from the Internet again.



Source : https://support.avg.com/SupportArticleView?l=en&urlName=Your-current-security-settings-do-not-allow-this-file-to-be-downloaded-in-Internet-Explorer

Comments

Popular posts from this blog

Shortcut key to align code in eclipse

While learning java or working with java, we may need to copy a code from other source like internet or other files. When we do that the code may looks messy like before. which is not in standard and difficult to work on complex logics. Below key is useful to align the messy code:       Ctrl + Shift + F:   Formats a selected block of code or a whole source file.  Format messy code to Java-standard code.  If a code block is not selected, Eclipse applies formatting for the whole file. #shortcut key to align code in eclipse #shortcut_key_to_align_code_in_eclipse #shortcut_key_to_format_code_in_eclipse #shortCut key to format code in eclipse #shortcut_key_to_code_ alignment_in_eclipse #Auto- Alignment Shortcut Key  in  Eclips e

10 WhatsApp Tips and Tricks Everyone Should Know

For most of us, WhatsApp has become the default go-to messenger, because everyone's on it, and it's on nearly every platform. WhatsApp has over a billion downloads on Google Play alone, the only other messenger to boast that is Facebook Messenger. The app has made itself indispensable by adding a browser version and voice calling to its platform. For those who have to deal with the app on a daily basis, we've lined up some interesting tricks and tweaks that will improve your user-experience. 1. Mute group chats and notifications Group chat notifications can get noisy, they're best turned off when you have to focus on a task at hand. On Android On a group chat, tap the Menu button, and hit Mute. Then, choose the time-frame for which you would like the group to be muted. You can also disable notifications for the specified period. This feature is now available on the web browser too. On iPhone Open Group Chat, tap the group subject to reveal the Gr...

Navigation to webpage was cancelled

Today in my work , i faced a issue like i am not able to navigate to a URL . while installing a application it asked for the server name. I given the server name like "testserver" where the required web application sever is running. when i launch the application it try to navigate to URL "https://testserver/admin". here "testserver" is the remote machine name where the web server is running. but i got the error message below "Navigation to webpage was cancelled". To resolve i went to C:\Windows\System32\drivers\etc  where the application i am trying to open is located. Opened the Host file using notepad. Added the line 11.9.96.96 test server IP<space>server-name Above IP is just for example Saved the file and relaunched the application.  Now i am able to navigate to the URL "https://testserver/admin".