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

Image windows 10 Upgrade

Scheduled Pinned Locked Moved
Windows Problems
3
5
4.5k
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.
  • D
    davido38
    last edited by Feb 19, 2016, 12:18 PM

    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

    T 1 Reply Last reply Feb 19, 2016, 12:24 PM Reply Quote 0
    • T
      Tom Elliott
      last edited by Feb 19, 2016, 12:23 PM

      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
      • T
        Tom Elliott @davido38
        last edited by Feb 19, 2016, 12:24 PM

        @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
        • D
          davido38
          last edited by Feb 19, 2016, 1:11 PM

          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.

          M 1 Reply Last reply Feb 19, 2016, 2:28 PM Reply Quote 0
          • M
            MRCUR Testers @davido38
            last edited by Feb 19, 2016, 2:28 PM

            @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
            1 / 1
            • First post
              3/5
              Last post

            124

            Online

            12.1k

            Users

            17.3k

            Topics

            155.4k

            Posts
            Copyright © 2012-2024 FOG Project