1. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    #26301 haris_mdlf69, Sep 17, 2023
    Last edited: Sep 17, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. bala1

    bala1 MDL Member

    May 2, 2015
    179
    150
    10
    #26302 bala1, Sep 17, 2023
    Last edited: Sep 17, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
  4. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. chintu9192

    chintu9192 MDL Novice

    Aug 11, 2021
    11
    1
    0
  6. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    Code:
    Automated script to install or integrate updates for:
    - Windows 10
    - Windows 11
    - Windows Server 2016, 2019, 2022
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    #26308 haris_mdlf69, Sep 17, 2023
    Last edited: Sep 17, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    This is what @mxman2k share to me to fix this issue
    Code:
    REM Rename Registered Owner/Winver To Users Name. [ W10+/Server 2016+ ] Section. You have to delete the reg entry first to be allowed to re-enter new details.
    REG delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v "RegisteredOwner" /f >nul 2>&1
    REG add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v "RegisteredOwner" /t REG_SZ /d "%UserName%" /f >nul 2>&1
    
    I used this regedits in my custom unattend.xml & it worked out:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    I understood.

    But from what I read in the code. I think the result when creating a new user, through windows. When you check the new user there will be Haris.

    Just testing to find out. But I remain with my hypothesis.

    That's why I asked you to create another user. Just to prove it and eliminate doubt.

    This makes it even simpler to implement the fix through the toolkit via tweak instead of putting it in unattend.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    657
    1,235
    30
    Do I need to modify it to work with custom registry tweaks option in MSMG?:g:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    No. But you can test it too. Use %%UserName%% instead %UserName%.

    Just create a user with the name TESTER.
    Logon with the new user.
    And see if the user name will change in place of "Windows user".

    That's all we need to know to know if it is necessary to correct the code I placed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Couldn't find .Net 4.8 for win 8.1

    Can anyone point me in the right direction? thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Try to use the download script in packs\net48 folder.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Hi, thank you for the response. There's nothing there except for Win 7 folder
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...