1. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    30
    #26321 haris_mdlf69, Sep 17, 2023
    Last edited: Sep 17, 2023
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    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...
  3. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    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.
     
  4. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    575
    970
    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...
  5. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    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.
     
  6. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    884
    385
    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...
  7. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    Try to use the download script in packs\net48 folder.
     
  8. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    884
    385
    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...
  9. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    884
    385
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    884
    385
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150

    Inside the exe there are the .cabs dedicated to each OS. No idea if integrating the cabs alone is enough, that's a question for @abbodi1406 @MSMG or @inTerActionVRI

    It's the original installer, so obviously not.
     
  12. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    I remembered seeing this script inside the folder. But I'll check if it's from an older version I have or if I'm somehow mistaken.
    Sorry!
     
  13. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    From what I saw and understood, in the codes there is an extraction of cabs from within exe packages and msu packages, and then each relevant cab is installed. But there is always more.

    So my knowledge is short and based on what I learned from their scripts.
     
  14. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    884
    385
    30
    @acer-5100 @inTerActionVRI

    Thank you for the kind support. I hope someone chimes in so that I can move forward with the integration.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    #26338 Yanta, Sep 18, 2023
    Last edited: Sep 19, 2023
    @MSMG Remove remoting components, remote assistance.

    ...friends or techincal

    should be

    friends or technical
     
  16. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    I was on my cell phone and saw the image at a glance.

    The Script I mentioned is in your Packs folder.

    upload_2023-9-18_12-6-35.png

    Also, I wasn't clear when I made the recommendation.
     
  17. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    884
    385
    30
    Hi, found it. Thanks. Now how do I use this script ? Through MSMG toolkit ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...