Quantcast
Channel: Internet Explorer 8, 9, 10, 11 forum
Viewing all 10469 articles
Browse latest View live

How to change the type of “open file” prompt in Internet Explorer

$
0
0

I have a .Net web application that allows the user the open a Word document which is a macro-based report. This has worked well for years until recently. And now we are starting to have some issues with the opening of the Word doc.

I've determined that I currently have some PCs that work well, and some that don't. Here are the main differences:

Working:

  • When clicking on the file link, the IE11 browser shows a prompt on the center of the screen asking the user to "open, save or cancel". Similar to this:
     Good
  • When the user selects "Open", the word file is opened with a yellow message saying "Enable content".
  • When the user clicks on "Enable content", the macro executes and the data is filled correctly.

Not working:

  • When clicking on the file link, the IE11 browser shows a prompt on the bottom of the screen asking the user to "open, save or cancel". Like this:
     Fail
  • When the user selects "Open", the word file is opened with a yellow message saying "Enable edit".
  • When the user selects "Enable edit", there is a new yellow message saying "Enable content".
  • When the user clicks on "Enable content", the macro does not execute and/or has no data.

So my questions are, What's the difference in the IE11 setup and how do I change it?

Company policy is to use IE so I haven't even tested the behavior in other browsers because the website simply doesn't work well on them.


Smartscreen test url

$
0
0
Is there any test url available to check if smartscreen is functioning correctly? I know how to check if it's turned on, but I would like to also check if it is indeed functioning correctly. Something like an eicar file is to antivirus software...

System clock is not set and the homegroup wizard couldn't repair the problem

$
0
0
I set up a home group and my printer wouldn't work , so a trouble shooting wizard opened to try and fix the problem and unsuccessful . What other options are there available if any that I may be able to use to correct the problem ?

IE 11 Site List Manager .V2 Format XML file Not Compatible

$
0
0

We were using the Site List Manager for a few months and it was working OK.  Now that the admin workstation is Windows 10, we downloaded the new Windows 10 version, bulk added the sites from the xml file and then resaved the XML file.  

The new format does not work, even for Windows 10 systems.  We had to restore a backup copy of the old v1 XML file and use the old site list manager to keep the original XML formatting.

What do we have to change on the workstations to make the new xml format recognized and will it IE 11 on Windows 7 and 8.1 systems recognize this new format?


Integrated Flash player for Windows 8 & 10

$
0
0

Adobe released an update for Flash player on January 1, 2016 (20.0.0.270). http://www.adobe.com/software/flash/about/ Since Flash is now integrated, we have to rely onMicrosoft to push out the update. However, no updates have been pushed out by Microsoft. This updates fixes some problems created by the previous update with desktop software that uses builds flash interactions for eLearning. IE7 users can get the update now.

When can we expect Microsoft to push out the update? Do we have to wait until black Tuesday?



Emulation problem

$
0
0
I work for an agency that uses a public safety program that only works with IE8/9, which support for these browsers is being dropped. The county we are based in is "supporting" this program from a major vendor that apparently sees no need to get it updated to support IE11. I started messing around with running the program in IE11 through various methods. I first tried Enterprise Mode, but that will not work with files that are on the local drive. I ended up adding a meta tag to all of the HTML files that renders the pages in IE emulation mode. When clicking an event button it pulls current data from county servers and populates a table, you can then click on an event for more information. The second time you click an event button the table is shrunk down to about half the width of the browser window and clicking an event results in an error. Close the program then reopen and it works initially again, then error the second time. This never happens when running in IE 8 or 9, only when using IE11 in emulation mode. I suspect there is an issue with how JavaScript is being handled but don't know for sure. If you specify running IE9 emulation for example, does that mean HTML and JavaScript are handled exactly the same as that version of the browser? Anybody have any other ideas on emulation? We are kind of stuck in a bad place with this as multiple municipalities all rely on this. Thanks

Problem using custom CryptoNG KSP on IE 11

$
0
0

We are currently developing a custom KSP (Key Storage Provider) for remote RSA keys. We successfully developed a CSP (CryptoNG) and a KSP (CryptoNG) provider, and both work really fine for digital signatures and SSL on Outlook, Google Chrome, Microsoft Office, Java Applets and any other application that we have tested. 

However, we are having problems with Internet Explorer 11 (latest version), when we try to use the certificate associated to our CSP/KSP to client SSL authentication. The certificate does appear, however after selecting it the page just fails to load.

In the event log, there is the following event after the fail (sorry, the log message is in portuguese, I cant find how to change event log language settings - but error codes should help anyway)

Nome do Log:   System
Fonte:         Schannel
Data:          05/01/2016 12:42:38
Identificação do Evento:36870
Categoria da Tarefa:Nenhum
Nível:         Erro
Palavras-chave:
Usuário:       SISTEMA
Computador:    CRISTIAN-PC
Descrição:

Erro fatal ao tentar acessar a chave privada da credencial cliente do SSL. O código de erro retornado pelo módulo de criptografia é 0x8009030D. O estado do erro interno é 10003.

XML de Evento:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Schannel" Guid="{1F678132-5938-4686-9FDC-C8FF68F15C85}" />
    <EventID>36870</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000000</Keywords>
    <TimeCreated SystemTime="2016-01-05T14:42:38.057891600Z" />
    <EventRecordID>251108</EventRecordID>
    <Correlation />
    <Execution ProcessID="792" ThreadID="884" />
    <Channel>System</Channel>
    <Computer>BRY-CRISTIAN-PC.Bry.lan.com.br</Computer>
    <Security UserID="S-1-5-18" />
  </System>
  <EventData>
    <Data Name="Type">cliente</Data>
    <Data Name="ErrorCode">0x8009030d</Data>
    <Data Name="ErrorStatus">10003</Data>
  </EventData>
</Event>

I´ve searched the internet and found many related problems with Microsoft provider keys permission issues, mostly with answers for SERVER keys and not CLIENT keys, that have similar error codes but are not the same problem. Please note also that the problem is with a custom KSP, not default Microsoft software implementations. 

Some extra info that may be relevant:

1) The KSP should be wrinting some logs to the user folder just after it is loaded. But that does not seem to work, there are no logs. I´m not sure if it is not being loaded at all or just cant´t write to the system. It also should read a config file from the same location. 

2) The KSP shows dialogs and also uses internet (webservices). Maybe some IE restriction on that that I could not find any documentation about?

3) The KSP is signed with a Windows recognized software signing certificate;

4) Remember it works with any other software we have tried, including Microsoft ones. I´m also able do debug it using Visual Studio attached to other softwares, but it does not work on Internet Explorer. 

If I can provide any more helpfull info for this, ask me. Please do not post links to the same internet resources related to event id 36870 and error code 0x8009030d, I´ve spent a lot of time looking at them before posting this and the proposed solutions always involve permissions on Microsoft provider folder (does not apply) or are related to server, and not client keys. Links are appreciated if they add information that is not associated to those more common, but unrelated issues. 



Appcrash Winword.exe

$
0
0

I have a problem with spell checking. Word crashed when I use it

Problem signature:

Problem Event Name:    APPCRASH
  Application Name:    WINWORD.EXE
  Application Version:    15.0.4420.1017
  Application Timestamp:    5067349a
  Fault Module Name:    mso.dll
  Fault Module Version:    15.0.4420.1017
  Fault Module Timestamp:    5067368f
  Exception Code:    c0000005
  Exception Offset:    005beb8b
  OS Version:    6.1.7601.2.1.0.256.1
  Locale ID:    1033

Additional information about the problem:
  LCID:    1033
  skulcid:    1033


Trouble with .jnlp

$
0
0
I am unable to keep the file association of .jnlp file. It opens well with java webstart but I have to manually re-associate it because it keeps broken every time new java is installed. Is there away to keep it permanent? thanks a lot.

Replacing explorer 7

$
0
0
Recently I had explorer 9 on my machine running window vista 32 bit.  I tried to load windows 10 but ran into problems.  I tried to recover my prior position but ended up with the original explorer 7 on my desktop.  I tried to load all of the windows updates so I could return to explorer 9.  However, I am stuck loading service pack 1.  My desktop will not recognize that it is loaded although I received confirmations that the update was successful.  How to I get past this issue?

Can't Load ROTMG (Realm Of The Mad God) with the newest update on windows 10 on the web browser

$
0
0
Does anyone know how to fix the loading problem? Which is where it will get stuck at 100% and act as if it is still loading.

PLS HELP ME if you can

$
0
0
Well i just upgraded to Windows 10 ... a few days or maybe a month passed ... When i start up my pc my Start button wont work neither with keyboard, Cortana does nothing , Task view .. you click it and nothing happened and finally my volume controller has dissapeared i can't control the volume.. Pls Help .. also ,in the right bottom its telling me to activate windows got to settings to activate windows ... but i can't my start wont open even my VOLUME Pls Help me !

IEAK 11 configuration changes do not take effect

$
0
0

I am using IEAK 11 to make changes to IE 11. When i create the new installer, the changes do not take effect, or only take effect "sometimes". The only changes i am making are to the home page, and to not use existing page on upgrade. ini file lists the correct new home page, but when i start IE i get the old page. There are no gpo's in force, and users are allowed to change this page.

 

rickp

golfguy

$
0
0
where is the taskbar for windows 10 and how can I install it?

Cannot change time on windows 10 PC

$
0
0
I went into settings to try to change the time and there is not a time zone for Chicago, IL. The time is 3:20AM, yet computer says it is 7:31 PM. The date 1/5/2016 is correct.

