Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


1101

3141 posts

Uber Geek
+1 received by user: 1143


#243608 20-Dec-2018 13:19
Send private message

New laptop, with preinstalled Office 365 . (actually 2 differnet new laptops)
I cant completely 100% remove 365 . It allways comes back & screws up the Office 2013

Since Win10 has setting in more than 1 place....
365 isnt in Control panel add/remove
I went to Settings/apps & removed it there
I also right clicked 'tiles' & uninstalled it .


If I do a repair on Office2013, that reinstalls 365
Then the word2013 start shortcut opens 365Word
outlook.exe /safe opens the 365 outlook, instead of the 2013 outlook

This is really screwing up 2013 (causing crashes) , and screws up 2013 activation , ph activation is a slow process

Any ideas or suggestions ?
The office15 removal tool has been run, twice
the powershell removal method didnt work.

When I think 365 is gone, I add another user and there it is again.

 

 

 

 


Create new topic
engedib
254 posts

Ultimate Geek
+1 received by user: 93


  #2148369 20-Dec-2018 13:32
Send private message

It is the Windows Store version and agreed, can really screw things up!

 

Run the following command in PowerShell to remove:

 

 

 

(Get-AppxPackage -Name Microsoft.Office*).Dependencies | Remove-AppxPackage

 

Then:

 

Get-AppxPackage -Name Microsoft.Office* | Remove-AppxPackage





MCSE+M/S, MCITP




Lias
5655 posts

Uber Geek
+1 received by user: 3978

ID Verified
Trusted
Lifetime subscriber

  #2148402 20-Dec-2018 15:02
Send private message

I pretty much always blow away the factory install and reinstall from scratch, because the manufacturers all install so much crapware and bloatware..





I'm a geek, a gamer, a dad, a Quic user, and an IT Professional. I have a full rack home lab, size 15 feet, an epic beard and Asperger's. I'm a bit of a Cypherpunk, who believes information wants to be free and the Net interprets censorship as damage and routes around it. If you use my Quic signup you can also use the code R570394EKGIZ8 for free setup. Opinions are my own and not the views of my employer.


1101

3141 posts

Uber Geek
+1 received by user: 1143


  #2148469 20-Dec-2018 16:30
Send private message

engedib:

 

It is the Windows Store version and agreed, can really screw things up!

 

Run the following command in PowerShell to remove:

 

 

thanks, but
the powershell removal method didnt work.

 

 




nathan
5695 posts

Uber Geek
+1 received by user: 1630
Inactive user


  #2148475 20-Dec-2018 16:35
Send private message

what do you mean by "it always comes back" ?

 

is that for a new user profile or?


nathan
5695 posts

Uber Geek
+1 received by user: 1630
Inactive user


  #2148477 20-Dec-2018 16:37
Send private message

engedib:

 

It is the Windows Store version and agreed, can really screw things up!

 

Run the following command in PowerShell to remove:

 

 

 

(Get-AppxPackage -Name Microsoft.Office*).Dependencies | Remove-AppxPackage

 

Then:

 

Get-AppxPackage -Name Microsoft.Office* | Remove-AppxPackage

 

 

 

 

try this

 

This should cover whether Office Centennial was provisioned to device, installed for current user, or installed for some other user:

 

     

  1. Get-AppXPackage %s -allUsers | Remove-AppXPackage -allUsers
  2. Get-AppXPackage %s -PackageTypeFilter bundle -allUsers  | Remove-AppXPackage -allUsers
  3. Remove-AppXProvisionedPackage -online -PackageName %s -allUsers

 

where %s is Microsoft.Office.Desktop


1101

3141 posts

Uber Geek
+1 received by user: 1143


  #2148728 21-Dec-2018 11:16
Send private message

this doesnt remove it (below), as recommended buy MS support (found online)

 

"(Get-AppxPackage -Name Microsoft.Office.Desktop).Dependencies | Remove-AppxPackage"

 

"Get-AppxPackage -Name Microsoft.Office.Desktop | Remove-AppxPackage"

 

Then to verify that it is indeed removed, this command should return nothing.

 

"(Get-AppxPackage -Name Microsoft.Office.Desktop).Dependencies"

 

=============

 

it may appear to be gone , but isnt.

 

365(Office2016) will reappear & cause issues if..
add another user , its there by default for that new user : this really just show it wasnt removed
or, do a repair on Office2013, that causes 365 to re-install for that user

 

Its causing issues with Outlook 2013 .


 
 
 

Stream your favourite shows now on Apple TV (affiliate link).
engedib
254 posts

Ultimate Geek
+1 received by user: 93


  #2148729 21-Dec-2018 11:20
Send private message

1101:

 

this doesnt remove it (below), as recommended buy MS support (found online)

 

"(Get-AppxPackage -Name Microsoft.Office.Desktop).Dependencies | Remove-AppxPackage"

 

"Get-AppxPackage -Name Microsoft.Office.Desktop | Remove-AppxPackage"

 

Then to verify that it is indeed removed, this command should return nothing.

 

"(Get-AppxPackage -Name Microsoft.Office.Desktop).Dependencies"

 

=============

 

it may appear to be gone , but isnt.

 

365(Office2016) will reappear & cause issues if..
add another user , its there by default for that new user : this really just show it wasnt removed
or, do a repair on Office2013, that causes 365 to re-install for that user

 

Its causing issues with Outlook 2013 .

 

 

 

 

Then just rebuild the laptops from scratch, it is quite quick with Windows 10 - around 30mins to one hour max





MCSE+M/S, MCITP


nathan
5695 posts

Uber Geek
+1 received by user: 1630
Inactive user


  #2148730 21-Dec-2018 11:24
Send private message

Please try the PSH commands I supplied, I’ve never seen them not work

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.