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

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

  1. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    699
    1,149
    30
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    54,966
    125,941
    450
    MTK not MST ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    699
    1,149
    30
    you use what works
     
  4. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    820
    524
    30
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    Sometimes KMS settings are registered for each office product (AppID) alone, which prevent from recognizing global settings
    these are to clear them
     
  7. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    699
    1,149
    30
  8. Dolmatov

    Dolmatov MDL Addicted

    Aug 16, 2017
    561
    501
    30
    [dot] and [-] for about in MainMenu write @Ошибка в синтаксисе команды.@ (An error occurred in the syntax of the command.) in windows 7.
    Rewrite for Work:
    echo [ A ] About WOTOK
    echo [ E ] EXIT
    --
    if %choice%==a goto:about
    if %choice%==A goto:about
    if %choice%==e goto:gExit
    if %choice%==E goto:gExit
    --
    :gExit

    It is not good to use system tags in GoTo, so I added the letter G (as when fighting a Dofuramingo subordinate in a bird cage in one piece).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. acacrni

    acacrni MDL Novice

    Mar 14, 2013
    17
    1
    0
    Hello guys,

    I bought new laptop that came with Office 365 Home, and I wanted to install some version that can be activated via KMS. But I cant uninstall my current office, there is no trace in control panel, and i tried FixIt tool, but it doesnt remove it. Only place I could find my current office is in Windows Store, but it doesnt let me uninstall it. Can someone give me some advice what to do, or show me right direction where should I look. Also OfficeRTool and Microsoft Toolkit doesnt recognize my current office..
     
  10. acacrni

    acacrni MDL Novice

    Mar 14, 2013
    17
    1
    0
    @l33tissw00t
    Hi, thanks for fast answer. In windows store nothing happens when I click right click. Yes, I tried first link, thats fixit tool, it doesnt remove.

    Capture.jpg Capture2.jpg
     
  11. Dolmatov

    Dolmatov MDL Addicted

    Aug 16, 2017
    561
    501
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    820
    524
    30
    What about pressing Manage? or those 3 dots?
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,025
    340
    run this in powershell as admin:
    Code:
    Get-AppXPackage -Name "*Microsoft.Office.Desktop*" | Foreach {Remove-AppxPackage $_.PackageFullName}
    if it doesn't work, use deplyment tool to install C2R version, it has ability to remove Office Centennial (Store)
     
  14. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    699
    1,149
    30
    Not support Windows 7. Example: wotok only kms support SppExtComObj.exe (for Win 10 and Office 2016/2019 on Win 10), not support sppsvc.exe (win 7), not support osppsvc.exe ...
    Dot not working, thanks, I corrected it:
    if /i %choice%==a goto:about
    (/i is case insensitive, include a and A)
    [-] and :Exit works on Win 10
     
  15. Dolmatov

    Dolmatov MDL Addicted

    Aug 16, 2017
    561
    501
    30
    Thank you. I thought that "not tried yet" only for win 10 - this means that only on the 10-ke is not checked.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Digital_Jagh

    Digital_Jagh MDL Junior Member

    Jul 28, 2015
    93
    16
    0
    Office C2R 9201.2008 !!?
    From which branch is this build !!!
     
  18. ratzlefatz

    ratzlefatz MDL FUBAR Recon Squad

    Sep 1, 2012
    1,379
    5,004
    60
    #2080 ratzlefatz, Mar 15, 2018
    Last edited: Mar 15, 2018
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...