Goline It Services Logo

News

  • GOLINE SA is excited to announce a new partnership with NetApp, a global leader in cloud data services and storage solutions. This collaboration aims to help organizations modernize their IT infrastructure, streamline data management, and enhance performance across cloud and hybrid environments. Modern Data Solutions for Businesses Through this partnership, GOLINE integrates advanced data management solutions, enabling businesses to securely store, manage, and access critical information across cloud, on-premises, or hybrid setups. Clients can benefit from: Flexible and scalable storage solutions to meet growing data needs Simplified management of cloud and on-premises environments Enterprise-grade security for sensitive and mission-critical data...
  • GOLINE SA is proud to announce a new strategic partnership with Omnissa, a global leader in digital workspace platforms and Horizon Cloud Service solutions. This collaboration marks a significant step forward in helping organizations embrace secure, flexible, and high-performance work environments. Why Choose Omnissa for Your Business? The platform enables virtual desktops, applications, and unified endpoint management. Organizations can deploy scalable workspaces across cloud, hybrid, or on-premises setups. Key benefits include: Easy access to desktops and apps on any device Centralized management for Windows, macOS, iOS, Android, and ChromeOS Strong security with access controls and multi-factor authentication Automated scaling to...
  • Goline is proud to announce a strategic partnership with Cloudflare, the world leader in web performance and security solutions. This collaboration aims to provide goline.ch customers with state-of-the-art protection against cyber threats while delivering lightning-fast website performance. Through this partnership, Goline integrates Cloudflare’s advanced services, including DDoS protection, CDN caching, DNS security, and edge computing, allowing businesses to secure and optimize their websites effortlessly. Users will benefit from improved page load speed, enhanced reliability, and robust defense against malicious attacks. This partnership with Cloudflare enables goline to offer unmatched security and performance solutions to clients. By leveraging Cloudflare’s cutting-edge technology,...

Microsoft .NET 4.7 update problem on Windows 2012 R2

Miro Manglaviti Windows 22 June 2022
The Fix
To resolve this, we are going to download the updates MSU files from the Microsoft Update Catalog, and fully uninstall, then re-install the problematic updates.
Please Note: Always make sure you have a full backup before making modifications to your servers.
Please follow the instructions below:
Create a folder called “updatefix” on the root of your C drive on the server
Navigate to the Windows Update catalog at: See the catalog
Search for KB4054566 and download the file for “Windows Server 2012 R2”, save it to the folder you created above called “updatefix” on the root of your C Drive. There should be one file in the download.
Search for KB4340558 and download the files for “Windows Server 2012 R2”, save it to the folder you created above called “updatefix” on the root of your C Drive. There should be a total of 3 files in this download.
Create a folder in the “updatefix” folder called “expanded”.
Open an elevated command prompt, and run the following commands to extract the updates CAB files:
 
expand -f:* “C:updatefixwindows8.1-kb4338415-x64_cc34d1c48e0cc2a92f3c340ad9a0c927eb3ec2d1.msu” C:updatefixexpanded
expand -f:* “C:updatefixwindows8.1-kb4338419-x64_4d257a38e38b6b8e3d9e4763dba2ae7506b2754d.msu” C:updatefixexpanded
expand -f:* “C:updatefixwindows8.1-kb4338424-x64_e3d28f90c6b9dd7e80217b6fb0869e7b6dfe6738.msu” C:updatefixexpanded
expand -f:* “C:updatefixwindows8.1-kb4054566-x64_e780e6efac612bd0fcaf9cccfe15d6d05c9cc419.msu” C:updatefixexpanded
 
Now let’s uninstall the problematic updates. Some of these commands may fail depending on which updates you have successfully installed. Run the following commands individually to remove the updates:
 
dism /online /remove-package /packagepath:C:updatefixexpandedWindows8.1-KB4338424-x64.cab
dism /online /remove-package /packagepath:C:updatefixexpandedWindows8.1-KB4338419-x64.cab
dism /online /remove-package /packagepath:C:updatefixexpandedWindows8.1-KB4338415-x64.cab
dism /online /remove-package /packagepath:C:updatefixexpandedWindows8.1-KB4054566-x64.cab
 
Now let’s cleanly install the updates. All of these commands should be successful when running. Run the following commands individually to install the updates:
 
dism /online /add-package /packagepath:C:updatefixexpandedWindows8.1-KB4054566-x64.cab
dism /online /add-package /packagepath:C:updatefixexpandedWindows8.1-KB4338415-x64.cab
dism /online /add-package /packagepath:C:updatefixexpandedWindows8.1-KB4338419-x64.cab
dism /online /add-package /packagepath:C:updatefixexpandedWindows8.1-KB4338424-x64.cab
 
You have now fixed the issue and all updates should now be cleanly installing via Windows Updates!
11 / 100 SEO Score
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
| Reply