Advertisement
Guest User

BypassESU Official Thread Paste

a guest
Feb 10th, 2020
1,004
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. # Bypass Windows ESU
  2.  
  3. * A project to bypass Extended Security Updates eligibility check for Windows 7 and Windows Server 2008 R2.
  4.  
  5. - Win7/Win2k8R2 official support and updates ended on 14 January 2020.
  6.  
  7. However, Microsoft will provide additional 3 years of security updates to the organizations and businesses which have paid the license for the ESU.
  8. More details:
  9. https://support.microsoft.com/en-us/help/4527878
  10.  
  11. This project helps bypassing this restriction and install ESU updates without purchasing a license, as a proof of concept, non-profit, consumer-targeted.
  12.  
  13. ## Important Notes
  14.  
  15. * ESU updates are not supported offline (you cannot integrate them), they must be installed online on live system.
  16.  
  17. - The ESU eligibilty is only checked during update installation, therefore, you can choose to keep the bypass installed, or remove it afterwards.
  18.  
  19. * The bypass will only allow to install the ESU updates, it will not permit to get the updates themselves via Windows Update.
  20.  
  21. - You can acquire and download the updates manually from Microsoft Update Catalog site
  22. https://www.catalog.update.microsoft.com
  23.  
  24. * You can track the updates KB numbers, either check the official Update History page
  25. https://support.microsoft.com/en-us/help/4009469
  26.  
  27. or follow this MDL thread
  28. https://forums.mydigitallife.net/threads/19461/
  29.  
  30. ## How to Use
  31.  
  32. * Extract the pack contents to a folder with simple path
  33.  
  34. - Install: right-click on installer.bat and "Run as administrator"
  35.  
  36. * Remove : right-click on remover.bat and "Run as administrator"
  37.  
  38. - Note: If you have previous version(s) installed, you don't need to remove it separately,
  39. scripts from latest version can be used to remove previous versions, or install on top of them.
  40.  
  41. ## More Info
  42.  
  43. - The project supports **all Win7/Win2k8R2 editions**, it consist of two tools that work in similar concept:
  44.  
  45. for ESU-supported editions, Custom slc.dll will be used
  46.  
  47. for all other editions, IFEO BypassESU.dll will be used
  48.  
  49. you can also force the use of BypassESU.dll for ESU-supported editions:
  50. edit installer.bat prior running, and change set ForceHook to 1
  51.  
  52. * ESU-supported editions:
  53.  
  54. Client: Professional, Enterprise, Ultimate (including N and E variants)
  55.  
  56. Server: Standard, Datacenter, Enterprise (including Full, Core and without Hyper-V variants)
  57.  
  58. - ESU bypass tools comparison:
  59. Code:
  60. ------------------- | -------------- | ------------------ | -------------------------
  61. Compare / Tool | Custom slc.dll | IFEO BypassESU.dll | Avfr gesu.dll (deprecated)
  62. ------------------- | -------------- | ------------------ | -------------------------
  63. Supported Editions | ESU-supported | ALL | ALL
  64. AV Interoperability | Safe | Unfriendly | Friendly
  65. Performance Impact | None | Slight to None | Slowdown TrustedInstaller
  66. ------------------- | -------------- | ------------------ | -------------------------
  67.  
  68. * Avfr gesu.dll is deprecated and no longer works.
  69. - Source code included in bin\src folder
  70.  
  71. * For extra info, see ReadMe.txt
  72.  
  73. ## Credits
  74.  
  75. * Custom slc.dll : IMI Kurwica
  76. * BypassESU.dll : MDL Collaborators
  77. * superUser : mspaintmsi
  78.  
  79. ## Download
  80.  
  81. Code:
  82. File: BypassESU-v4.7z
  83. SHA-1: 1ab6da15de065e0d5a414293902b671de11bb067
  84. SHA-256: be52204bd904643afb45f0fe0321e31942476a8819a8dd6e441040a90e377027
  85.  
  86. 7z file password: 2020
  87.  
  88. https://gitlab.com/stdout12/adns/uploads/a5e6f92977995f8561a5750026d1982e/BypassESU-v4.7z
  89. https://app.box.com/index.php?rm=bo...mwl444zhvr1ii07dz0w023&file_id=f_600531452819
  90. https://drive.google.com/uc?export=download&id=1NsQK1e4bOKDa2dQFxGTmc4m4zprzluMn
  91. https://host-a.net/f/239599-bypassesu-v47z
  92. https://www.solidfiles.com/v/mDjg2d2wWaNm2
  93. http://androidhost.org/LcqmnIc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement