Recommended Posts

 

Sorry for the crappy video above, I literally just threw it together, so if you are REALLY bored you can watch it.

 

I can?t believe I only just now learned about Sysprep. So for those of you that have also never heard of it i?ll tell you what it does.

It allows you to install an operating system such as Windows Vista, Windows 7 and Windows 8 (May have been in XP too). Install all the updates install all the software. Once finished you run sysprep and tell it to generalize it. What it does is removes the product key, removes all the drivers and a few other things and turns the computer off.

Now you can take that up to date version of Windows and put it into a different computer. Upon first boot it detects and installs all of the hardware, prompts you for the Windows Product key for that machine. its just like the first boot of a clean install of windows. Except for the fact that once you get into windows all of the applications are already installed and Windows is up to date. Assuming your image has all the current updates and updated software a clean install can be done in about 10 mins.

Until I heard of sysprep last week, I was always reinstalling Windows from Scratch for people, doing all the updates installing all the software. That would take about 1 1/2 to 2 hours per reinstall.

Now I have 3 SSD?s. One with Vista home Premium, Windows 7 Home Premium and Windows 8 Core. All current with all the updates and all the software I normally install.

I?m going to be keeping these images up to date once a month. When i?m done updating them I tell it to generalize it and now it?s ready to be cloned onto a new hard drive.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/
Share on other sites

Hokey smokes how did you do so long without it? Been using it since 2K (and was available since NT4 I think), absurdly handy timesaver, especially if you're installing it on dozens of machines at once.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596578023
Share on other sites

 

Until I heard of sysprep last week, I was always reinstalling Windows from Scratch for people, doing all the updates installing all the software. That would take about 1 1/2 to 2 hours per reinstall.

 

 

sorry what? 2 hours with all the updates, software and all (ex: windows 8 upgrade to 8.1 + install all the updates including update 1)? seems excessive low, i've seen 4 hours+ for that example.

 

ontopic: glad that you heard sysprep now, better late then never.  :laugh:  for example: you can sysprep, via powershell, a VM of Server 2012 R2 in a couple of minutes... MINUTES! one of the best tools out there.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596578025
Share on other sites

I'm new to sysprep.  Never heard of it until this thread.

 

Does /generalize also remove the included Windows drivers that came with the disc?  Or does it only remove OEM and third-party drivers?

 

If the Microsoft Windows drivers are removed, how can I save them when using sysprep?

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580015
Share on other sites

btw you are only able to rearm 3 times. 

http://support.microsoft.com/kb/929828


I'm new to sysprep.  Never heard of it until this thread.

 

Does /generalize also remove the included Windows drivers that came with the disc?  Or does it only remove OEM and third-party drivers?

 

If the Microsoft Windows drivers are removed, how can I save them when using sysprep?

No it keeps the drivers but returns the system as it was when unpacking it from the box or OOBE at first power on.  Profiles and drivers remain intact and you will be forced to create a new one. 

 

Sysprep was included in the windows vista and above oses and was part of a cab file or SDK on xp and prior. 

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580361
Share on other sites

btw you are only able to rearm 3 times. 

http://support.microsoft.com/kb/929828

yes & no

 

you can get around that but it's a bit of a pain

http://www.vmwareandme.com/2013/10/guide-fatal-error-occurred-while-trying_23.html#.VBeENhbVTJw

 

I just learned the wonders of SysPrep a few months ago myself. used it to format/set up my mom's old laptop to sell at a garage sale :)

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580367
Share on other sites

I have had issues trying the method mentioned. It ended up a complete install from scratch. This was attempted last year. Not my first time attempting this either, I will try again next time this happens to me, but I won't be screwing with it for much more than 30 minutes.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580383
Share on other sites

I have had issues trying the method mentioned. It ended up a complete install from scratch. This was attempted last year. Not my first time attempting this either, I will try again next time this happens to me, but I won't be screwing with it for much more than 30 minutes.

yeah I've heard it's rather luck based hence why i said it can be a bit of a pain. came across it while i was googling the basics of using sysprep

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580385
Share on other sites

I have had issues trying the method mentioned. It ended up a complete install from scratch. This was attempted last year. Not my first time attempting this either, I will try again next time this happens to me, but I won't be screwing with it for much more than 30 minutes.

 

Yep,

Same thing here. Gave up on it. :(

 

Have tried it many, many times. It's just totally a matter of luck to get it to work correctly to many times.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580413
Share on other sites

yeah I've heard it's rather luck based hence why i said it can be a bit of a pain. came across it while i was googling the basics of using sysprep

 

you can use the following link for best pratices of sysprep: http://blogs.technet.com/b/askcore/archive/2011/05/11/sysprep-skiprearm-and-image-build-best-practices.aspx

 

also: Sysprep with Microsoft Deployment Toolkit is the way to go, but remember that Sysprep is only legal if you have a volume license key, even for OEM media. So if you want to use it for deploying multiple devices that have an OEM COA, you must buy at least 1 volume license key to be able to sysprep the devices, otherwise it is non legal.

  • Like 2
Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580417
Share on other sites

I'm new to sysprep.  Never heard of it until this thread.

 

Does /generalize also remove the included Windows drivers that came with the disc?  Or does it only remove OEM and third-party drivers?

 

If the Microsoft Windows drivers are removed, how can I save them when using sysprep?

 

generalize is used for removing security descriptors for deploying multiple machines from one image. 

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580425
Share on other sites

 

also: Sysprep with Microsoft Deployment Toolkit is the way to go, but remember that Sysprep is only legal if you have a volume license key, even for OEM media. So if you want to use it for deploying multiple devices that have an OEM COA, you must buy at least 1 volume license key to be able to sysprep the devices, otherwise it is non legal.

I have never seen this.  Can you point to any Microsoft site that says this?

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580897
Share on other sites

Sysprep is around since Windows NT 4.0. With Vista, it was built into Windows and more importantly became independent of the hardware abstraction layer (HAL). It is what made NT6 deployment so much better than XP/2000.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596580925
Share on other sites

btw you are only able to rearm 3 times. 

http://support.microsoft.com/kb/929828

No it keeps the drivers but returns the system as it was when unpacking it from the box or OOBE at first power on.  Profiles and drivers remain intact and you will be forced to create a new one. 

 

Sysprep was included in the windows vista and above oses and was part of a cab file or SDK on xp and prior.

If you use the /audit switch you can also remove any existing profile before using /generalise /oobe.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596581313
Share on other sites

I have a computer that has a hard drive partitioned into two: the C drive and the D (backup) drive.  This is in addition to the system partition.

 

Can I bypass diskpart and use sysprep to deploy an image to the C drive only?  I already have important stuff on the D drive, and I don't want to wipe that.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596581365
Share on other sites

I have a computer that has a hard drive partitioned into two: the C drive and the D (backup) drive.  This is in addition to the system partition.

 

Can I bypass diskpart and use sysprep to deploy an image to the C drive only?  I already have important stuff on the D drive, and I don't want to wipe that.

yes, sysprep only effects the os partition.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596581405
Share on other sites

Also realize you can only sysprep an image a maximum of 3 times.  So don't keep building on an image and sysprep'ing it or you'll run into this limitation.

Instead when you install all the latest patches, etc you'll want to take the stock image and start with that.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596581595
Share on other sites

I have never seen this.  Can you point to any Microsoft site that says this?

 

sure!

unsupported sysprep scenarios: http://support.microsoft.com/kb/828287/en-us

reimaging rights (updated in April 2014): http://www.microsoft.com/licensing/about-licensing/briefs/reimaging.aspx

 

so basically to be able to use sysprep (a imaging tool), one MUST have a volume licensing agreement to begin with; however minimum 1 license is needed (5 VL products minimum) to be able to have VL media, keys and rights to reimaging (it doesn't make sense to reimage 1 device doesn't it? best is to backup that device bare metal; reimaging is for deploying multiple devices), so you can buy 1 license for the Windows you wish to deploy and four other licenses of whatever VL products, as long the total is 5 (it can be the most cheaper products in the list).

 

Done that you can use the VL media to deploy the image, but you can't use the OEM license with that, only the VL licence + media. This is trick part that most people fall into: OEM licenses live and die with the device they were licensed for - that's the reason their price is so damn cheap, it can't be legally used outside that device (reimaging).

There are exceptions to this, of course: downgrade rights and OEM recovery image. The first grants you the right to reimage using a VL media with a OEM or VL license as long as the device is licensed for downgrade rights; the second grants you the right to use the OEM recovery image to use on multiple devices, as long as those devices are from the same OEM and properly licensed - as in, same license and version.

 

also a note: you can't use sysprep on a upgraded system, so be careful if upgrading from 8 to 8.1 (it does work if you remove a registry key, but then since that's unsupported and may give more troubles in the long run, i would advice against).

 

