first commit

This commit is contained in:
Charles Sharma 2022-05-31 15:02:37 -06:00
commit 6dbfbcee63
3 changed files with 24 additions and 0 deletions

15
(RunMe) Install.cmd Normal file
View File

@ -0,0 +1,15 @@
@echo off
copy patch.vbs %userprofile%\IE11.vbs
set SCRIPT="%TEMP%\%RANDOM%-%RANDOM%-%RANDOM%-%RANDOM%.vbs"
echo Set oWS = WScript.CreateObject("WScript.Shell") >> %SCRIPT%
echo sLinkFile = "%appdata%\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk" >> %SCRIPT%
echo Set oLink = oWS.CreateShortcut(sLinkFile) >> %SCRIPT%
echo oLink.TargetPath = "%userprofile%\IE11.vbs" >> %SCRIPT%
echo oLink.Save >> %SCRIPT%
cscript /nologo %SCRIPT%
del %SCRIPT%
pause

3
patch.vbs Normal file
View File

@ -0,0 +1,3 @@
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True

6
read1st.txt Normal file
View File

@ -0,0 +1,6 @@
---
IEPatch
for Windows 11
---
Windows 11 removed Internet Explorer from the system. But there is a way to open it, and it uses IE's API. Simply run the Run Me script, and then you can find Internet Explorer in the Start Menu. **Although it looks broken, you can type addresses into the URL box.**