Move Users Folder Location in Windows 11


Well I get to be the next in a line of folks resurrecting this thread due to the sad state that this tutorial doesn't seem to work with my Windows 11 install, after years of using it for deploying multi-drive Windows 10 boxes.

I have 2x AMD Ryzen based gaming machines, with a NVMe as primary boot and SATA connected drive as secondary storage. In both cases trying to use this tutorial only results in the same OOBE error plaguing others. I've tried using audit mode, and setting the drives there. I've tried partitioning and formating the drives at drive selection. I've removed the optical drive. I've made sure to unplug the USB. I just don't know to do anymore. I had a ray of hope with this post from TenForums, but it doesn't really elaborate on where to insert the XML and I'm not familiar enough with modifying Windows boot and install.

At this point the only way this works is to install Win10 using Kari's tutorial, and do a Win11 upgrade. It's a pain in the ass, but it does acheive the end goal.
 

My Computer My Computer

At a glance

Windows 11AMD Ryzen 7 5700XG.Skill Trident Z Neo 32 GB (2 x 16 GB) DDR4-...EVGA XC3 ULTRA GAMING GeForce RTX 3080 10GB
OS
Windows 11
Computer type
PC/Desktop
CPU
AMD Ryzen 7 5700X
Motherboard
Gigabyte X570SI AORUS PRO AX
Memory
G.Skill Trident Z Neo 32 GB (2 x 16 GB) DDR4-3600 CL16
Graphics Card(s)
EVGA XC3 ULTRA GAMING GeForce RTX 3080 10GB
Hard Drives
Samsung 990 Pro 2 TB M.2
Western Digital WD Blue 2 TB 2.5" SSD
PSU
Corsair SF750 750 W 80+ Platinum
Case
Cooler Master MasterBox NR200P Mini ITX
Well I get to be the next in a line of folks resurrecting this thread due to the sad state that this tutorial doesn't seem to work with my Windows 11 install, after years of using it for deploying multi-drive Windows 10 boxes.

I have 2x AMD Ryzen based gaming machines, with a NVMe as primary boot and SATA connected drive as secondary storage. In both cases trying to use this tutorial only results in the same OOBE error plaguing others. I've tried using audit mode, and setting the drives there. I've tried partitioning and formating the drives at drive selection. I've removed the optical drive. I've made sure to unplug the USB. I just don't know to do anymore. I had a ray of hope with this post from TenForums, but it doesn't really elaborate on where to insert the XML and I'm not familiar enough with modifying Windows boot and install.

At this point the only way this works is to install Win10 using Kari's tutorial, and do a Win11 upgrade. It's a pain in the ass, but it does acheive the end goal.
There are two ways to move \Users to another drive: During a clean install and after Win is installed.
During installation is the best and easiest way but it can be done after installation.

See my earlier post Move Users Folder Location in Windows 11
On the attached zip file you will find all the needed CMD and files
I suggest you open a new thread,
 

My Computers My Computers

  • At a glance

    Windows 11 Pro - Windows 7 HP 64 - Lubuntui5 6600K - 800MHz to 4400MHz4+4G GSkill DDR4 3000IG - Intel 530
    OS
    Windows 11 Pro - Windows 7 HP 64 - Lubuntu
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom build
    CPU
    i5 6600K - 800MHz to 4400MHz
    Motherboard
    GA-Z170-HD3P
    Memory
    4+4G GSkill DDR4 3000
    Graphics Card(s)
    IG - Intel 530
    Monitor(s) Displays
    Samsung 226BW
    Screen Resolution
    1680x1050
    Hard Drives
    (1) -1 SM951 – 128GB M.2 AHCI PCIe SSD drive for Win 11
    (2) -1 WD SATA 3 - 1T for Data
    (3) -1 WD SATA 3 - 1T for backup
    (4) -1 BX500 SSD - 256G for Windows 7 and Lubuntu
    PSU
    Thermaltake 450W TR2 gold
    Keyboard
    Old and good Chicony mechanical keyboard
    Mouse
    Logitech mX performance - 9 buttons (had to disable some)
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
  • At a glance

    Windows 11 Proi7-4500U 800- 3000MHz(4+4)G DDR3 1600IG intel 4400 + NVIDIA GeForce GT 745M
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Asus Q550LF
    CPU
    i7-4500U 800- 3000MHz
    Motherboard
    Asus Q550LF
    Memory
    (4+4)G DDR3 1600
    Graphics card(s)
    IG intel 4400 + NVIDIA GeForce GT 745M
    Sound Card
    Realtek
    Monitor(s) Displays
    LG Display LP156WF4-SPH1
    Screen Resolution
    1920 x 1080
    Hard Drives
    BX500 120G SSD for Windows and programs
    & 1T HDD for data
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
I just built a new box and installed Windows 11 to do some testing on it but since Windows 7 I have always relocated the Users folder. So I went to re-install Windows and I got to the run Sysprep section and it tells me "If no command-line arguments are provided a graphical user interface is used to select Sysprep operations" then nothing. I am using %windir%\system32\sysprep\sysprep.exe /oobe /reboot/unattend:D: \relocate.exe
Any idea what might have gone wrong? I did tell Windows to format that partition before installing the 2nd time but it did appear to keep the other 2 partitions.
 

