• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

How to Update Offline Windows with WSUS

AnonyViet by AnonyViet
January 26, 2023
in Tips
0

Managing Windows updates is a job every IT professional has probably done in their career. Managing patches is never fun, especially for Windows computers that don’t have an Internet connection. If you have a Windows Offline computer, it’s time to automate the update process with the WSUS tool.

Join the channel Telegram of the AnonyViet 👉 Link 👈

The WSUS Offline Update Tool, or as some call it WSUSOffline, is a free utility to Download updates on an Internet-connected computer, which bundles all necessary updates and provides a way to install them. that package via usb device or CD/DVD.

In this article, I will update the Windows Offline patch using the WSUS Offline Update tool.

Condition

First you need to ensure the following conditions:

  • Preferably a computer running Windows 7 SP1 or Windows Server 2008 R2 or later. I will use a Windows Server 2012 R2 virtual machine as an example.
  • A separate Windows PC with Internet access to download updates.

Download and set up Windows Offline WSUS updates

To update Windows for computers without Internet connection using WSUS we do the following

1. Open a web browser and go to the WSUS Offline download page here.

2. Click Version to download the latest version.

How to Update Offine Windows with WSUS

WSUS Offline Update there are two separate versions; “Most recent version” and “ESR version“. “Most recent version” includes all modern Microsoft products. If you have an older operating system like Windows 7 SP1 or Windows Server 2008 R2, you must download “ESR version“.

3. After downloading, extract the ZIP file, find and run the file named UpdaterGenerator.exe. This application file will help you customize the updates.

How to Update Offline Windows with WSUS 16

Below is the interface of the WSUS software. In the next part we will use this software to update windows.

How to Update Offline Windows with WSUS 17

Create an Offline update package for Windows

Assume you have a non-Internet Windows Server 2012 R2 machine that needs all the Visual C++ Runtime libraries, the .NET Framework version, and the latest security updates.

Not only for Windows Server 2012 R2, but the steps in this section are applicable to all versions of Windows and Microsoft Office..

Your first task is to create an Offline update package. This update package can be created as an ISO image or stored on a USB drive. In this tutorial, I will create the update package as an ISO file.

ISOs are easier to work with and can be integrated into Windows Server 2012.

1. First, uncheck all Windows 10 updates if you don’t update Windows 10. Failure to do so will cause WSUS Offline Update to download more things than you need, dramatically increasing download times and ISO creation time.

How to Update Offline Windows with WSUS 18

2. Since the tutorial will update the Windows Server 2012 R2 machine, click the Legacy Windows tab. In this tab, select the operating system you want and the architecture. In this case, choose x64 Global (multilingual update).

And finally, select the additional updates you want to download, such as C++ Runtime Library and Frameworks .NET and select “security-only updates” instead of “quality rollups“. Quality rollups are package updates. Still security-only updates install faster and are usually smaller in size.

If you have an internal WSUS server with approved updates and do not want to download updates from the Internet, click the WSUS button.

How to Update Offline Windows with WSUS 19

When finished, click Start to start the build process. WSUSOffline will open a command prompt window when you do so and will begin downloading the necessary updates and creating the ISO file. Be sure to keep this window open at all times. This step takes a few minutes to complete.

If you have selected multiple options and different operating systems, this process may take several hours.

How to Update Offline Windows with WSUS 20

Once the updates have finished downloading and WSUS Offline Update has created the ISO image, you’ll see the following prompt:

How to Update Offline Windows with WSUS 21

3. To view the log file for the entire activity, click Yes. If not, click No.

You have successfully created the first Offline update ISO file containing the updates you selected for Windows Server 2012 R2.

4. Now, open the folder where you started WSUSOffline and notice two folders named iso and client. These folders contain the updates that the tool has just downloaded. The Client folder contains all updates stored directly into the folder, while the iso folder contains the ISO, which has zipped all updates.

Inside the iso folder, you will see an ISO file named wsusoffline-w63-x64.iso.

How to Update Offline Windows with WSUS 22

If you want to use USB to transfer the update package to a computer without Internet, you can also directly transfer the contents of the folder client to USB.

Use the Offline update package

You now have an ISO file containing all the necessary updates on your local computer. It’s time to Update the contents of that ISO file to the Offline computer.

As you can see below, a Windows Server 2012 R2 machine hasn’t been updated yet.

