cancel
Showing results for 
Search instead for 
Did you mean: 

[GUIDES] Windows COMPLETE "How To": Clean/Upgrade Install, Drivers

Gps3dx
Level 12
ALL IS WIP - I NEED TO MOVE ALOT OF STUFF AROUND !!!
How to install windows 8/8.1/10 on any UEFI & AHCI supported laptop
( E.I G751, G771, G551 GL552 etc) the PROPER way

I.E: on a GPT formatted disk, booted with UEFI

*** G752 owner ?? ***
*** Do you wish to use RAID and/or NVME ? ***

* Read also these specific installation guide Here and Here *


The "why should I bother" ?

you've got ROG Laptop, best in the market, fitted with UEFI, "the newest form of BIOS". ( READ MORE HERE )
No reason to work with OS that is installed on a MBR formatted drive that's running on a BIOS emulated machine (like some preinstalled windows), if you wish the fastest laptop, OS & applications !

OS on a GPT formatted disk, booted with UEFI, is BETTER THEN MBR & BIOS !
Why ?

  • Way Faster OS boot (I.E POST), with NO blinking underscore !
  • Better (auto) chances to recover info from bad/damaged sector/block !
    (Partition table is redundantly stored, checked using CRC)
  • No 2TiB limit on HDD size
  • and MORE: READ MORE HERE & HERE


The "which OS should I choose" ?

In my opinion win 10 is faster in desktop/office work ( gaming: depends ) but the down side is the privacy headache.
There are multiple scripts you MUST run, if you care about your own privacy! (see few post below,WIP!)
Win8.1 is a bit slower in desktop/office use, but does NOT have such privacy "spying" as win 10.
Any way you choose, you MUST install it on a GPT formatted drive, and MUST boot the OS installation disk/usb through a "special" boot method ( I.E UEFI boot ).
HERE's A Benchmark review

The "What's required" ?

There are multiple apps to format&create the required partitions, including the one during windows installation process.
The latter, creating more partitions then what most of consumers really needs !
Windows installer format a GPT based drive like that:


  • "Windows" is the OS partition - a MUST HAVE partition of course
  • MSR is "MS reserve partition" - a MUST HAVE partition that is there in-order to: READ HERE.
    for win8.1 MSR MIN size recommended by MS to be 128MB, in win10 is recommended to be 16MB. As common users does NOT utilize any of the features that require the MSR partition, it's advisable to use the MIN recommended size by MS.
  • "System" partition is the where the "EFI" supported windows-boot-files sit, therefore - a MUST HAVE partition of course.
  • "Windows RE tools" - is important IN MOST CASES if you use windows built-in drive encryption. READ MORE HERE.
    As I KNOW by experience that win7,8.1,10 CAN WORK WITHOUT "Windows RE tools" partition -> "Windows RE tools" partition is NOT necessary !!


The "How to Guide" ?
1st Part: How to create & boot a windows installation disk/usb,
THE RIGHT WAY?

I.E through UEFI boot !



  • NOTE: IT'S IMPERATIVE that you boot the installation disk AS UEFI COMPATIBLE DEVICE !
    (otherwise you cannot install windows on a GPT formatted drive )
    There are MANY guides to show how to create the installation DISK/USB in the right manner:
    ONE OPTION, another OPTION, another OPTION, "official way" for win10 ONLY.
  • It's also imperative that, although you've created the installation disk/usb in the right way, you MUST ALSO BOOT IT IN THE RIGHT WAY: (I.E UEFI boot !)

    • Make sure in the BIOS that "LAUCH CSM" is DISABLED !!
    • Make sure you BOOT THE INSTALLATION DISK/USB AS UEFI!
      Please look at the following photo. To boot the INSTALLATION DISK as "UEFI" meaning picking the 2nd option from the top (NOT the 3rd) !!
      51752


    • If you didn't see & picked "uefi: xxxxxxx" (xxx = name of your disk/usb) at the boot selection screen -> read and DO "1st part" again !



