abbodi1406's Batch Scripts Repo

Discussion in 'Scripting' started by abbodi1406, May 4, 2017.

  1. taviruni

    taviruni MDL Senior Member

    May 8, 2010
    261
    248
    10
  2. LoverOfLove

    LoverOfLove MDL Member

    Oct 17, 2017
    125
    32
    10
    thanks for your help. its working great...

    and thanks @taviruni for nice gui for dism.
    :)
     
  3. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,447
    1,424
    60
    #243 rpo, Jan 2, 2018
    Last edited: Jan 2, 2018
    Code:
    rem call :OSPP
    @abbodi1406
    Concerning KMS_VL_ALL-SppExtComObjPatcher-kms-19, if i don't want to test the Windows activation and only want to activate Office 2016 on my Windows 10 system, do you think these modifications to the KMS_VL_ALL.cmd script are ok :
    Change (statement at line 162)
    if %office% equ 1 (call :offchk15&exit /b) else (if %gvlk% equ 1 exit /b)
    to
    if %office% equ 1 (call :offchk15&exit /b) else (exit /b)
    and comment (statement 83)
    Code:
    rem call :OSPP
    Thank you.
     
  4. NormieLyfe

    NormieLyfe MDL Novice

    May 1, 2017
    37
    37
    0
    KMS_VL_ALL doesn't affect windows license unless it used KMS activation
     
  5. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    Use CODE or PLAIN tags so :eek: faces shouldn't appear... :tooth:
    https://forums.mydigitallife.net/help/bb-codes
     
  6. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,447
    1,424
    60
    Once KMS_VL_ALL DID AFFECT my windows 10 retail license. Now, before executing the script, I check the Windows activation status, just in case.
     
  7. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,447
    1,424
    60
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    If license isn't activated :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,447
    1,424
    60
    Yes, but activation was lost after a reboot. To correct the issue i changed the key to ...-3V66T after several attempt. But, as i said, this happend only once.
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,220
    84,896
    340
    First change will be enough

    OSPP part only executed for Office on Win 7, or Office 2010 on Win 8/10
     
  11. LoverOfLove

    LoverOfLove MDL Member

    Oct 17, 2017
    125
    32
    10
    hi @abbodi1406 in w10ui you said
    ""# Enable .NET Framework 3.5 if available source detected
    locations to be checked: mounted iso, inserted dvd/usb, sxs folder for distribution target""
    what does it mean? i want to install updates to extracted iso folder and want to enable .net 3.5..
    how am i suppose to enable .net 3.5 ??
    do i need to put somewhere .net 3.5 file mentioned in your 1st post?
    thank you..
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,220
    84,896
    340
    Extracted iso = auto detect
     
  13. LoverOfLove

    LoverOfLove MDL Member

    Oct 17, 2017
    125
    32
    10
    and i wont need any .net 3.5 exe file to enable it ?
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    ^^all needed files are part of (default) ISO.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    \sources\sxs\microsoft-windows-netfx3-ondemand-package.cab
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. LoverOfLove

    LoverOfLove MDL Member

    Oct 17, 2017
    125
    32
    10
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,220
    84,896
    340
    updated dotNetFx_AIO for XP
     
  18. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    MSMG Toolkit 8.0 supports integration of MS Edge onto LTSB and AFAIK, it is the only script that will also update it. Once OS is installed with Edge, any CU installed will prevent Edge from running because LTSB is not supposed to have Edge. I think MSMG Toolkit uses some hack to update Edge on LTSB. If I integrate Edge using MSMG Toolkit and update the image offline using W10UI, will W10UI be able to update Edge just like MSMG Toolkit? What about onlive/live updating of LTSB with Edge using W10UI?
     
  19. AeonX

    AeonX MDL Addicted

    May 24, 2013
    793
    719
    30
    Yes, MSMG applies a registry fix when integrating Edge into LTSB/Server 2016.
    The part of integrating updates does not change in LTSB with Edge integrated since the fix is applied before.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    #260 MonarchX, Jan 20, 2018
    Last edited: Jan 20, 2018
    I didn't quite understand... Are you saying that once Edge is integrated into LTSB via MSMG Toolkit, updating the resulting image on a live/online install should NOT break Edge functionality?