Create Windows 11 installation media On the Windows 11 software download page , select Create tool now and follow the instructions to install Windows Microsoft recommends against installing Windows 11 on a device that does not meet the Windows 11 minimum system requirements.
If you choose to install Windows 11 on a device that does not meet these requirements, and you acknowledge and understand the risks , you can create the following registry key values and bypass the check for TPM 2. Note: Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system.
Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk. Upgrade by launching Setup on the media while running Windows You will have the option to: a. Perform a Full Upgrade , which keeps personal files including drivers , apps, and Windows Settings. This is the default experience and is the one that Installation Assistant uses. Keep Data Only will keep personal files including drivers only, not apps and not Windows Settings.
Clean Install will install Windows 11 and keep nothing from the Windows 10 installation. Boot from media to launch Setup. This path is a clean install and will not retain previous files or settings. Important: You should verify that your device meets minimum system requirements before you choose to boot from media, because it will allow you to install Windows 11 if you have at least TPM 1.
Installing Windows 11 on devices that don't meet minimum system requirements. To learn more or opt-out, read our Cookie Policy. If you buy something from a Verge link, Vox Media may earn a commission.
See our ethics statement. Did you take one look at our hefty Windows 11 upgrade checklist and nope right out of there? Open the Select Download dropdown, pick Windows 11 , hit the Download button, select your product language from the Choose one dropdown that appears below, hit Confirm, then click bit Download.
In Windows, hit Start and type regedit , then hit enter to launch the Registry Editor. Double-click on the new value you created, and enter 1 into the Value data field. Hit OK and close the registry editor. Did the ISO finish downloading? If the registry hack worked, you should soon see a warning message instead of a rejection message, and be given the option to install Windows 11 without losing your data. Just know that Microsoft reserves the right to withhold security updates if you go this route.
Subscribe to get the best Verge-approved tech deals of the week. If you want to be able to examine these files, you can use the --editable option to EasyInstall, and EasyInstall will look for a source distribution or Subversion URL for the package, then download and extract it or check it out as a subdirectory of the --build-directory you specify.
If you then wish to install the package after editing or configuring it, you can do so by rerunning EasyInstall with that directory as the target. Note that using --editable stops EasyInstall from actually building or installing the package; it just finds, obtains, and possibly unpacks it for you. This allows you to make changes to the package if necessary, and to either install it in development mode using setup. In order to use --editable -e for short , you must also supply a --build-directory -b for short.
The project will be placed in a subdirectory of the build directory. The subdirectory will have the same name as the project itself, but in all-lowercase. If a file or directory of that name already exists, EasyInstall will print an error message and exit. Also, when using --editable , you cannot use URLs or filenames as arguments. You must specify project names and optional version requirements so that EasyInstall knows what directory name s to create.
If you need to force EasyInstall to use a particular URL or filename, you should specify it as a --find-links item -f for short , and then also specify the project name, e. NOTE: As of 0. As of version 0. Instead, eggs are automatically shifted to the front of sys. So, if you are using version 0. As a result, if you are using EasyInstall to upgrade an existing package, or to install a package with the same name as an existing package, EasyInstall will warn you of the conflict. This is an improvement over setup.
It will display a list of all of the existing files and directories that would need to be deleted for the new package to be able to function correctly. To proceed, you must manually delete these conflicting files and directories and re-run EasyInstall.
EasyInstall tries to install packages in zipped form, if it can. Previous versions would not install a package as a zipfile unless you used the --zip-ok option. Possible use of inspect functions that expect to manipulate source files e. Top-level modules that might be scripts used with python -m Python 2.
If any of the above are found in the package being installed, EasyInstall will assume that the package cannot be safely run from a zipfile, and unzip it to a directory instead. You can override this analysis with the -zip-ok flag, which will tell EasyInstall to install the package as a zipfile anyway.
Or, you can use the --always-unzip flag, in which case EasyInstall will always unzip, even if its analysis says the package is safe to run as a zipfile. Normally, however, it is simplest to let EasyInstall handle the determination of whether to zip or unzip, and only specify overrides when needed to work around a problem.
EasyInstall will look first for a setup. Thus, if you are already using distutils configuration files to set default install locations, build options, etc. For more information, see also the current Python documentation on the use and location of distutils configuration files.
The standalone command will not use that file. Install all packages as zip files, even if they are marked as unsafe for running as a zipfile. Changed in 0. This can be useful if a package does something unsafe, but not in a way that EasyInstall can easily detect.
This can be as simple as:. You must always explicitly use this option if you want it to be active. However, if you supply the --upgrade or -U flag, EasyInstall will always check the package index and --find-links URLs before selecting a version to install. In this way, you can force EasyInstall to use the latest available version of any package it installs subject to any version requirements that might exclude such later versions. Set the installation directory. It is up to you to ensure that this directory is on sys.
Set the script installation directory. Otherwise, this setting defaults to the location where the distutils would normally install scripts, taking any distutils configuration file settings into account.
This is useful if you need to install multiple versions of a package, but do not want to reset the version that will be run by scripts that are already installed. Use the user-site-packages as specified in PEP instead of the global site-packages. Copy all needed distributions to the installation directory, even if they are already present in a directory on sys.
In older versions of EasyInstall, this was the default behavior, but now you must explicitly request it. By default, EasyInstall will no longer copy such distributions from other sys. Note that as of 0. You will see warning messages for any eggs that EasyInstall skips, before it falls back to an older version or attempts to download a fresh copy. Eggs and archives found by way of --find-links are only downloaded if they are needed to meet a requirement specified on the command line; links to unneeded packages are ignored.
If all requested packages can be found using links on the specified download pages, the Python Package Index will not be consulted unless you also specified the --upgrade or -U option. Note: if you want to refer to a local HTML file containing links, you must use a file: URL, as filenames that do not refer to a directory, egg, or archive are ignored.
Note that on the command line, you will probably have to surround the URL list with quotes, so that it is recognized as a single option value. When used, --find-links is ignored. When a package is requested that is not locally available or linked from a --find-links download page, the package index will be searched for download pages for the needed package, and those download pages will be searched for links to download an egg or source distribution.
Only find and download source distributions for the specified projects, unpacking them to subdirectories of the specified --build-directory. EasyInstall will not actually build or install the requested projects or their dependencies; it will just find and extract them for you. See Editing and Viewing Source Packages above for more details. Set the directory used to build source packages.
If a package is built from a source distribution or checkout, it will be extracted to a subdirectory of the specified directory. If a file or directory of that name already exists in the given directory, a warning will be printed to the console, and the build will take place in a temporary directory instead.
0コメント