F5F Stay Refreshed Software Operating Systems Need help with a Windows installation? Ask about custom setup options or troubleshooting steps.

Need help with a Windows installation? Ask about custom setup options or troubleshooting steps.

Need help with a Windows installation? Ask about custom setup options or troubleshooting steps.

D
Dexthi
Junior Member
17
12-22-2023, 05:17 PM
#1
You're totally new to this, but there are simpler ways to do a silent Windows installation. You can use tools like Windows Installer or scripts to automate the process without popping up messages.
D
Dexthi
12-22-2023, 05:17 PM #1

You're totally new to this, but there are simpler ways to do a silent Windows installation. You can use tools like Windows Installer or scripts to automate the process without popping up messages.

D
Daantjeplays
Member
157
01-07-2024, 09:06 AM
#2
For setting up Windows with existing software, a built-in utility named sysprep can help. It’s commonly used by organizations to generate a ready-to-deploy image that can be applied across several machines, eliminating the need to install updates or programs manually each time. Keep in mind you must first install Windows and configure it according to your preferences at least once. This approach isn’t beneficial if you only need to install on a single system. https://docs.microsoft.com/en-us/windows...stallation EDIT: I often use sysprep to build base images after monthly updates, so when I need to rebuild a VM I can access the latest image without worrying about applying patches.
D
Daantjeplays
01-07-2024, 09:06 AM #2

For setting up Windows with existing software, a built-in utility named sysprep can help. It’s commonly used by organizations to generate a ready-to-deploy image that can be applied across several machines, eliminating the need to install updates or programs manually each time. Keep in mind you must first install Windows and configure it according to your preferences at least once. This approach isn’t beneficial if you only need to install on a single system. https://docs.microsoft.com/en-us/windows...stallation EDIT: I often use sysprep to build base images after monthly updates, so when I need to rebuild a VM I can access the latest image without worrying about applying patches.

S
Superub
Member
241
01-07-2024, 02:30 PM
#3
I’m checking for a single-option setup rather than installing each tool individually. I’ll explore sysprep. Thanks!
S
Superub
01-07-2024, 02:30 PM #3

I’m checking for a single-option setup rather than installing each tool individually. I’ll explore sysprep. Thanks!

K
Koningtwann
Member
148
01-10-2024, 05:28 PM
#4
Sysprep's not what you're looking for then. It's designed to make it easier to deploy the same image to multiple systems. You'll still have to install all your programs one by one before you can create the image. By that point, you've already got it set up so there's no point in using sysprep. You can look around to see if there's an installer with all the programs you want, but I doubt you'll find it. There's ways to do it yourself by putting multiple programs into an MSI installer, but if you're only doing this on one system, it's going to be more work than just installing them all normally.
K
Koningtwann
01-10-2024, 05:28 PM #4

Sysprep's not what you're looking for then. It's designed to make it easier to deploy the same image to multiple systems. You'll still have to install all your programs one by one before you can create the image. By that point, you've already got it set up so there's no point in using sysprep. You can look around to see if there's an installer with all the programs you want, but I doubt you'll find it. There's ways to do it yourself by putting multiple programs into an MSI installer, but if you're only doing this on one system, it's going to be more work than just installing them all normally.

S
Slagothy
Junior Member
29
01-11-2024, 02:15 AM
#5
You can design your own installation image, including preinstalled programs and drivers, by visiting ntlite.com
S
Slagothy
01-11-2024, 02:15 AM #5

You can design your own installation image, including preinstalled programs and drivers, by visiting ntlite.com

M
matt455
Member
188
01-12-2024, 07:47 AM
#6
Not familiar with ntlite. Appreciate your answers and support.
M
matt455
01-12-2024, 07:47 AM #6

Not familiar with ntlite. Appreciate your answers and support.