Internet Explorer (IE), after more than 25 years of service, has officially retired and is no longer supported as of June 15, 20221. While it played a significant role in shaping the web, its quirky behavior and security limitations led to its eventual retirement. However, Microsoft Edge, a faster, more secure, and modern browser, has taken its place.

Finacle Application and Internet Explorer:

While Internet Explorer is no longer officially supported, it’s understandable that many end users are accustomed to using it, especially in environments like Post Offices where Windows 7 is prevalent.
Fortunately, Microsoft Edge with IE mode provides a solution. It allows users to access legacy applications while benefiting from the modern browser experience1.

VBS Program for Internet Explorer Accessibility:

If you need to use Internet Explorer accessibility for Finacle Application, consider using the following VBS program
set ie = CreateObject("InternetExplorer.Application")
ie.Navigate "https://dpdcpfjc.fsi.indiapost.gov.in:1443/finbranch/ui/SSOLogin.jsp"
ie. Application.visible = true

Copy the above text and paste into notepad and save as Finacle.vbs. Now open Finacle.vbs for Opening Finacle Application in Internet Explorer in Default. 

In the same way, we can use the following code for accessing Finacle MIS Application

set ie = CreateObject("InternetExplorer.Application")
ie.Navigate "https://dpdcpflmis.fsi.indiapost.gov.in:1443/finbranch/ui/SSOLogin.jsp"
ie. Application.visible = true

Copy the above text and paste into notepad and save as FinacleMIS.vbs. Now open Finacle.vbs for Opening Finacle MIS Application in Internet Explorer in Default. 

I want to download both VBS File for Accessing Finacle application through Internet Explorer in Windows 11

DOWNLOAD FINACLE VBS

DOWNLOAD FINACLE MIS VBS