My Computer My Computer

At a glance

11
OS
11
Computer type
PC/Desktop
Not sure how that image got in there but it was /unattend:D: \relocate.xml (Well it did it again?? D is what it should be)
 

My Computer My Computer

At a glance

11
OS
11
Computer type
PC/Desktop

ph3ll3r

I just did a Win 11 fresh install on a small M.2 drive and moved \Users to a HDD. Runs very good.
Don't relocate ProgramData. It isn't recommended.
Don't need the reference to the wim file (see code below)

The Relocate.xml should be like this.

Code:
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <FolderLocations>
                <ProfilesDirectory>D:\Users</ProfilesDirectory>
            </FolderLocations>
        </component>
    </settings>
</unattend>

The files on the zip file attached has been added a txt suffix to be edited and not executed by acident. Remove the txt suffix before you run the CMD.
You enter Audit mode during installation by Ctrl+Shift+F3
You enter Audit mode under Windows by running Audit.cmd
SSD.txt are tips to be done after you relocate \Users to another drive
after running Audit.cmd
C:/User copy to D:\User and then reboot
system preparation tool menu appers again.
 

My Computer My Computer

At a glance

Windows 113700x32GRX570
OS
Windows 11
Computer type
PC/Desktop
CPU
3700x
Motherboard
B550 AROUS ELITE
Memory
32G
Graphics Card(s)
RX570
System preparation (?) or OOBE asking to create a user?
When you launch Syprep on a running Windows and then move C:\Users to D:\Users you will be back to OOBE. Create a new user and it will restart normally. Log on normally and delete the new user just created.
 

My Computers My Computers

  • At a glance

    Windows 11 Pro - Windows 7 HP 64 - Lubuntui5 6600K - 800MHz to 4400MHz4+4G GSkill DDR4 3000IG - Intel 530
    OS
    Windows 11 Pro - Windows 7 HP 64 - Lubuntu
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom build
    CPU
    i5 6600K - 800MHz to 4400MHz
    Motherboard
    GA-Z170-HD3P
    Memory
    4+4G GSkill DDR4 3000
    Graphics Card(s)
    IG - Intel 530
    Monitor(s) Displays
    Samsung 226BW
    Screen Resolution
    1680x1050
    Hard Drives
    (1) -1 SM951 – 128GB M.2 AHCI PCIe SSD drive for Win 11
    (2) -1 WD SATA 3 - 1T for Data
    (3) -1 WD SATA 3 - 1T for backup
    (4) -1 BX500 SSD - 256G for Windows 7 and Lubuntu
    PSU
    Thermaltake 450W TR2 gold
    Keyboard
    Old and good Chicony mechanical keyboard
    Mouse
    Logitech mX performance - 9 buttons (had to disable some)
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
  • At a glance

    Windows 11 Proi7-4500U 800- 3000MHz(4+4)G DDR3 1600IG intel 4400 + NVIDIA GeForce GT 745M
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Asus Q550LF
    CPU
    i7-4500U 800- 3000MHz
    Motherboard
    Asus Q550LF
    Memory
    (4+4)G DDR3 1600
    Graphics card(s)
    IG intel 4400 + NVIDIA GeForce GT 745M
    Sound Card
    Realtek
    Monitor(s) Displays
    LG Display LP156WF4-SPH1
    Screen Resolution
    1920 x 1080
    Hard Drives
    BX500 120G SSD for Windows and programs
    & 1T HDD for data
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
System preparation (?) or OOBE asking to create a user?
When you launch Syprep on a running Windows and then move C:\Users to D:\Users you will be back to OOBE. Create a new user and it will restart normally. Log on normally and delete the new user just created.
my procedure.
1.After CTRL+SHIFT+F3 into audit mode and press cancel
2.run audit.cmd first and after reboot run sysprep.cmd
 

My Computer My Computer

At a glance

Windows 113700x32GRX570
OS
Windows 11
Computer type
PC/Desktop
CPU
3700x
Motherboard
B550 AROUS ELITE
Memory
32G
Graphics Card(s)
RX570
my procedure.
1.After CTRL+SHIFT+F3 into audit mode and press cancel
2.run audit.cmd first and after reboot run sysprep.cm
You run one or the other. Not both.

You enter Audit mode during installation by Ctrl+Shift+F3
You enter Audit mode under Windows by running Audit.cmd
 

My Computers My Computers

  • At a glance

    Windows 11 Pro - Windows 7 HP 64 - Lubuntui5 6600K - 800MHz to 4400MHz4+4G GSkill DDR4 3000IG - Intel 530
    OS
    Windows 11 Pro - Windows 7 HP 64 - Lubuntu
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom build
    CPU
    i5 6600K - 800MHz to 4400MHz
    Motherboard
    GA-Z170-HD3P
    Memory
    4+4G GSkill DDR4 3000
    Graphics Card(s)
    IG - Intel 530
    Monitor(s) Displays
    Samsung 226BW
    Screen Resolution
    1680x1050
    Hard Drives
    (1) -1 SM951 – 128GB M.2 AHCI PCIe SSD drive for Win 11
    (2) -1 WD SATA 3 - 1T for Data
    (3) -1 WD SATA 3 - 1T for backup
    (4) -1 BX500 SSD - 256G for Windows 7 and Lubuntu
    PSU
    Thermaltake 450W TR2 gold
    Keyboard
    Old and good Chicony mechanical keyboard
    Mouse
    Logitech mX performance - 9 buttons (had to disable some)
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
  • At a glance

    Windows 11 Proi7-4500U 800- 3000MHz(4+4)G DDR3 1600IG intel 4400 + NVIDIA GeForce GT 745M
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Asus Q550LF
    CPU
    i7-4500U 800- 3000MHz
    Motherboard
    Asus Q550LF
    Memory
    (4+4)G DDR3 1600
    Graphics card(s)
    IG intel 4400 + NVIDIA GeForce GT 745M
    Sound Card
    Realtek
    Monitor(s) Displays
    LG Display LP156WF4-SPH1
    Screen Resolution
    1920 x 1080
    Hard Drives
    BX500 120G SSD for Windows and programs
    & 1T HDD for data
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
You run one or the other. Not both.

You enter Audit mode during installation by Ctrl+Shift+F3
You enter Audit mode under Windows by running Audit.cmd
I create a user first and into windows run sysprep.cmd without audit mode.
my setupact.log

