Thursday, November 12, 2020

12 Windows 10 fresh installation

 

Windows 10 fresh installation



Windows 10 bootable DVD or pen drive

  • Download windows 10 medication tool from Microsoft
  • Make the bootable drive with the above tool

Check boot option on PC by navigating to the boot menu

  • In boot menu set legacy to top raw to USB/Removable drive
  • Some laptops if no windows in the primary SATA slot then the default is set already set to USB flash drive as the boot
  • Once the boot is selected to USB press f10 to save and retreat pc from the boot menu

windows installer will start now

  • Set personalization according to your requirements
  • Windows 10 pro /home/education N version will not install windows applications such as windows media player etc.

Hard drive partition

  • Press new and make partition accordingly for data partitions
  • Drive 0 is C drive (OS drive)

Reference

How to do a Clean Install of Windows 10 the Easy Way
The Windows 10 upgrade process drags old files, settings, and programs from your previous Windows system to your new…www.howtogeek.com

How to create custom partition to install Windows 10 * Pureinfotech
Although you can resize a partition at any time on Windows 10, if you're planning to create a dual boot system, or you…pureinfotech.com

No comments:

Post a Comment

LeetCode C++ Cheat Sheet June

🎯 Core Patterns & Representative Questions 1. Arrays & Hashing Two Sum – hash map → O(n) Contains Duplicate , Product of A...