Problem accessing SharePoint Site for some users

$
0
0

Hi,

So we have this puzzling issue.  We have an SharePoint site that works for some/most people but not everyone.

We are trying with IE11 (latest version).  We have also looked at trusted sites and compatibility view (they are the same for users that work and don't work).

For ones that it does not work, they seem to get this message when they browse to the webpage:

"Only secure content is displayed"

The issue they get is when they fill out a form (with a Captcha at the end) and try to submit it.  They get this message:

System Error: The Web application at <https://...> could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.

For those users with the issue, we have tried different browsers, Chrome, Firefox and Edge (for those with Windows 10).  The only one that it works with is Edge.

Now the strangest part is that if we open the website in Edge, and then from Edge open IE, we can submit that form correctly.

Does anyone know what the difference is between opening IE directly and opening IE from Edge?  Maybe that can help us figure out how to address this issue.

Thanks!

IEAK 11 not setting primary home page

$
0
0

I have built an IEAK custom IE 11 install.  I have configured a primary and second home page.  I have not checked the box to retain the users home page.

When this package is deployed to computers, the users primary home page is retained, but their secondary (*and third and fourth etc if they have defined more than 1 home page tab) gets replaced by the second home page I defined in IEAK.

Their primary page stays how they configured it however.  I cannot for the life of me figure out why.

So lets say I have a machine on IE 9 and the user has two home pages defined.  www.bing.com and www.google.com

In IEAK 11 I have customized the URLs to www.disney.com and www.cnn.com

If IO deploy the customized IE 11 to that machine. the machine is updated to IE 11, and all the special Advanced settings and Intranet zones are configured the way I have them set in IEAK, but the user's home page is set to

www.disney.com and www.google.com ====  see the primary home page is kept, the secondary home page is ovwerwritten.

I have the box unchecked in IEAK 11 that says to retain Homepage settings (upgrade).  Strange.

New users logging on to the machine for the first time after the upgrade of course get the two home pages that are defined in IEAK 11.

IEAK 11 Can't uncheck "Require server verification"

$
0
0

I need to deploy IE 11 in my enterprise with the Trusted Sites setting "Require server verification" unchecked.

I am using IEAK 11 to build a custom IE Install.  I have imported the security zones in IEAK and when the custom IE 11 is installed on a client, the correct sites are added to Trusted Sites, but the security setting doesn't work.

So, I unpacked the BRANDING.CAB file and took a look at the seczones.inf and seczrsop.inf

I noticed that while seczones.inf for HKLM listed

HKLM,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",Flags,0x10001,43,00,00,00

HKCU showed

HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2",Flags,0x10001,47,00,00,00

Value "47" will leave the box checked.  I was able to hand modify the seczones.inf file that gets baked into the BRANDING.CAB file to make sure it says "43" for both HKCU and HKLM.  43 hex corresponds to decimal value 67

Similarly, in Seczrsop.inf I needed to change the "Flags=71" to "Flags=67" for HKCU...

So now every instance of that Flags registry item in my BRANDING.CAB has been set to 67(decimal) which corresponds to the box for zone 2 (Trusted Sites) being unchecked.

When I deploy this customized IE 11 install to non-domain joined computers, I STILL have the box "Require server verification" checked.  Looking in the HKCU registry for the value, I see the value set to 47(hex)/71(dec)  which is incorrect.   I cannot figure out what thing is setting this value on the user account.

What's more, looking in the folder CUSTOM that gets created in the Internet Explorer program files, I can see that my desired settings are in the .INF files.  They just don't get applied to the current user - or some other process comes along and overwrites my settings.

Anyone know what is causing that one registry setting to not follow whats in the INF files?

Internet Explorer End of Life Support 1/12/16 Questions

$
0
0
Our production Citrix published desktop is installed on Windows Server 2008 standard edition and running IE9. Since the OS is W2k8 std edition we were not able to upgrade our IE9 to IE11. We would like to know if our users can still using Internet Explorer 9 after 1/12/16 and what problems we may encounter after the eol support. What steps can we take to allow users to access the Internet?  Should we ask our users to use Google Chrome or FireFox instead?

Richard

Unable to view SSL certificate in IE11

$
0
0

Hi,

I'm feeling really dumb but I can't figure out how to view the details of an SSL certificate in IE11.

On previous version of IE you would simply click on the padlock that appears in the address bar and then select view certificate. On IE11 the padlock does not appear. The particular problem I'm having is that I'm trying to diagnose why Windows 8.1 with IE11 is rejecting a perfectly valid cert. All I get is a screen telling me that there is a problem with the certificate (it says that the cert is revoked) but no details and I can't figure out how to view the details.

Viewing all 10469 articles
Browse latest View live




Latest Images