2024-07-21 09:25:50, Info SYSPRP ========================================================
2024-07-21 09:25:50, Info SYSPRP === Beginning of a new sysprep run ===
2024-07-21 09:25:50, Info SYSPRP ========================================================
2024-07-21 09:25:50, Info [0x0f004d] SYSPRP The time is now 2024-07-21 09:25:50
2024-07-21 09:25:50, Info [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\System32\Sysprep\Panther
2024-07-21 09:25:50, Info [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
2024-07-21 09:25:50, Info [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\System32\Sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything
2024-07-21 09:25:50, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'OOBE'
2024-07-21 09:25:50, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'REBOOT'
2024-07-21 09:25:50, Info [0x0f005f] SYSPRP ParseCommands:Found supported command line option 'UNATTEND'
2024-07-21 09:25:50, Info [0x0f00d7] SYSPRP WinMain:pre-validing 'cleanup' internal providers.
2024-07-21 09:25:50, Info SYSPRP RunDlls:Running platform actions specified in action file for phase 3
2024-07-21 09:25:50, Info SYSPRP SysprepSession::CreateSession: Successfully created instance with action file C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml, and mode <null>
2024-07-21 09:25:50, Info SYSPRP SysprepSession::Validate: Beginning action execution from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml
2024-07-21 09:25:50, Info SYSPRP SysprepSession::CreateXPathForSelection: Sysprep mode in registry is <null>
2024-07-21 09:25:50, Info SYSPRP SysprepSession::CreateXPathForSelection: Processor architecture in registry is AMD64
2024-07-21 09:25:50, Info SYSPRP ActionPlatform::LaunchModule: Executing method 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll
2024-07-21 09:25:51, Info CSI 00000001 Shim considered [l:126]'\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3801_none_e919caea4301d33a\wcp.dll' : got STATUS_OBJECT_PATH_NOT_FOUND
2024-07-21 09:25:51, Info CSI 00000002 Shim considered [l:123]'\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.22621.3801_none_e919caea4301d33a\wcp.dll' : got STATUS_SUCCESS
2024-07-21 09:25:52, Error SYSPRP Sysprep_Clean_Validate_Opk: Audit mode cannot be turned on if reserved storage is in use. An update or servicing operation may be using reserved storage.; hr = 0x800F0975
2024-07-21 09:25:52, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll; dwRet = 0x975
2024-07-21 09:25:52, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml; dwRet = 0x975
2024-07-21 09:25:52, Error SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x975
2024-07-21 09:25:52, Error [0x0f0070] SYSPRP RunDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x975
2024-07-21 09:25:52, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep cleanup internal providers; hr = 0x80070975

setuperr.log

2024-07-21 09:25:52, Error SYSPRP Sysprep_Clean_Validate_Opk: Audit mode cannot be turned on if reserved storage is in use. An update or servicing operation may be using reserved storage.; hr = 0x800F0975
2024-07-21 09:25:52, Error SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll; dwRet = 0x975
2024-07-21 09:25:52, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml; dwRet = 0x975
2024-07-21 09:25:52, Error SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x975
2024-07-21 09:25:52, Error [0x0f0070] SYSPRP RunDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x975
2024-07-21 09:25:52, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep cleanup internal providers; hr = 0x80070975

I try hard disk,sata ssd,m2 ssd never sucess.
Need help.
 
Last edited:

My Computer My Computer

At a glance

Windows 113700x32GRX570
OS
Windows 11
Computer type
PC/Desktop
CPU
3700x
Motherboard
B550 AROUS ELITE
Memory
32G
Graphics Card(s)
RX570
I tried applying this procedure installing Windows 11 on VMWare player and have not been successful after a few attempts. Attached is the screenshot of the error after Step 3 of Method One (after sysprep).... I tried same procedure with Windows 10 and it does work like a charm. I am keen to find out what went wrong
I try method 1 and method 2 all show the same error after i remove all usb storage and BD rom driver.
Drive c sata ssd,drive d is 8T harddisk.
I reinstall almost 2x times.
I dont understand why it always failed?
I try the other 3 desktop with method 2,they are all successed.
 

My Computer My Computer

At a glance

Windows 113700x32GRX570
OS
Windows 11
Computer type
PC/Desktop
CPU
3700x
Motherboard
B550 AROUS ELITE
Memory
32G
Graphics Card(s)
RX570
I have tried to update my Windows 11 installation to ver. 24H2 but I get the error that windows cannot do an update on the system. I see from Kari's earlier posts that even though my user profiles are on my D drive and my OS is on the C drive, as per Kari's method, I should be able to upgrade it but the OS gives me errors when I try.

Do I first need to move my user profiles back to the C drive? I couldn't do that anyway as my C drive is on an SSD drive 256GB and my HDD is 4TB.
I could just reinstall the OS overiting the WIndows 11 files on my SSD drive but I have some software that would take me a while to reinstall so from a business POV it's not practical to do at the moment.

Any ideas on how to get the upgrade done without a reinstall?
 

My Computer My Computer

At a glance

WIndows 11Intel(R) Core(TM) i7-12700 CPU @ 3.60GHz16GBNVIDIA GeForce RTX 3070
OS
WIndows 11
Computer type
PC/Desktop
Manufacturer/Model
Dell XPS8950
CPU
Intel(R) Core(TM) i7-12700 CPU @ 3.60GHz
Motherboard
Dell OEM
Memory
16GB
Graphics Card(s)
NVIDIA GeForce RTX 3070
Sound Card
NVIDIA and Realtek
Monitor(s) Displays
Samsung 34" & Dell 27"
Screen Resolution
3440x1440 Samsung 34" 1920X1080 Dell 27"
Hard Drives
Samsung 2TB HDD
Toshiba 1T SSD
Internet Speed
500Mbps
Browser
Edge, Chrome
Antivirus
Defender
I have tried to update my Windows 11 installation to ver. 24H2 but I get the error that windows cannot do an update on the system. I see from Kari's earlier posts that even though my user profiles are on my D drive and my OS is on the C drive, as per Kari's method, I should be able to upgrade it but the OS gives me errors when I try.

Do I first need to move my user profiles back to the C drive? I couldn't do that anyway as my C drive is on an SSD drive 256GB and my HDD is 4TB.
No, you don't
I could just reinstall the OS overiting the WIndows 11 files on my SSD drive but I have some software that would take me a while to reinstall so from a business POV it's not practical to do at the moment.

Any ideas on how to get the upgrade done without a reinstall?
What exactly did you do?

I have moved C:\Users (SSD) to D:\Users (HDD)
Just did an in place upgrade using a tweaked Win 11 23h2 with Win 11 24h2 install.wim
No problems at all
 

My Computers My Computers

  • At a glance

    Windows 11 Pro - Windows 7 HP 64 - Lubuntui5 6600K - 800MHz to 4400MHz4+4G GSkill DDR4 3000IG - Intel 530
    OS
    Windows 11 Pro - Windows 7 HP 64 - Lubuntu
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom build
    CPU
    i5 6600K - 800MHz to 4400MHz
    Motherboard
    GA-Z170-HD3P
    Memory
    4+4G GSkill DDR4 3000
    Graphics Card(s)
    IG - Intel 530
    Monitor(s) Displays
    Samsung 226BW
    Screen Resolution
    1680x1050
    Hard Drives
    (1) -1 SM951 – 128GB M.2 AHCI PCIe SSD drive for Win 11
    (2) -1 WD SATA 3 - 1T for Data
    (3) -1 WD SATA 3 - 1T for backup
    (4) -1 BX500 SSD - 256G for Windows 7 and Lubuntu
    PSU
    Thermaltake 450W TR2 gold
    Keyboard
    Old and good Chicony mechanical keyboard
    Mouse
    Logitech mX performance - 9 buttons (had to disable some)
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
  • At a glance

    Windows 11 Proi7-4500U 800- 3000MHz(4+4)G DDR3 1600IG intel 4400 + NVIDIA GeForce GT 745M
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Asus Q550LF
    CPU
    i7-4500U 800- 3000MHz
    Motherboard
    Asus Q550LF
    Memory
    (4+4)G DDR3 1600
    Graphics card(s)
    IG intel 4400 + NVIDIA GeForce GT 745M
    Sound Card
    Realtek
    Monitor(s) Displays
    LG Display LP156WF4-SPH1
    Screen Resolution
    1920 x 1080
    Hard Drives
    BX500 120G SSD for Windows and programs
    & 1T HDD for data
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
No, you don't

What exactly did you do?

I have moved C:\Users (SSD) to D:\Users (HDD)
Just did an in place upgrade using a tweaked Win 11 23h2 with Win 11 24h2 install.wim
No problems at all
I downloaded the ISO and extracted the ISO File using 7Zip to the desktop.

Then used "setupprep.exe /product server" to install.

I selected Keep personal files and apps, the procedure starts and the shortly after the installation of Windows starts, I get an message saying the "Installation of windows server has failed"

I tried the method by mounting the file and then initializing the process with the "setupprep.exe /product server", but the result was the same
@Megahertz Do I need to modify the wim file?
 

My Computer My Computer

At a glance

WIndows 11Intel(R) Core(TM) i7-12700 CPU @ 3.60GHz16GBNVIDIA GeForce RTX 3070
OS
WIndows 11
Computer type
PC/Desktop
Manufacturer/Model
Dell XPS8950
CPU
Intel(R) Core(TM) i7-12700 CPU @ 3.60GHz
Motherboard
Dell OEM
Memory
16GB
Graphics Card(s)
NVIDIA GeForce RTX 3070
Sound Card
NVIDIA and Realtek
Monitor(s) Displays
Samsung 34" & Dell 27"
Screen Resolution
3440x1440 Samsung 34" 1920X1080 Dell 27"
Hard Drives
Samsung 2TB HDD
Toshiba 1T SSD
Internet Speed
500Mbps
Browser
Edge, Chrome
Antivirus
Defender
There are new restrictions to install / upgrade Win 11 24h2 on unsupported hardware.
One of them, is to use a tweaked Win 11 23h2 with Win 11 24h2 install.wim

Do you have a Win 11 23h2 iso or Win 11 23h2 USB installation drive?
 

My Computers My Computers

  • At a glance

    Windows 11 Pro - Windows 7 HP 64 - Lubuntui5 6600K - 800MHz to 4400MHz4+4G GSkill DDR4 3000IG - Intel 530
    OS
    Windows 11 Pro - Windows 7 HP 64 - Lubuntu
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom build
    CPU
    i5 6600K - 800MHz to 4400MHz
    Motherboard
    GA-Z170-HD3P
    Memory
    4+4G GSkill DDR4 3000
    Graphics Card(s)
    IG - Intel 530
    Monitor(s) Displays
    Samsung 226BW
    Screen Resolution
    1680x1050
    Hard Drives
    (1) -1 SM951 – 128GB M.2 AHCI PCIe SSD drive for Win 11
    (2) -1 WD SATA 3 - 1T for Data
    (3) -1 WD SATA 3 - 1T for backup
    (4) -1 BX500 SSD - 256G for Windows 7 and Lubuntu
    PSU
    Thermaltake 450W TR2 gold
    Keyboard
    Old and good Chicony mechanical keyboard
    Mouse
    Logitech mX performance - 9 buttons (had to disable some)
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
  • At a glance

    Windows 11 Proi7-4500U 800- 3000MHz(4+4)G DDR3 1600IG intel 4400 + NVIDIA GeForce GT 745M
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Asus Q550LF
    CPU
    i7-4500U 800- 3000MHz
    Motherboard
    Asus Q550LF
    Memory
    (4+4)G DDR3 1600
    Graphics card(s)
    IG intel 4400 + NVIDIA GeForce GT 745M
    Sound Card
    Realtek
    Monitor(s) Displays
    LG Display LP156WF4-SPH1
    Screen Resolution
    1920 x 1080
    Hard Drives
    BX500 120G SSD for Windows and programs
    & 1T HDD for data
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
I downloaded the ISO and extracted the ISO File using 7Zip to the desktop.

Then used "setupprep.exe /product server" to install.

I selected Keep personal files and apps, the procedure starts and the shortly after the installation of Windows starts, I get an message saying the "Installation of windows server has failed"

I tried the method by mounting the file and then initializing the process with the "setupprep.exe /product server", but the result was the same
@Megahertz Do I need to modify the wim file?
@Megahertz Here's the error file, I am seeing the 0x80040154 which I have corrected by running the trouble shooter but it hasnt done much. Any other ideas?
0x80070005, 0x80000005 I don't understand these two becuase the insatll is definately run in CMD with ADMIN mode.
 

Attachments

My Computer My Computer

At a glance

WIndows 11Intel(R) Core(TM) i7-12700 CPU @ 3.60GHz16GBNVIDIA GeForce RTX 3070
OS
WIndows 11
Computer type
PC/Desktop
Manufacturer/Model
Dell XPS8950
CPU
Intel(R) Core(TM) i7-12700 CPU @ 3.60GHz
Motherboard
Dell OEM
Memory
16GB
Graphics Card(s)
NVIDIA GeForce RTX 3070
Sound Card
NVIDIA and Realtek
Monitor(s) Displays
Samsung 34" & Dell 27"
Screen Resolution
3440x1440 Samsung 34" 1920X1080 Dell 27"
Hard Drives
Samsung 2TB HDD
Toshiba 1T SSD
Internet Speed
500Mbps
Browser
Edge, Chrome
Antivirus
Defender
There are new restrictions to install / upgrade Win 11 24h2 on unsupported hardware.
One of them, is to use a tweaked Win 11 23h2 with Win 11 24h2 install.wim

Do you have a Win 11 23h2 iso or Win 11 23h2 USB installation drive?
Yes I do
Also just seen your posts with Bree, I will try that
 
Last edited:

My Computer My Computer

At a glance

WIndows 11Intel(R) Core(TM) i7-12700 CPU @ 3.60GHz16GBNVIDIA GeForce RTX 3070
OS
WIndows 11
Computer type
PC/Desktop
Manufacturer/Model
Dell XPS8950
CPU
Intel(R) Core(TM) i7-12700 CPU @ 3.60GHz
Motherboard
Dell OEM
Memory
16GB
Graphics Card(s)
NVIDIA GeForce RTX 3070
Sound Card
NVIDIA and Realtek
Monitor(s) Displays
Samsung 34" & Dell 27"
Screen Resolution
3440x1440 Samsung 34" 1920X1080 Dell 27"
Hard Drives
Samsung 2TB HDD
Toshiba 1T SSD
Internet Speed
500Mbps
Browser
Edge, Chrome
Antivirus
Defender
You have to use the Repair install method or In-Place Upgrade, that is, run setup.exe from a mounted and tweaked Win 11 22h2 iso or Win 11 23h2 iso.

  • Right click on the Win11_23H2_x64.iso file and select Mount.
  • On the virtual drive select ALL files and folders and select copy.
Or
  • If you have a Win11_23h2 USB installation drive, select ALL files and folders and select copy.

  • Create a Win11_23h2 folder. Paste the files on it.
  • Make sure "Hide known extensions" is NOT set under Explorer options.
  • Go to Win11_23h2\Sources and rename appraiserres.dll to appraiserres.dll.orig
  • On Win11_23h2\Sources, create a blank text file and rename to appraiserres.dll
  • On Win11_23h2\Sources, delete install.wim (or install.esd)
  • Right click on the Win11_24H2_x64.iso file and select Mount.
  • On the virtual drive select sources\install.wim or install.esd and select copy.
  • Go to Win11_23h2\Sources and paste the install.wim or install.esd
  • Rename Win11_23h2 folder to Win11_24h2 folder
  • Run Win11_24h2\Setup.exe
  • First, you must disconnect from the internet before attempting to upgrade an unsupported device to Win 11 24h2.
  • Second, you must choose how Setup checks for updates as 'not for now'.
 
Last edited:

My Computers My Computers

  • At a glance

    Windows 11 Pro - Windows 7 HP 64 - Lubuntui5 6600K - 800MHz to 4400MHz4+4G GSkill DDR4 3000IG - Intel 530
    OS
    Windows 11 Pro - Windows 7 HP 64 - Lubuntu
    Computer type
    PC/Desktop
    Manufacturer/Model
    custom build
    CPU
    i5 6600K - 800MHz to 4400MHz
    Motherboard
    GA-Z170-HD3P
    Memory
    4+4G GSkill DDR4 3000
    Graphics Card(s)
    IG - Intel 530
    Monitor(s) Displays
    Samsung 226BW
    Screen Resolution
    1680x1050
    Hard Drives
    (1) -1 SM951 – 128GB M.2 AHCI PCIe SSD drive for Win 11
    (2) -1 WD SATA 3 - 1T for Data
    (3) -1 WD SATA 3 - 1T for backup
    (4) -1 BX500 SSD - 256G for Windows 7 and Lubuntu
    PSU
    Thermaltake 450W TR2 gold
    Keyboard
    Old and good Chicony mechanical keyboard
    Mouse
    Logitech mX performance - 9 buttons (had to disable some)
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
  • At a glance

    Windows 11 Proi7-4500U 800- 3000MHz(4+4)G DDR3 1600IG intel 4400 + NVIDIA GeForce GT 745M
    Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Asus Q550LF
    CPU
    i7-4500U 800- 3000MHz
    Motherboard
    Asus Q550LF
    Memory
    (4+4)G DDR3 1600
    Graphics card(s)
    IG intel 4400 + NVIDIA GeForce GT 745M
    Sound Card
    Realtek
    Monitor(s) Displays
    LG Display LP156WF4-SPH1
    Screen Resolution
    1920 x 1080
    Hard Drives
    BX500 120G SSD for Windows and programs
    & 1T HDD for data
    Internet Speed
    500 Mb/s
    Browser
    Firefox 64
My mistake; ignore
 

My Computers My Computers

  • At a glance

    Windows 11 Pro 25H2 Build 26200.8655Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz32.0 GB of I forget and the box is in storage.Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    OS
    Windows 11 Pro 25H2 Build 26200.8655
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built 2013
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    ROG SupremeFX Formula 8-Channel High Definition Audio
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Touch Screen Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list. OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / Mx Air Cordless
    Internet Speed
    2000/500Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
    TP-Link BE9300 WiFi 7 Bluetooth 5.4 (Archer TBE550E)
    TP-Link TX201 V1 2.5GB Lan

    Grandstream HT812 - VoIP
    ASUS DSL-AX82U - Mesh
    ASUS RT-AC68U - Mesh
    ASUS RT-BE88U Router

    Brother MFC-L2880DW Printer

    I’m on a horse.
  • At a glance

    Windows 11 Pro 25H2 Build 26200.8655 (Wifes)13th Generation Intel® Core™ i5-1340P Process...16GB LPDDR5-52001x Intel® Iris® Xe Graphics
    Operating System
    Windows 11 Pro 25H2 Build 26200.8655 (Wifes)
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7 14IRL8 - Type 82YL
    CPU
    13th Generation Intel® Core™ i5-1340P Processor(Core™ i5-1340P)
    Memory
    16GB LPDDR5-5200
    Graphics card(s)
    1x Intel® Iris® Xe Graphics
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512 GB SSD PCIe
    Mouse
    Logiteck MX Master 3S
    Internet Speed
    2000/500
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.


    Wireless Network: Wi-Fi 6E 2x2 AX; Bluetooth® 5.1 or above
    Ports: 1x 1 Novo button; 2 in 1 Audio Combo jack; Micro SD Card Reader; HDMI 1.4b; 2 x USB Type-C (TBT4)
    USB 3.2 Gen 2 DP 1.4a
    PD 3.0); 1 x USB 3.2 Gen1 Type A
    Camera
    1x 1080P FHD IR/RGB Hybrid with Privacy Shutter and Dual Array Microphone
    Graphics
    1x Intel® Iris® Xe Graphics
    Monitor
    14" WUXGA
    Form Factor
    Convertible Notebook
  • Windows 11 Pro 25H2 Build 26200.8655 (Wifes)

    Yoga 7 2-in-1 14IML9 - Type 83DJ

    Processor: Intel® Core™ Ultra 7 155H Processor(Core™ Ultra 7 155H)

    Memory: 32GB LPD5X-7467

    Hard Drive: 1 TB SSD PCIe

    Wireless Network: 1x Wi-Fi 6E 2x2 AX; Bluetooth® 5.1 or above

    Ports: 1 x HDMI 2.1 TMDS; 1 x Novo Button; 1 x Combo Audio Jack
    2 x USB-C (USB 4.0)
    1 x USB-A 3.2 Gen 1

    Camera: 1080P FHD IR Hybrid with Dual Microphone

    Graphics: Intel® Arc™ Graphics

    Monitor: 14" 2.8K

    ...Where's my horse?
@antspants
FYI: You can delete your own contribution as well.
(if you might not have known that)
 

My Computer My Computer

At a glance

Windows 11 Pro 25H2AMD Ryzen 7 5700GKingston FURY Beast 2x16GB DIMM DDR4 2666 CL16MSI GeForce GT 730 2GB LP V1
OS
Windows 11 Pro 25H2
Computer type
PC/Desktop
Manufacturer/Model
Build by vendor to my specs
CPU
AMD Ryzen 7 5700G
Motherboard
MSI PRO B550M-P Gen3
Memory
Kingston FURY Beast 2x16GB DIMM DDR4 2666 CL16
Graphics Card(s)
MSI GeForce GT 730 2GB LP V1
Sound Card
Creative Sound Blaster Audigy FX
Monitor(s) Displays
Samsung S24E450F 24"
Screen Resolution
1920 x 1080
Hard Drives
1. SSD Crucial P5 Plus 500GB PCIe M.2
2. SSD-SATA Crucial MX500-2TB
PSU
Corsair CV650W
Case
Cooler Master Silencio S400
Cooling
Cooler Master Hyper H412R with Be Quiet Pure Wings 2 PWM BL038 fan
Keyboard
Cherry Stream (wired, scissor keys)
Mouse
Asus WT465 (wireless)
Internet Speed
70 Mbps down / 80 Mbps up
Browser
Firefox 130.0
Antivirus
F-Secure (Internetprovider version)
Other Info
Router: FRITZBox 7490
Oracle VirtualBox 7 for testing software on Win 10 or 11
@antspants
FYI: You can delete your own contribution as well.
(if you might not have known that)
Yeah I did thanks mate then made a new post to show Id made a mistake. For those who might of been thinking “what’s he on about” :D
 

My Computers My Computers

  • At a glance

    Windows 11 Pro 25H2 Build 26200.8655Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz32.0 GB of I forget and the box is in storage.Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    OS
    Windows 11 Pro 25H2 Build 26200.8655
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built 2013
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    ROG SupremeFX Formula 8-Channel High Definition Audio
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Touch Screen Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list. OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech: G402 / G502 / Mx Masters / Mx Air Cordless
    Internet Speed
    2000/500Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
    TP-Link BE9300 WiFi 7 Bluetooth 5.4 (Archer TBE550E)
    TP-Link TX201 V1 2.5GB Lan

    Grandstream HT812 - VoIP
    ASUS DSL-AX82U - Mesh
    ASUS RT-AC68U - Mesh
    ASUS RT-BE88U Router

    Brother MFC-L2880DW Printer

    I’m on a horse.
  • At a glance

    Windows 11 Pro 25H2 Build 26200.8655 (Wifes)13th Generation Intel® Core™ i5-1340P Process...16GB LPDDR5-52001x Intel® Iris® Xe Graphics
    Operating System
    Windows 11 Pro 25H2 Build 26200.8655 (Wifes)
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7 14IRL8 - Type 82YL
    CPU
    13th Generation Intel® Core™ i5-1340P Processor(Core™ i5-1340P)
    Memory
    16GB LPDDR5-5200
    Graphics card(s)
    1x Intel® Iris® Xe Graphics
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512 GB SSD PCIe
    Mouse
    Logiteck MX Master 3S
    Internet Speed
    2000/500
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.


    Wireless Network: Wi-Fi 6E 2x2 AX; Bluetooth® 5.1 or above
    Ports: 1x 1 Novo button; 2 in 1 Audio Combo jack; Micro SD Card Reader; HDMI 1.4b; 2 x USB Type-C (TBT4)
    USB 3.2 Gen 2 DP 1.4a
    PD 3.0); 1 x USB 3.2 Gen1 Type A
    Camera
    1x 1080P FHD IR/RGB Hybrid with Privacy Shutter and Dual Array Microphone
    Graphics
    1x Intel® Iris® Xe Graphics
    Monitor
    14" WUXGA
    Form Factor
    Convertible Notebook
  • Windows 11 Pro 25H2 Build 26200.8655 (Wifes)

    Yoga 7 2-in-1 14IML9 - Type 83DJ

    Processor: Intel® Core™ Ultra 7 155H Processor(Core™ Ultra 7 155H)

    Memory: 32GB LPD5X-7467

    Hard Drive: 1 TB SSD PCIe

    Wireless Network: 1x Wi-Fi 6E 2x2 AX; Bluetooth® 5.1 or above

    Ports: 1 x HDMI 2.1 TMDS; 1 x Novo Button; 1 x Combo Audio Jack
    2 x USB-C (USB 4.0)
    1 x USB-A 3.2 Gen 1

    Camera: 1080P FHD IR Hybrid with Dual Microphone

    Graphics: Intel® Arc™ Graphics

    Monitor: 14" 2.8K

    ...Where's my horse?

Latest Support Threads

Back
Top Bottom