2nd Step: How to format a drive with GPT layout for windows 8/8.1/10 ?
IT IS A PRE-REQUISITE TO INSTALL WINDOWS !

PLEASE NOTE:

  • THE FOLLOWING PROCEDURE WILL ERASE EVERYTHING (ALL PARTITIONS) ON THE SPECIFIC DRIVE YOU CHOOSE !



  • LESS RECOMMENDED: instead of formatting and losing data, you can CONVERT your MBR disk to be a GPT disk: Guide HERE.

* The "easy"/quick method:

  • READ Part 1 above, do ONLY that -> then continue to Step B just below.
    After that, you should see the "Windows setup" screen, which allows you to pick your language.
  • Follow this EXCELLENT guide with screenshots till STEP 10.
  • Continue to read "3rd part" to install windows.

* The advanced/manual method is through set of commands of "DISKPART" utility. (SOURCE: MS official page)
The BIG ADVANTAGE with this method, that "Windows RE Tool" partition won't be created, thus you profit from the free-space ( ~300 MB ) and one less partition to be shown when you look at the partition map/list.

  • 1st, boot into windows recovery environment, and open CMD -> write "diskpart" -> enter -> wait for it to load.
    ( "How to" guide HERE )
  • VERY IMPORTANT: inside "diskpart", write: "list disk" to see all your disks.
    Note the disk number of the disk you wish to format.
    Write "select disk #" where # = disk number you wish to format.
  • ONLY THEN perform the following commands: (lines start with "rem" are notes... NOT commands!)

    clean
    rem == Note: ALERT AGAIN ! THIS COMMAND WILL WIPE YOUR DRIVE CLEAN !
    convert gpt
    rem == Note: convert your MBR based drive to GPT based drive
    create partition efi size=100
    rem == Note: "size=100" meaning the partition size will be 100MBytes
    format quick fs=fat32 label="System"
    assign letter="S"

    rem == Note: replace the following "#" with a number as follows: #=128 for win8.1 | #=16 for win10
    create partition msr size=#

    rem == Note: For the following command(in white):
    rem == Note: this way all the rest of the disk space will be "C"/windows OS partition.
    rem == Note: if you wish to have another partitions ( E.I for file storage/archive) add a "size=#"
    rem == Note: after the word "primary", where "#" is a number, the size in Mbytes of your
    rem == Note: Windows OS partition, I.E the rest of the free space will be the other partition you
    rem == Note: choose to have.
    rem == Note: To be more precise, that next line of command might be:
    rem == Note: create partition primary size=#

    create partition primary
    format quick fs=ntfs label="Windows"
    assign letter="W"
    exit
    rem == Note: to quite diskpart utility, input another exit will close the CMD window and you'll be return to the previous screen, which you must reboot afterward in order to accomplish the next step


    • NOTE: if you create additional partition after the "windows" partition, you can format it now, or after the OS installation, through the "disk management" utility -> it really doesn't matter to the OS installation procedure, but it's best to leave it to later, just to prevent you from massing the disk structure, if you don't know what you're doing.


  • finally, continue to read "3rd part" below to install windows.
Asus G751JT
Samsung EVO 850 120GB + 1TB HDD 7200RPM
Cleaned installed Win 10 HOME
My Guides:

  • [POST=538713]ROG LAPTOPS: COMPLETE DRIVER LIST ![/POST]
  • [POST=538713]How to install windows 8/8.1/10 on any UEFI supported laptop the PROPER way[/POST]
  • [POST=538711]HOW TO (EASILY!) UPGRADE FROM WIN7 SP1/8.1 WITHOUT GOING THROUGH THE UPGRADE PROCESS ITSELF ![/POST]
  • [POST=605307]HOW TO REMAP FN+KEY AND SPECIAL BUTTONS: "STEAM", "ROG" & "SHADOWPLAY"[/POST]
  • [POST=539663]Win 10 x64: SETUP USB @SUPERSPEED, NO HANG-UPS! | ACCELERATES USB 3.0/2.0 TRANSFER RATE SPEED TWICE![/POST]
419 Views
167 REPLIES 167

Gps3dx
Level 12
I wrote about that in the OP...
*** G752 owner ??
*** Do you wish to use RAID and/or NVME ? ***
*Read also these specific installation guide Here and Here*
Asus G751JT
Samsung EVO 850 120GB + 1TB HDD 7200RPM
Cleaned installed Win 10 HOME
My Guides:

  • [POST=538713]ROG LAPTOPS: COMPLETE DRIVER LIST ![/POST]
  • [POST=538713]How to install windows 8/8.1/10 on any UEFI supported laptop the PROPER way[/POST]
  • [POST=538711]HOW TO (EASILY!) UPGRADE FROM WIN7 SP1/8.1 WITHOUT GOING THROUGH THE UPGRADE PROCESS ITSELF ![/POST]
  • [POST=605307]HOW TO REMAP FN+KEY AND SPECIAL BUTTONS: "STEAM", "ROG" & "SHADOWPLAY"[/POST]
  • [POST=539663]Win 10 x64: SETUP USB @SUPERSPEED, NO HANG-UPS! | ACCELERATES USB 3.0/2.0 TRANSFER RATE SPEED TWICE![/POST]

Gps3dx
Level 12
VERY IMPORTANT TIP for everyone with Win10 1709, 1803+ editions - if your games are extremely slow and laggish:


I'm personally using win 10 x64 1803 on my G751JT-
I got ~29 FPS in one of my games's benchmark, when I used any of the latest nvidia drivers ( 398.36 / 398.58 beta ).
Immediately after wiping driver and installing nvidia driver v378.92 I got ~56 FPS !!! using the same game benchmark and using the same HW/SW configuration (but that nvidia driver change ).

Source for that tip HERE & HERE

UPDATE -
although downgrading to v378.92 did solve the low FPS issue, I think I managed to solve it as well with the latest v398.58 beta driver ( which I didn't before ).
it's not that it's due to a beta version or being latest driver - but because of DAMN windows !

I solved it by doing 2 things that I think are related -
1. Edit registry, and mainly changing "GameDVR_FSEBehaviorMode" and "GameDVR_FSEBehaviorMode" to 0 value instead of default 2 - under registry "HKEY_CURRENT_USER\System\GameConfigStore".
To make your life easy, copy the following to a txt file, rename it with .reg extension and run it. ( please BACKUP previous values )
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000000
"GameDVR_FSEBehaviorMode"=dword:00000000
"GameDVR_HonorUserFSEBehaviorMode"=dword:00000000
"GameDVR_DXGIHonorFSEWindowsCompatible"=dword:00000000
"GameDVR_EFSEFeatureFlags"=dword:00000000
"GameDVR_FSEBehavior"=dword:00000000
"Win32_AutoGameModeDefaultProfile"=hex:02,00,01,00,00,00,c4,20,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00
"Win32_GameModeRelatedProcesses"=hex:01,00,01,00,01,00,c0,00,c6,02,50,54,c7,02,\
70,00,61,00,6e,00,65,00,6c,00,2e,00,65,00,78,00,65,00,00,00,8c,00,4e,8d,e1,\
74,b8,ed,d2,02,18,4c,c7,02,1e,00,00,00,b8,ed,d2,02,1e,00,00,00,0f,00,00,00,\
30,e7,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00


2. Open SETTINGS -> Gaming -> Game Mode -> Graphics Settings -> Choose "Classic app" from the drop-down-list then BROWSE and add each of your games execute to the list -> click each of them AND SELECT OPTIONS -> HIGH PERFORMANCE.
Asus G751JT
Samsung EVO 850 120GB + 1TB HDD 7200RPM
Cleaned installed Win 10 HOME
My Guides:

  • [POST=538713]ROG LAPTOPS: COMPLETE DRIVER LIST ![/POST]
  • [POST=538713]How to install windows 8/8.1/10 on any UEFI supported laptop the PROPER way[/POST]
  • [POST=538711]HOW TO (EASILY!) UPGRADE FROM WIN7 SP1/8.1 WITHOUT GOING THROUGH THE UPGRADE PROCESS ITSELF ![/POST]
  • [POST=605307]HOW TO REMAP FN+KEY AND SPECIAL BUTTONS: "STEAM", "ROG" & "SHADOWPLAY"[/POST]
  • [POST=539663]Win 10 x64: SETUP USB @SUPERSPEED, NO HANG-UPS! | ACCELERATES USB 3.0/2.0 TRANSFER RATE SPEED TWICE![/POST]

MORE TIPS for getting higher FPS when gaming on Win 10 1709 or 1803 releases:


  • Open SETTINGS -> Gaming -> Game Mode -> Graphics Settings -> Choose "Classic app" from the drop-down-list & BROWSE and add each of your games execute to the list -> click each of them AND SELECT OPTIONS -> HIGH PERFORMANCE.
    ( please "play" with that settings, as ppl on the web complained that if a game is on that list, actually games performance got worse - SO YOU MIGHT WANT TO DISABLE ENTIRELY THE WINDOWS GAMING MODE !!!)
  • Open SETTINGS -> Gaming -> Game Bar -> DISABLE "record game clips ...using gamebar".
  • DISABLE "core parking"
  • DISABLE "Windows Defender" ( but have other BETTER A/V app installed, I recommend FREE comodo internet security ).
  • While gaming, lower TIMER RESOLUTION to 0.5ms using THIS APP.
  • Empty Standby Memory using a 5-min repeated task which runs EmptyStandbyList.exe OR EVEN BETTER, USE "Intelligent standby list cleaner" ( by the same developer of DDU )
  • Disable FOCUS ASSIST by right click the right-most icon in the systray and choose OFF.
    ( AFAIK it's only for win 10 1803 - it mainly solves games crashes when alt+tab, don't think it effects FPS )
  • Enable LargePage - might help against micro-stutter


2 Oct 2018 - UPDATE: Windows 10 1809 (SR5) released to the public !
I've personally upgraded my G751JT from 1803 to 1809 - the transition was mostly smooth, I only had to reinstall the special audio drivers to enable back digital 5.1 audio through SPDIF.
Gaming experience IS MUCH MUCH BETTER ! NO MICRO-STUTTER IN 3 different games ( which I had on 1803 ) and slight higher FPS in-game. ( tested with Nvidia graphics driver v411.70 ).
while testing, I only used standby list cleaner, reduce timer resolution, and DISABLED both core parking & ANY gaming mode.

Also, I noticed that when G-sync is configured to work for 'windowed' apps, many windows built-in UWP app's buttons are changing into black rectangles and any text I input being changed as well. ( THIS ISSUE EXISTED ON 1803 AS WELL ! )
To solve it, one must toggle G-sync to "full screen mode" ONLY ( i.e NO windowed ! ).
UPDATE in related to G-sync & UWP: I manage to solve it even better by toggling back global G-sync settings so that it can work for windowed apps as well BUT I'VE EXCLUDED G-SYNC (disabled it selectively) FOR EACH PROBLEMATIC UWP APP in the Nvidia control panel ( same as you control G-sync option for games there ).

Windows 10 1803/1809/1903/1909 - FINALLY SOLVED RANDOM STUTTER ON EVERY GAME THAT STARTS ~20-30 min into the game !!!
IT IS: "BUTTOM-UP ASLR" feature of windows 10 being enabled for the game !
SOLUTION: DISABLE IT for the game exe !
HOW ?
Start -> "exploit protection" -> 'Program Settings' tab -> add your game's exe and a popup will appear -> scroll down to "button-up-ASLR" - enable "overrise system settings" and make sure the bar beneath it is set on "OFF" -> apply -> goto your game and play to see the "wonder".
MS... bashing the head against the wall.
Asus G751JT
Samsung EVO 850 120GB + 1TB HDD 7200RPM
Cleaned installed Win 10 HOME
My Guides:

  • [POST=538713]ROG LAPTOPS: COMPLETE DRIVER LIST ![/POST]
  • [POST=538713]How to install windows 8/8.1/10 on any UEFI supported laptop the PROPER way[/POST]
  • [POST=538711]HOW TO (EASILY!) UPGRADE FROM WIN7 SP1/8.1 WITHOUT GOING THROUGH THE UPGRADE PROCESS ITSELF ![/POST]
  • [POST=605307]HOW TO REMAP FN+KEY AND SPECIAL BUTTONS: "STEAM", "ROG" & "SHADOWPLAY"[/POST]
  • [POST=539663]Win 10 x64: SETUP USB @SUPERSPEED, NO HANG-UPS! | ACCELERATES USB 3.0/2.0 TRANSFER RATE SPEED TWICE![/POST]

SerosRDPS
Level 7
I've got a G703GI-XS98K coming in this Friday and want it to be the best it can be.

You think I can follow this guide "for the most part" for a nice sweet clean OS install?

SerosRDPS wrote:
I've got a G703GI-XS98K coming in this Friday and want it to be the best it can be.
You think I can follow this guide "for the most part" for a nice sweet clean OS install?

if your laptop inc NVME SSDs OR RAID ( either AHCI or NVME ) you might need to read some more... which is the same for most G752 laptop as I linked in the top of the 1st post in my guide.
GL.
Asus G751JT
Samsung EVO 850 120GB + 1TB HDD 7200RPM
Cleaned installed Win 10 HOME
My Guides:

  • [POST=538713]ROG LAPTOPS: COMPLETE DRIVER LIST ![/POST]
  • [POST=538713]How to install windows 8/8.1/10 on any UEFI supported laptop the PROPER way[/POST]
  • [POST=538711]HOW TO (EASILY!) UPGRADE FROM WIN7 SP1/8.1 WITHOUT GOING THROUGH THE UPGRADE PROCESS ITSELF ![/POST]
  • [POST=605307]HOW TO REMAP FN+KEY AND SPECIAL BUTTONS: "STEAM", "ROG" & "SHADOWPLAY"[/POST]
  • [POST=539663]Win 10 x64: SETUP USB @SUPERSPEED, NO HANG-UPS! | ACCELERATES USB 3.0/2.0 TRANSFER RATE SPEED TWICE![/POST]

SerosRDPS wrote:
I've got a G703GI-XS98K coming in this Friday and want it to be the best it can be.

You think I can follow this guide "for the most part" for a nice sweet clean OS install?



You'll cause yourself more aggravation by clean installing a new OS on a new notebook. Totally unnecessary Any Bloatware you don't like you can uninstall easily. and probably will give you some issues. Much better you install Macrium Reflect Free and Image you OS SSD before you screw everything up. at least that way you can easily get back to where you were before you started screwing things up. With windows ten clean installs are not helpful unless your totally screwed up and have no other way out. Thus the Macrium Reflect Image. Will take you all of 20 minutes to get back where you were when you created the Image!!! Good luck with our new notebook.
G752VY-DH72 Win 10 Pro
512 GB M.2 Samsung 960 Pro
1 TB Samsung 850 pro 2.5 format
980m GTX 4 GB
32GB DDR 4 Standard RAM

Z97 PRO WiFi I7 4790K
Windows 10 Pro
Z97 -A
Windows 10 Pro

Clintlgm wrote:
You'll cause yourself more aggravation by clean installing a new OS on a new notebook. Totally unnecessary Any Bloatware you don't like you can uninstall easily. and probably will give you some issues. Much better you install Macrium Reflect Free and Image you OS SSD before you screw everything up. at least that way you can easily get back to where you were before you started screwing things up. With windows ten clean installs are not helpful unless your totally screwed up and have no other way out. Thus the Macrium Reflect Image. Will take you all of 20 minutes to get back where you were when you created the Image!!! Good luck with our new notebook.


Does that image program generally provide the best image option? I have nvme and an extra storage ssd. Apparently I can't use the windows image utility to create an image anymore? It says I can't do it and save to my storage drive.

Guitarmageddon888 wrote:
Does that image program generally provide the best image option? I have nvme and an extra storage ssd. Apparently I can't use the windows image utility to create an image anymore? It says I can't do it and save to my storage drive.


What OS are you using? I'm on windows 10 1809 and have no issues with creating Images or differentials to full drive or partitions. I'm running daily backups on 4 computer well 5 now and haven't seen the issue your typing about perhaps it was the software you were trying to use. MR just works Period.
G752VY-DH72 Win 10 Pro
512 GB M.2 Samsung 960 Pro
1 TB Samsung 850 pro 2.5 format
980m GTX 4 GB
32GB DDR 4 Standard RAM

Z97 PRO WiFi I7 4790K
Windows 10 Pro
Z97 -A
Windows 10 Pro

Guitarmageddon888 wrote:
Does that image program generally provide the best image option? I have nvme and an extra storage ssd. Apparently I can't use the windows image utility to create an image anymore? It says I can't do it and save to my storage drive.

when you wrote "windows image utility" you meant the app from MS that downloads the windows installation image which then suppose to help you to create a bootable USB ?

if that's the issue - you can manually download the ISO, then use 3rd party FREE apps to create such bootable USB ( see RUFUS in the lower part of that guide )
Lastly, please make sure you understand how to UEFI boot and install an OS - read the OP to learn more.

P.S - if you're getting win10 1809, please download ONLY 177663.107 (NOT *.1) otherwise if making an upgrade from previous windows versions, you're risking possible files deletion ( with *.1 version that is ).
Asus G751JT
Samsung EVO 850 120GB + 1TB HDD 7200RPM
Cleaned installed Win 10 HOME
My Guides:

  • [POST=538713]ROG LAPTOPS: COMPLETE DRIVER LIST ![/POST]
  • [POST=538713]How to install windows 8/8.1/10 on any UEFI supported laptop the PROPER way[/POST]
  • [POST=538711]HOW TO (EASILY!) UPGRADE FROM WIN7 SP1/8.1 WITHOUT GOING THROUGH THE UPGRADE PROCESS ITSELF ![/POST]
  • [POST=605307]HOW TO REMAP FN+KEY AND SPECIAL BUTTONS: "STEAM", "ROG" & "SHADOWPLAY"[/POST]
  • [POST=539663]Win 10 x64: SETUP USB @SUPERSPEED, NO HANG-UPS! | ACCELERATES USB 3.0/2.0 TRANSFER RATE SPEED TWICE![/POST]

Gps3dx wrote:
when you wrote "windows image utility" you meant the app from MS that downloads the windows installation image which then suppose to help you to create a bootable USB ?

if that's the issue - you can manually download the ISO, then use 3rd party FREE apps to create such bootable USB ( see RUFUS in the lower part of that guide )
Lastly, please make sure you understand how to UEFI boot and install an OS - read the OP to learn more.

P.S - if you're getting win10 1809, please download ONLY 177663.107 (NOT *.1) otherwise if making an upgrade from previous windows versions, you're risking possible files deletion ( with *.1 version that is ).


Oh no I meant the windows image utility that was called something like "backup and restore (windows 7)" not creating a new bootable image for the purposes of installing Windows. Just want to make a backup image of my current system.