Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install windows from a hard drive

-----------------------------------------------------------------------------------
# You can install windows without any Bootable USB or DVD by
# installing it from a Hard drive(HDD) or an SSD.
# Here we'll use windows 10 for refrence.
# Follow the steps below to install your windows without USB and DVD
-----------------------------------------------------------------------------------
# 1. You need the .iso file for installing windows. if you dont have it you
# 	can create it from this source :
https://support.microsoft.com/en-us/windows/create-an-iso-file-for-windows-10-38547366-1dcb-7afd-1726-9eb222d72705
# 2. Create a partition on the drive you want to install windows on but
#	leave around 20GB of it free to create another partition.
#	Now create another partition using that 20GB free space.
# 3. open the .iso file using eighter Right Click and then "Mount" or
#	using an app like Virtual CloneDrive
# 4. after mounting the .iso file a drive type option will appear in "This PC"
#	and now you can right click on it an click "Open"
# 5. Now copy all of the files inside of it to the 20GB partition that you
#	first created.
# 6. Now your windows files are ready so the next step is to go to
#	windows settings and click on "Update & Security" and then "Recovery".
#	Now from Advanced Startup click on "Restart Now"
#	(make sure you don't have any unsaved data).
# 7. Now windows will Restart and show a blue screen with a few Options.
#	click on "Troubleshoot" and then click on "Command Prompt".
# 8. Now the computer will restart and this time open a Command Prompt for you
#	so the next step is to go the 20GB partition using command lines and
#	run the Setup.exe file.
#	lets say my 20GB partition is drive F so i'll just type F: and hit Enter
# 9. Now im in drive F so next step is to run the setup file.
#	just type setup.exe and hit Enter.
# 10. Now you need to wait until windows installation Window appear.
# 11. Almost done now you just need to install windows in the other 
#	partition of the drive that you created at step 2.
# 12 When windows installation is fully complete you can delete that
#	20GB partition and merge it with the partition that windows has been installed on.
------------------------------------------------------------------------------------
# Although the steps are a bit too long I hope your promlem is solved by this answer.
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu usb drive format 
Shell :: how to add images in readme github 
Shell :: rstudio find out if package is installed 
Shell :: ubuntu run a shell script 
Shell :: Install Git server on Windows 
Shell :: shell curl extract bearer token from response 
Shell :: netlify cli 
Shell :: git remove tag from remote 
Shell :: bash change file extension 
Shell :: cp all except one folder 
Shell :: download docker ubuntu 
Shell :: create new file terminal 
Shell :: merge git branch 
Shell :: sum bash 
Shell :: ubuntu install docker 
Shell :: openssl verify cert 
Shell :: uninstall git 
Shell :: Docker - Container is not running 
Shell :: shorten the linux terminal path 
Shell :: docker commit 
Shell :: rails all path 
Shell :: linux format disk fat32 
Shell :: create empty file command prompt cmd 
Shell :: npm install quiet 
Shell :: laravel 9 
Shell :: change name of branch github 
Shell :: Run speedtest from command line 
Shell :: bash command in variable 
Shell :: install from package.json 
Shell :: cmd file list to text 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =