[HOW-TO/SUPPORT/CHAT] OFFICE C2R Download/Install/Activation

Discussion in 'Microsoft Office' started by s1ave77, Jul 19, 2015.

  1. ajak31

    ajak31 MDL Novice

    Dec 29, 2008
    26
    7
    0
    • Anyone tried to run OfficeRTool on the latest dev channel build of windows 11? Somehow I cannot run and getting this error below:
    • 'wmic' is not recognized as an internal or external command,
      operable program or batch file.
     
  2. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,093
    30
    #4722 Xtreme21, Oct 28, 2021
    Last edited: Oct 28, 2021
    WMIC tool was deprecated by MS, it's also broken KMS_VL_ALL etc. But note there's a post by @abbodi1406 about currently activated Win/Office.

    There's a thread about it where you will see that coder/scripter folks here are working on it. [ Solution ] Restore WMIC tool
     
  3. GaGiLu

    GaGiLu MDL Junior Member

    May 4, 2017
    85
    20
    0
    Now that wmic is or will be removed, is it possible to still use this CMD ?
    Office Click-to-Run Retail-to-Volume or what scripts are affected? If we can use the c2r-r2v script, we can after that use Microsoft toolkit as a temporary solution until there is a way for KMS VL All AIO cmd works again.
     
  4. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    wmic is back !
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    #4725 Dark Dinosaur, Oct 28, 2021
    Last edited: Oct 29, 2021
    my stupid attempt to fix my KMS tool
    all of this because MS s**t.
    why remove WMIC ?

    Code:
    call :query "select * from Win32_OperatingSystem" "buildnumber"
    for /f "tokens=* skip=3" %%g in ('type "%temp%\result"') do set BuildNumber=%%g
    set buildnumber=!BuildNumber: =!
    
    Code:
    call :Query_Invoke "select * from !LicensingProductClass! where !wmiSearch!" "UninstallProductKey"
    
    Code:
    :Query
    set args_1=%1
    set args_2=%2
    >nul 2>&1 del /q "%temp%\result"
    >"%temp%\script.ps1" echo Get-WmiObject -Query "!args_1:~1,-1!" ^| format-table -Property !args_2:~1,-1!
    >"%temp%\result" 2>&1 powershell -noprofile -executionpolicy bypass -file "%temp%\script.ps1"
    goto :eof
    
    :Query_Invoke
    set args_1=%1
    set args_2=%2
    >nul 2>&1 del /q "%temp%\result"
    >"%temp%\script.ps1" echo Get-WmiObject -Query "!args_1:~1,-1!" ^| ForEach-Object { ($_).!args_2:~1,-1!()}
    >"%temp%\result" powershell -noprofile -executionpolicy bypass -file "%temp%\script.ps1"
    goto :eof
    
    :Query_Invoke_args
    set args_1=%1
    set args_2=%2
    set args_3=%3
    >nul 2>&1 del /q "%temp%\result"
    >"%temp%\script.ps1" echo Get-WmiObject -Query "!args_1:~1,-1!" ^| ForEach-Object { ($_).!args_2:~1,-1!("!args_3:~1,-1!")}
    >"%temp%\result" powershell -noprofile -executionpolicy bypass -file "%temp%\script.ps1"
    goto :eof
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. donalgodon

    donalgodon MDL Member

    Jul 21, 2010
    164
    3
    10
    'wmic' is not recognized as an internal or external command,
    operable program or batch file.
    'wmic' is not recognized as an internal or external command,
    operable program or batch file.

    Checking public Office distribution channels for new updates

    *** ERROR checking: * Current * channel
    *** No response from Office content delivery server
    *** Check Internet connection and/or Channel-ID

    *** ERROR checking: * CurrentPreview * channel
    *** No response from Office content delivery server
    *** Check Internet connection and/or Channel-ID

    *** ERROR checking: * BetaChannel * channel
    *** No response from Office content delivery server
    *** Check Internet connection and/or Channel-ID

    *** ERROR checking: * MonthlyEnterprise * channel
    *** No response from Office content delivery server
    *** Check Internet connection and/or Channel-ID

    *** ERROR checking: * SemiAnnual * channel
    *** No response from Office content delivery server
    *** Check Internet connection and/or Channel-ID

    *** ERROR checking: * SemiAnnualPreview * channel
    *** No response from Office content delivery server
    *** Check Internet connection and/or Channel-ID

    *** ERROR checking: * PerpetualVL2019 * channel
    *** No response from Office content delivery server
    *** Check Internet connection and/or Channel-ID

    *** ERROR checking: * PerpetualVL2021 * channel
    *** No response from Office content delivery server
    *** Check Internet connection and/or Channel-ID

    *** ERROR checking: * DogfoodDevMain * channel
    *** No response from Office content delivery server
    *** Check Internet connection and/or Channel-ID



    Press any key to continue . . .
     
  7. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    #4727 Dark Dinosaur, Oct 29, 2021
    Last edited: Oct 29, 2021
    you have windows 11 Dev channel ?
    or win 10 after Ann Updates ?
    MS Remove WMIC tool :mad:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,245
    3,258
    90
  9. donalgodon

    donalgodon MDL Member

    Jul 21, 2010
    164
    3
    10
    Dev channel.
    Is there any way to fix it?
     
  10. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    #4730 Dark Dinosaur, Oct 29, 2021
    Last edited: Oct 29, 2021
    Yes there is, at your own Risk :)
    or wait for updated tools.
    Restore Deprecated WMIC Tool
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. catmandx

    catmandx MDL Novice

    Nov 21, 2018
    2
    0
    0
    which version of OfficeRTool are you guys using? I only see public-beta versions...
     
  12. Sajjo

    Sajjo MDL Member

    Feb 6, 2018
    2,245
    3,258
    90
  13. GaGiLu

    GaGiLu MDL Junior Member

    May 4, 2017
    85
    20
    0
    What are the last working build numbers for 11 and 10 where wmic tool isn't removed still?
     
  14. CaptainKirk1966

    CaptainKirk1966 Former MDL Guru

    Oct 31, 2009
    2,549
    1,377
    90
  15. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    [Tool] Office 2010 --> 2021 VL deploy tool
    After spend about 6 hours.
    Now have 3 version.
    ~ WMIC Based [ Stop Supported on some system ]
    ~ PowerShell Based [ F%^ Slow, why MS Want us to use it ? ]
    ~ VBS Based [ Really fast, with some help from abbodi1406 ]

    So if MS decided to Remove WMIC & PowerShell,
    I Still have VBS Version :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,757
    340
    YAOCTRI v10.5

    - Added powershell commands to compensate the missing wmic on Windows build 22483 or later
     
  17. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,734
    5,179
    120
    you using PowerShell :roflmao:
    what about the VBS thing ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,757
    340
    Not worth it for very few commands
     
  19. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,093
    30
    #4739 Xtreme21, Nov 2, 2021
    Last edited: Nov 2, 2021
    Great tool for Office installs.

    I never save a config and just (1. Install Now) at the end of the options.

    v10.5:
    Installed ProPlus full Suite
    Scrubbed Office - Rebooted.
    Installed single apps, Word, Excel, Powerpoint, Excel.
    Scrubbed Office - Rebooted.
    Installed 365 custom install.

    Perfect every time. :good3:
    Code:
    =============================================================
    Source  : "C:\Users\REMOVED\Downloads\Office-Stuff\ExtractedOffice365BusinessRetail"
    Version : 16.0.14326.20454 / Arch: x64 / Lang: en-GB
    Channel : Monthly
    CDN     : 492350f6-3a01-4f97-b9c0-c7c6ddf67d60
    Suite   : O365ProPlusRetail
    Excluded: Groove,Lync,OneDrive,OneNote,Outlook,Teams
    Updates : True / AcceptEULA : True / Display : True
    PinIcons: False / AppShutdown: True / Activate: False
    Disable Telemetry: True
    =============================================================
    
     1. Install Now
     2. Create setup configuration (Normal Install)
     3. Create setup configuration (Auto Install)
    
    =============================================================
    Choose a menu option to proceed, press 9 to go back, or X to exit:
    
     
  20. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,757
    340