• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Image windows 10 Upgrade

    Scheduled Pinned Locked Moved
    Windows Problems
    3
    5
    4.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • davido38D
      davido38
      last edited by

      Hi

      I have to upgrade windows 7 to windows 10 (about 100 PC)

      I can’t sysprep an upgrade so is there a way to image windows 10 upgrade and use it to other pc model ? (Dell 3020, Dell 3010)

      Thanks

      Tom ElliottT 1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        I don’t think there is.

        This is because the way it’s licensed is completely different than when you do a “fresh install” of Windows 10. Even on upgrades from OEM systems.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott @davido38
          last edited by

          @davido38 Of course, there’s also some potential.

          Maybe try the info found here:
          http://www.harrycaskey.com/how-to-run-sysprep-on-an-upgraded-operating-system/

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • davido38D
            davido38
            last edited by

            it works

            i have to uninstall some store applications (installed with the upgrade) with this srcipt :

            Remove Windows Store apps in Windows 8

            Thanks a lot.

            MRCURM 1 Reply Last reply Reply Quote 0
            • MRCURM
              MRCUR Testers @davido38
              last edited by

              @davido38 FYI on that script - it will only remove the apps for the logged in user. There are two different AppX commands for removing from the current user’s profile and removing the app from the machine so it’s never reinstalled for any user.

              Remove-AppXPackage = removes app for current user

              Remove-AppXProvisionedPackage -Online = removing the app from the machine so it’s not reinstalled

              I use these two commands before sysprepping:

              Get-AppXPackage -AllUsers | Remove-AppXPackage
              Get-AppXProvisionedPackage -Online | Remove-AppXProvisionedPackage -Online

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post

              266

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project