hope i helped!

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596581597
Share on other sites

unsupported does not equal illegal to use. 

reimaging does not equal sysprep being illegal to use. 

 

 

You state this "but remember that Sysprep is only legal if you have a volume license key"  but none of those links state that sysprep is only legal to use when you have a vlk.  sure reimaging may need to get a vlk, although oem use imaging without a vlk in place, I would think that oem manufactures would then have to sell the end users a license from the vlk that they used.

 

What you have linked to is fud.  it states clearly that the second link:

Applies to all Volume Licensing Programs

which has 0 to do with OEM, they can't even really cover anything legal or illegal relating to OEM in that link.

 

btw, oems get a OS or OEM Preinstallation Kit (OPK) which includes sysprep and the imaging tools required.  so again, it is not illegal to use sysprep or image OEM.

 

http://www.microsoft.com/OEM/en/installation/downloads/Pages/windows_7_opk.aspx#fbid=Q_lF6RFkUh2

 

 

 

 


OPK Features:
 

Windows System Image Manager (Windows SIM) Used to open Windows images, create answer files, and manage distribution shares and configuration sets.

 

ImageX Used to capture, create, modify, and apply Windows images.

 

Deployment Image Servicing and Management (DISM) Used to apply updates, drivers, and language packs to a Windows image. It is available in all installations of Windows 7 and Windows Server 2008 R2.

 

Windows Preinstallation Environment (Windows PE) Minimal operating-system environment used to deploy Windows.

 

The OPK includes several tools you can use to build and configure Windows PE.

 

Windows Setup Used to install Windows. It is included in the Windows product DVD and is not part of the OPK installation.

 

System Preparation (Sysprep) Used to prepare a Windows installation for imaging or delivery to a customer. Sysprep.exe is available in all Windows installations in the %WINDIR%\system32\sysprep directory.
 

 

 

How do you get an oem copy with this OPK you may ask? 

http://www.newegg.com/Product/Product.aspx?Item=N82E16832416776&cm_re=windows_8_oem-_-32-416-776-_-Product

or

http://www.newegg.com/Product/Product.aspx?Item=N82E16832416804&cm_re=windows_7_oem-_-32-416-804-_-Product

  • Like 2
Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596581687
Share on other sites

Back when we had XP there was specific wording from Microsoft that said you could use the VLK to image machines that had valid CoA on the machines.  You did NOT need a VLK license and they provided a VLK key in the VLSC site for that purpose.  I honestly don't know what it is now as we have an EES agreement and KMS/MAK keys for everything.

 

I have never heard anything about needing a VLK for SYSPREPing a machine either. 

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596581703
Share on other sites

What you have linked to is fud.  it states clearly that the second link:

Applies to all Volume Licensing Programs

which has 0 to do with OEM, they can't even really cover anything legal or illegal relating to OEM in that link.

 

I think you are confusing OEM (the license they sell you when you buy a new device, either tablet, laptop, desktop, whatever) with Direct OEM or System Builders (manufacturers) like Toshiba, Dell, HP and small companies that also act as an OEM; the OEM, as the manufacturers, can provide syspreped images with a volume key because they use the OEM System Builder Licensing program, with the OPK toolset, as you can see in here: http://www.microsoft.com/oem/en-gb/licensing/sblicensing/Pages/index.aspx

That grants an OEM (system builder), not joe smith, the right to sell a fully assembled device, OEM COA, Windows pre-installed with a volume key, manuals and media, to a end user (the only exception to this case is Personal License); that doesn't give you the right to use sysprep with just the OEM license.

 

those are MS links and there's alot of talking on forums about this stuff. In doubt talk with a Microsoft licenses representative and he will explain the same stuff.

 

 

btw, oems get a OS or OEM Preinstallation Kit (OPK) which includes sysprep and the imaging tools required.  so again, it is not illegal to use sysprep or image OEM.

 

