@abbodi1406 with YACTRI, which option or chanel will give me Office 365 build 14527.20226 build 2110? MonthlyEnterprise??
For some unknown reason, Office won't update to 16.0.14527.20226 even on the right chanel. Anyone have any ideas otherwise might have to re-install office? But I also can't update office from a new downloaded build 16.0.14527.20226, as the installation stops.
Same as Reznov, just did an update and I'm on Current/Monthly: Build 14527.20226 Iirc, I used YAOCTRI to install initially (no biggie).
Good morning. I installed and activated with kms vl aio v39 but it is activated and with advertisement not original. can i activate full? thanks
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.
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
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.
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
'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 . . .