Jump to content
View in the app

A better way to browse. Learn more.

WinCert.net Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

p1R

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    p1R reacted to abbodi1406 in Microsoft .NET Framework 4.8 for Windows 7   
    Description:

    The .NET Framework is a popular development platform for building apps for Windows, Windows Store, Windows Phone, Windows Server, and Windows Azure. The .NET Framework platform includes the C# and Visual Basic programming languages, the common language runtime, and an extensive class library. read more.

    Info: The .NET package will be slipstreamed as pre-installed
    OS: Windows 7 SP1
    Notes:
    - The addon will conflict with some Windows Updates (.NET 3.5 Family), so leave the addon's integration to the last.
    - Add main addon first before LangPack addon, to get ASP.NET service localization properly.
    - To function properly, .NET 4.7.x require D3DCompiler_47.dll component, which is found in either the current "Monthly Quality Rollup" or "update KB4019990". It is recommended to integrate it first, or you can install it later.
    Windows6.1-KB4019990-x64.msu
    Windows6.1-KB4019990-x86.msu
    .NET 4.8:
    Spoiler
    Version: 4.8.4797.1 (KB5065750)
    Date: 2025.09.09
    Download:
    https://github.com/abbodi1406/dotNetFx4xW7A/releases/latest
    Language Packs:
    https://github.com/abbodi1406/dotNetFx4xW7A/releases/tag/19.04.13
    .NET 4.7.2:
    Spoiler
    Version: 4.7.3394.3 (KB4488666)
    Date: 2019-03-19
    dotNetFx472_20190319_x86.WA
       Size: 34.33 MB
    SHA-256: 4af1f964868bfa70cec4ddf5f0be2a7beef7c0f51de781b3b26aa0967c412fff
    https://rebrand.ly/dotNetWA86
    dotNetFx472_20190319_x64.WA
       Size: 45.78 MB
    SHA-256: ea59ed76d47b5fbad7885580e07be70a05587282c628c9de6be69b4f72f6a82b
    https://rebrand.ly/dotNetWA64
    Language Packs:
    https://drive.google.com/open?id=1r8NJ6k8a1XTX3cbi1Kyv8BQpTE-6A-d0
    Languages Codes Reference:
    Spoiler
    ARA | Arabic - العربية CHS | Chinese Simplified - 中文 简体 CHT | Chinese Traditional - 中文 繁體 CSY | Czech - čeština DAN | Danish - dansk DEU | German - Deutsch ELL | Greek - Ελληνικά ESN | Spanish - español FIN | Finnish - suomi FRA | French - français HEB | Hebrew - עברית HUN | Hungarian - magyar ITA | Italian - italiano JPN | Japanese - 日本語 KOR | Korean - 한국어 NLD | Dutch - Nederlands NOR | Norwegian - norsk PLK | Polish - polski PTB | Portuguese (Brazil) - Português (Brasil) PTG | Portuguese (Portugal) - Português (Portugal) RUS | Russian - Русский SVE | Swedish - svenska TRK | Turkish - Türkçe 
     
  2. Like
    p1R reacted to abbodi1406 in Visual C++ Redistributable Runtimes   
    Description:

    The Visual C++ Redistributable Packages install runtime components that are required to run applications that are developed by using Visual Studio. These packages install run-time components of these libraries: C Runtime (CRT), Standard C++, ATL, MFC, C++ AMP, OpenMP and MSDIA. read more.

    OS: Windows All

    Versions:
    VC++ 2022: 14.44.35211.0 VC++ 2013: 12.0.40664.0 VC++ 2012: 11.0.61135.400 VC++ 2010: 10.0.40219.473 VC++ 2008: 9.0.30729.7523 VC++ 2005: 8.0.61187 VC++ 2003: 7.10.6119.0 Vc++ 2002: 7.0.9975.0 + Legacy Visual Basic RuntimesFiles Contents:
    vcredist_x64_Win7 / vcredist_x86_Win7: All runtimes for Windows 7 SP1 vcredist_x64_2022_WinAll / vcredist_x86_2022_WinAll: Visual C++ 2022 vcredist_x64_2013d_WinAll / vcredist_x86_2013d_WinAll: Visual C++ 2013, 2012, 2010, 2003, 2002 Visual Basic 6.0 Runtimes vcredist_x64_SxS_Win7 / vcredist_x86_SxS_Win7: Visual C++ 2008, 2005 for Windows 7 SP1 vcredist_x64_SxS_Win810 / vcredist_x86_SxS_Win810: Visual C++ 2008, 2005 for Windows 8.1/10Important Notes:
    # Integrating SxS 2008/2005 addons require launching Wintoolkit with TrustedInstaller privileges, to gain write access to WinSxS directory
    for that, you need to use NSudo (or other similar tools):
    - download and extract latest release Binary.zip
    - launch Win32\NSudo.exe or x64\NSudo.exe, or run NSudo.bat as administrator
    - make sure User is set to TrustedInstaller
    - check "Enable All Privileges"
    - paste Wintoolkit.exe path in the lower box (or Browse to the file)
    - click run
    if you are using Windows 7 Simplix Update Pack, you don't need that, it already handle the required privileges
    # vcredist_x64_Win7 / vcredist_x86_Win7 is AIO addon, mainly to be used with Simplix Update Pack, or else you need Wintoolkit with NSudo
    # VC++ 2022 runtimes are binary compatible and upgrade to VC++ 2015-2017-2019 and cover all VS 2015-2017-2019-2022 programs
    # To complete VC++ 2022 functions for Windows 7/8.1, you need to integrate Universal CRT components, which is available with latest Monthly Rollup, or updates KB3118401/KB2999226
    Download:
    vcredist_x64_Win7_20250708.WA
    vcredist_x86_Win7_20250708_r.WA
    vcredist_x64_2022_WinAll_14.44.35211.WA
    vcredist_x86_2022_WinAll_14.44.35211_r.WA
    vcredist_x64_2013d_WinAll.WA
    vcredist_x86_2013d_WinAll.WA
    vcredist_x64_SxS_Win7.WA
    vcredist_x86_SxS_Win7.WA
    vcredist_x64_SxS_Win810.WA
    vcredist_x86_SxS_Win810.WA
    you can find latest releases -> here
    SHA1 checksums:
    05e938f354c059d89d846d2e9a7591d05154aa70 *vcredist_x64_2013d_WinAll.WA 534f1e53080819aeb58e3b060d7c6a0a76b4d4d4 *vcredist_x86_2013d_WinAll.WA 8cc9f65fc444a878d8cabd0ad317597edb552f07 *vcredist_x64_SxS_Win7.WA 886faa949e7d51a40dc8d467f65c373f887c2ec3 *vcredist_x86_SxS_Win7.WA 94e267e5e6ff89854bd64b6260333664a266c754 *vcredist_x64_SxS_Win810.WA 206fda69fa2d3fd838dd9e3ee33f35c4cd7a2cae *vcredist_x86_SxS_Win810.WA Credits to ricktendo for original repack AIO
  3. Thanks
    This is my updated, lite installer with a few Adobe Customization Wizard tweaks from this tutorial by Aaron Parker
    Details: Integrated latest MSP update, old Visual C++ runtimes removed, also other stuff removed and made "Lite", recompiled MSI, applied custom MST tweaks (details bellow)
    English United States (en-US) Updated
    MD5: b67afb0cf53ab6bfe50db7dca4c55656
    Size: 54.3 MB
    German Germany (de-DE) Updated
    MD5: 21d78e42d4de9579474a68af54c5cf3c
    Size: 54.7 MB
    Spanish Spain (es-ES) Updated
    MD5: f98fd244b74adc30becd118e6d2f78e5
    Size: 54.7 MB
    French France (fr-FR) Updated
    MD5: 628c6bbaa9c9540fec8ce73c4dd75ed4
    Size: 54.7 MB
    Hungarian Hungary (hu-HU) Updated
    MD5: c94a243ed71a29b9bfba20ae7bc8af78
    Size: 54.7 MB
    Italian Italy (it-IT) (Mirror)
    MD5: ff1d6364469fc164ac18761afd84173a
    Size: 54.5 MB
    Polish Poland (pl-PL) Updated
    MD5: 89d69f6190a9b5cd1396c97965111249
    Size: 54.7 MB
    Portuguese Brazil (pt-BR) Updated
    MD5: 9b521f9b07b1440ac7352e765df7bf75
    Size: 54.7 MB
    Russian Russia (ru-RU) (Mirror)
    MD5: 84a70b1194ecac300042185f4914ce96
    Size: 54.5 MB
    Turkish Turkey (tr-TR) Updated
    MD5: 3d3f746bde2dab1f23e0bdd54ec75c4f
    Size: 54.7 MB
    CustWiz and other tweaks
    Hidden Menu Items

    //HideMenu.js // [File - Save As Other]app.hideMenuItem("SaveAsSubmenu"); // [File - Send File]app.hideMenuItem("Email"); // [Edit - Check Spelling]app.hideMenuItem("Spelling:Spelling"); // [Edit - Accessability]app.hideMenuItem("Accessibility"); // [View - Read Out Loud]app.hideMenuItem("ReadAloud"); // [Help - Online Support]app.hideMenuItem("OnlineSupport"); // [Help - Online Support - Knowledge Base]app.hideMenuItem("KnowledgeBase"); // [Help - Online Support - Adobe Support Programs]app.hideMenuItem("AdobeExpertSupport"); // [Help - Online Support - Adobe User Community]app.hideMenuItem("AdobeUserCommunity"); // [Help - Online Support - Accessibility Resource Center]app.hideMenuItem("AccessOnline"); // [Help - Online Support - Generate System Report]app.hideMenuItem("SystemInformation"); // [Help - Repair Adobe Reader Installation]app.hideMenuItem("DetectAndRepair");Some tools to create your own
    Adobe Customization Wizard (repack/removed old runtimes)http://adf.ly/1713566/custwizInstEd (yumeyao LZX:21 mod)http://adf.ly/1713566/instedmsiSlim down your installers:http://adf.ly/1713566/msislim

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.