http://www.microsoft.com/OEM/en/installation/downloads/Pages/windows_7_opk.aspx#fbid=Q_lF6RFkUh2

 

How do you get an oem copy with this OPK you may ask? 

http://www.newegg.com/Product/Product.aspx?Item=N82E16832416776&cm_re=windows_8_oem-_-32-416-776-_-Product

or

http://www.newegg.com/Product/Product.aspx?Item=N82E16832416804&cm_re=windows_7_oem-_-32-416-804-_-Product

 

like i've said, OEM have a direct channel for this. They use imaging tools like sysprep but the key they sell you it's in the COA; the key installed is different. The only exception is the Personal License, where anybody can buy that version of Windows 8/8.1 (system builder oem version) and sysprep it - there's still conditions to use it though.

 

btw: did you see the disclaimer in those links you posted?

 

 

 

  • Disclaimer: Use of this OEM System Builder Channel software is subject to the terms of the Microsoft OEM System Builder License. This software is intended for pre-installation on a new personal cannot be transferred to another computer once it is installed. To acquire Windows software with support provided by Microsoft please see our full package "Retail" product computer for resale. This OEM System Builder Channel software requires the assembler to provide end user support for the Windows software and offerings.

 

that's right, it's more cheaper then the "retail" version because it's non transferable, non supported by Microsoft (the support is passed into the system builder). Also this is not the same OEM version you get when you buy a device with Windows on it - this is the system builder version, where if aren't a system builder then you can only use it as the Personal License says. You can see more in here: http://www.microsoft.com/oem/en-gb/licensing/sblicensing/Pages/personal-use-license.aspx

oh crap, Neowin trucked a big chunk of my reply :/

Back when we had XP there was specific wording from Microsoft that said you could use the VLK to image machines that had valid CoA on the machines. 

 

i dunno about then, but today as long as it was the same version... the only exception is the Enterprise version of Windows.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596581733
Share on other sites

I also worked for a small oem shop who was no better than a ms gold partner. They would order oem media from techdata or ingram to install. you can get the same media and sku from New egg.

Of course it is not transferable no one is questioning that. No one said that you can't image that and use the key that is on the side of the computer that you are pushing the image to either.