How to Update Offline Windows with WSUS 23

Last installed Update status will not change after running Offline update using WSUS. This is because these fields get information from the keys registry updated only when using WSUS or Microsoft Update. They do not update when individual updates are installed.

To install Offline updates via ISO file:

1. Copy the ISO to an Offline computer using a virtualized DVD drive in VMware or Hyper-V or using a USB stick.
2. Next, find the ISO, right click on it and select Mount.

How to Update Offline Windows with WSUS 243. Now, go to the DVD drive that Windows created for the ISO file and run the UpdateInstaller.exe application.
How to Update Offline Windows with WSUS 254. Select any other additional updates you want to install and select your required options. For this tutorial, choose Update C++ Runtime Libraries, Update Root Certificates, and Install Management Framework 5.1
When done, click Start to start the installation process.

If WSUSOffline detects that any of these updates have been installed, it will ignore them.

How to Update Offline Windows with WSUS 26

If your Offline computer is too old, updating may require multiple reboots. To have the system restart the tool and repeat the process, select Automatic reboot and recall. This option will temporarily disable User Account Control (UAC).

After you click Start, WSUSOffline will open cmd and provide status messages during the update. Don’t close this window!

How to Update Offline Windows with WSUS 27

5. After the updates have been installed, restart your computer. WSUS Offline Update will prompt you to restart your computer to complete the process.

How to Update Offline Windows with WSUS 28

6. If you don’t choose Automatic reboot and recall before starting the update, continue to restart the computer and repeat steps 4-6 until WSUS Offline Update detects that there are no more updates available.

You have successfully updated your Offline computer.

Conclusion

WSUS Offline Update is a tool every sysadmin should have. This tool saves a lot of time updating computers without Internet by automating most of the process.

The article achieved: 5/5 – (100 votes)

Tags: OfflineUpdateWindowsWSUS
Previous Post

How to register a CO.UK domain for free without VISA from LCN

Next Post

Lesson 17: Square Root – Square Root

AnonyViet

AnonyViet

Related Posts

[Godot Shooter] #2: Creating characters & shooting bullets
Tips

[Godot Shooter] #2: Creating characters & shooting bullets

June 7, 2025
What do you need to learn game programming? Is it difficult? How long does it take?
Tips

What do you need to learn game programming? Is it difficult? How long does it take?

June 6, 2025
Instructions for registering chatgpt team at $ 1
Tips

Instructions for registering chatgpt team at $ 1

June 5, 2025
How to engrave the right mouse menu error on Windows
Tips

How to engrave the right mouse menu error on Windows

June 5, 2025
How to create online meme photos is very easy with a few steps
Tips

How to create online meme photos is very easy with a few steps

June 5, 2025
[Godot Engine] Export to Windows, Linux, MacOS, Android
Tips

[Godot Engine] Export to Windows, Linux, MacOS, Android

June 4, 2025
Next Post
Lesson 17: Square Root – Square Root

Lesson 17: Square Root - Square Root

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

[Godot Shooter] #2: Creating characters & shooting bullets

[Godot Shooter] #2: Creating characters & shooting bullets

June 7, 2025

Tải App 89Bet Để Trải Nghiệm Không Giới Hạn

June 6, 2025
What do you need to learn game programming? Is it difficult? How long does it take?

What do you need to learn game programming? Is it difficult? How long does it take?

June 6, 2025
Guide to search law with AI quickly and accurately

Guide to search law with AI quickly and accurately

June 6, 2025
[Godot Shooter] #2: Creating characters & shooting bullets

[Godot Shooter] #2: Creating characters & shooting bullets

June 7, 2025

Tải App 89Bet Để Trải Nghiệm Không Giới Hạn

June 6, 2025
What do you need to learn game programming? Is it difficult? How long does it take?

What do you need to learn game programming? Is it difficult? How long does it take?

June 6, 2025
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

[Godot Shooter] #2: Creating characters & shooting bullets

[Godot Shooter] #2: Creating characters & shooting bullets

June 7, 2025

Tải App 89Bet Để Trải Nghiệm Không Giới Hạn

June 6, 2025
  • Home
  • Home 2
  • Home 3
  • Home 4
  • Home 5
  • Home 6
  • Next Dest Page
  • Sample Page

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí SHBET https://kubet88.yoga/ bj88

No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí SHBET https://kubet88.yoga/ bj88

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply