From 743fd8b9f36ff4a0e7d3bfb884776b12bffa7a32 Mon Sep 17 00:00:00 2001 From: Mikhael William Sasiang <46641376+mike2miky@users.noreply.github.com> Date: Mon, 4 Feb 2019 10:55:14 +0800 Subject: [PATCH] Internet Explorer --- ...nd of life upgrade notification update.reg | Bin 0 -> 410 bytes Internet Explorer/Disable Welcome Screen.reg | 4 ++ ... all websites in IE Compatibility View.reg | Bin 0 -> 332 bytes ... all websites in IE Compatibility View.reg | Bin 0 -> 332 bytes Internet Explorer/Uninstall cmd.txt | 36 ++++++++++++++++++ 5 files changed, 40 insertions(+) create mode 100644 Internet Explorer/Disable Internet Explorer end of life upgrade notification update.reg create mode 100644 Internet Explorer/Disable Welcome Screen.reg create mode 100644 Internet Explorer/Turn Off Display all websites in IE Compatibility View.reg create mode 100644 Internet Explorer/Turn On Display all websites in IE Compatibility View.reg create mode 100644 Internet Explorer/Uninstall cmd.txt diff --git a/Internet Explorer/Disable Internet Explorer end of life upgrade notification update.reg b/Internet Explorer/Disable Internet Explorer end of life upgrade notification update.reg new file mode 100644 index 0000000000000000000000000000000000000000..ade72d059b819f9221359e163ca3f9fa8e75655d GIT binary patch literal 410 zcmYk2-AY1H5QV?%pmz`-K(fD!pbIlCDJ}HWAue~}U40~^8tu=er z%=cH$f{HmcTh=rfQ}QadX2Xh4k)G_rtTu0OFTavqm{;aUwAeFt*@^SWC0EuwP;ku+ zT{^x6L*K64fRXH!iCmwITznizE|PQ1AqVWMs_k2<9NO#Ip0!)DprA~x|x-g>b}TK)q8MVHK{uNxD2+Zhm5=MQE=|>6Ol80_jEq+ZX1P)TP{>} s)FdVgRhqLSH;Vb5Vhc?>m;86sioB%BsdH_^=bV$+UE1GowEy<_1Fj!K$N&HU literal 0 HcmV?d00001 diff --git a/Internet Explorer/Disable Welcome Screen.reg b/Internet Explorer/Disable Welcome Screen.reg new file mode 100644 index 0000000..441c5bb --- /dev/null +++ b/Internet Explorer/Disable Welcome Screen.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main] +"DisableFirstRunCustomize"=dword:00000001 \ No newline at end of file diff --git a/Internet Explorer/Turn Off Display all websites in IE Compatibility View.reg b/Internet Explorer/Turn Off Display all websites in IE Compatibility View.reg new file mode 100644 index 0000000000000000000000000000000000000000..7fdf125aa439c411d4b07643cc500aa1bf38846d GIT binary patch literal 332 zcmXw!(MrQW5Jk_k;6IdpfcWBz(1%(IiqwbLDy0>vHkLq|l{6*x=WWk!2+Qv5ojY^q z&iVhHf{HDHmIDJaa(3npG}N5TOl1pE5D$2huVo8yCBEZ^ThBFD>8^O>*`6hzOjxLw ziC&nC7rgqn^Q zj`AC;JBJ_1)sV5-(z$Vy-0F!Md$qdCFY{&MPC5y0oHJx(Y}2eQ_i4+xX@B~S`*;B> C204@f literal 0 HcmV?d00001 diff --git a/Internet Explorer/Turn On Display all websites in IE Compatibility View.reg b/Internet Explorer/Turn On Display all websites in IE Compatibility View.reg new file mode 100644 index 0000000000000000000000000000000000000000..5130daa47b39fbfa87cd9c3b8160aef20b5e90ac GIT binary patch literal 332 zcmX|+QA+|r6otQMq5mNMfXIhl0v}3*MC@V9A~HgAm4$UD)|J&iUwt!6G3?Hqd+t5= zoS*L(3Mw`PS`PHd$k|yt&`@)>GLbDrLEPtAzLqV-mH3)Vt~?j?()Y$aGiP4;V9Y|j zO!UB$c)_FZjHP#At7gkewcN^F#ZTWs?T%YAbwiW(RsNgg<-`}I9dW95?k>$l?-5Vf zbCh4%-8ph($ literal 0 HcmV?d00001 diff --git a/Internet Explorer/Uninstall cmd.txt b/Internet Explorer/Uninstall cmd.txt new file mode 100644 index 0000000..ecbf7c7 --- /dev/null +++ b/Internet Explorer/Uninstall cmd.txt @@ -0,0 +1,36 @@ +# Thanks goes to: +http://blogs.msdn.com/b/askie/archive/2014/03/28/command-line-options-available-to-uninstall-internet-explorer.aspx + + +IE-10: + +FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*10.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart" + +If you get an error(s) during the process, ignore it by clicking OK on the pop up window(s). And when the blinking cursor appears next to C:/Windows/System32, +Reboot PC + +after reboot / go to Windows Updates .. check for updates.. locate IE 10 and IE11 and right click/Hide + + + +IE-11: + +FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart" + +If you get an error(s) during the process, ignore it by clicking OK on the pop up window(s). And when the blinking cursor appears next to C:/Windows/System32, +Reboot PC + + +OR: + +You list all your features using + +dism /online /get-features + +One of the features is Internet-Explorer-Optional-amd64, which you can remove with: + +dism /online /disable-feature /featurename:Internet-Explorer-Optional-amd64 + + + +After the reboot - go to Windows Updates - check for updates - locate IE 10/IE11 and right click/Hide! \ No newline at end of file