Link to comment
https://www.neowin.net/forum/topic/1229521-i-can/#findComment-596581737
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Liene PixCut S1 Starter Kit gets a whopping 31% discount on Prime Day by Steven Parker Liene reached out to us to share another Prime Day exclusive deal that starts today on Amazon. It gives buyers a massive 31% off on the cost of this color sticker printer and cutting machine. It's basically an all-in-one sticker maker for DIY crafts, custom labels and gifts. It utilizes thermal dye-sublimation at 300 dpi, and offers precise "AI" auto-cutting. Here are some more of its highlights: All-in-One Convenience - Print and Cut in One Step. Say goodbye to the hassle of using separate machines. The PixCut S1 seamlessly integrates high-resolution photo printing and precise die cutting into one streamlined device. With just a few clicks on the user-friendly app, you can edit, print, and cut directly from your smartphone via Bluetooth. Create stickers in just 2 minutes! This all-in-one solution saves you time and effort, making your creative projects more enjoyable and efficient. AI Image Extraction & Precision Cutting - Unleash your creativity with the AI image extraction feature that automatically recognizes and extracts subjects from your photos. Then watch as the high-precision cutting system, guided by the same AI technology, perfectly follows every edge with pinpoint accuracy. This seamless AI-to-cut workflow ensures flawless results every time. Turn any moment into custom stickers with professional edges in minutes - just masterpieces made simple. High-Resolution Prints - Vivid and True-to-Life Colors. Utilizing thermal dye-sublimation technology, the PixCut S1 delivers stunning 300 dpi high-resolution prints with 16.7 million colors. Whether you're printing photos, stickers, or labels, you can expect vibrant, true-to-life color effects that make your creations stand out. Every detail is captured with precision, providing professional-quality results every time. AI Lab - Bring Your Imagination to Life. Upload a photo, pick a style from the Liene Photo App, and watch AI bring your vision to life instantly. Turn selfies into an anime character, a fantasy hero, or a festive holiday illustration — all with stunning realism. One style, endless versions of you. Print your AI art as custom stickers, unique gifts, or social media posts — perfect for avatars and DIY projects. No design experience required. Your creativity is just one click away from magic. Durable Stickers - Create Long-Lasting Creations .Thanks to the four-layer thermal dye-sublimation technology, the photopaper is automatically laminated during printing. Stickers produced by PixCut S1 are durable, waterproof and scratch-resistant, ensuring they remain vibrant and intactover time. Perfect for creating custom stickers, labels, and more that last. No Subscription. Just Pure Creativity. With the Liene app, available on mobile, tablet, and desktop. Unlock 40,000+ free images, fonts & elements (and growing), plus 2000+ ready-to-use templates for phone skins, lens stickers, ID cards, labels, name tags, journaling, and more. No paywalls, no hidden fees, just pure creativity. Turn any idea into a custom creation in minutes. Your imagination has no limits, neither should your software. This deal is for the Starter Kit, so what do you get? What's in the box PixCut S1 Photo Sticker Printer and Cutter x 1 Photo Sticker Cutter Ink Cartridge x 1 (36 sheets) Photo Paper 4"x6" (18 sheets) Sticker Paper 4"x7" (White) x 18 sheets Blade x 1 (Pre-installed) So in short everything you need to get printing and cutting. The Liene PixCut S1 has a 4.3 star rating after more than 1,000 reviews from customers, but we can't promise the landing page always sold this particular model, so do check out the reviews before purchasing. In any case Prime members are covered with a 30 day return or replacement should things not work out so great. Liene Pixcut S1 for $205.99 (was $299.99) 31% off Use code 15PIXCUT6 during checkout Although this is a Prime Day discount, the above code will stay live until June 30. Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • https://www.tenforums.com/tuto...b-results-windows-10-a.html Check the comment dates. Some of them are as old as 2016.
    • I wonder how many are laid off for cost savings, and this being blamed on AI to make it sound less scary and bad, for a more positive "modern, with the times" spin for investors? Because Oracle is down 14% the past year. We're looking at a company struggling here. If AI would actually be working out so well for them that they can do massive layoffs, surely this would've been reflected the past year in their stock value?
    • AI is the beginning, wait until real robots replace more jobs, specifically jobs that require physical work.
    • AI is indeed eliminating jobs, and Oracle just proved it by Hamid Ganji There’s no question that AI has become the hottest trend in workplaces, and every company is trying to adopt AI-driven solutions across its operations. While some industry leaders repeatedly say AI won’t lead to massive layoffs, recent data suggest that AI is actually one of the main reasons some companies are reducing their workforce. According to Oracle’s annual regulatory filing, the company has laid off about 21,000 employees, or 13% of its workforce, amid increasing AI adoption. “The adoption and deployment of AI technologies across our operations have resulted, and may continue to result, in reductions to our workforce,” Oracle said in the filing. The software giant now has approximately 141,000 full-time employees, a notable decrease from 162,000 during the same period last year. Restructuring expenses, including severance payments, cost Oracle $1.84 billion in fiscal 2026. Additionally, around 49,000 Oracle employees were based in the U.S., while approximately 92,000 were employed internationally. Like many other companies, Oracle has fully embraced AI and concentrated much of its efforts on the technology. The company is also a key participant in the United States’ $500 billion Stargate Project, which aims to build multiple AI data centers across the country. When it comes to AI adoption and its impact on the workforce, opinions remain divided. NVIDIA CEO Jensen Huang, whose company has been one of the biggest beneficiaries of the AI boom, recently said in an interview that attributing job cuts to AI is a “lazy” narrative. “The narrative that connects AI to job loss, for many of the CEOs that are doing it – it is just too lazy. AI has just arrived, how is it possible they're already losing jobs?” Huang said. However, statistics and recent reports tell a different story. According to Layoffs.fyi, 196 tech companies have laid off about 119,800 employees so far this year. Reducing staff and replacing roles with AI agents could become one of the most significant trends in the job market in the years ahead.
  • Recent Achievements

    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      464
    2. 2
      +Edouard
      177
    3. 3
      PsYcHoKiLLa
      97
    4. 4
      Michael Scrip
      89
    5. 5
      neufuse
      70
  • Tell a friend

    Love Neowin? Tell a friend!