I want to share what I do when I install Office 2013-2016 as I think some of you might like it. Usual disclaimer: this is only what I do, I don’t pretend it can’t have any bad consequences, use at your own risk and don’t do it if you don’t know what you are doing.
Please note I disable things like ability to log in, access online help and Onedrive as this irritates me greatly. If you use that, some of the things here are not for you. If you are like me and want nothing to do with the automatic integration of the cloud and things like the suggested saving spot is always Onedrive first, then you might be happy. This is for a standalone workstation.
If you already have files on Onedrive, I don’t recommend doing these as I think sometimes it is hard to remove Onedrive without loosing the files and I wouldn’t want you to not have access to your files anymore and since I don’t play with Onedrive, I don’t really know what will happen.
First, I made a registry file I use to set a few things on 2016. If on 2013, switch the 16.0 to 15.0. It contains:
Windows Registry Editor Version 5.00
; Deactivates the ability to sign in in Office 2016. To reactivate, just set the value to 0
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\SignIn]
“SignInOptions”=dword:00000003
; setting from 2 to 0 disables access to external files and sharepoint integration.
; not sure if it also removes access to online help, but this “help” is so bad anyway.
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Internet]
“UseOnlineContent”=dword:00000000
; deactivates the annoying start screen for all Office apps. Don’t want to be asked whether I want to create a birthday card or a resume each time I start Word. What a dumb idea.
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\General]
“DisableBootToOfficeStart”=dword:00000001
; deactivates the absolutely irritating animations started in Office 2013
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Graphics]
“DisableAnimations”=dword:00000001
; if you open an old .xls file, prevents from always asking to save even if you didn’t change the file
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\Options]
“FullCalcOnLoadOldFile”=dword:00000001
; restore the Office 2003 menus and removes the ribbon
;[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\WishListForSome]
;”ThisOneIsAJoke”=dword:00000001
Other tip:
If you have trouble activating Office because the link to click “enter a product key instead” don’t work, you can use the command line (adjusting for the version number you have on your machine) :
cscript “C:\Program Files\Microsoft Office\Office15\OSPP.VBS” /dstatus to obtain the activation status
and then
cscript “C:\Program Files\Microsoft Office\Office15\OSPP.VBS” /inpkey:<product_key> to enter the product key
You can uninstall Onedrive in programs and functionalities and if you have a Windows Home version and wants to get rid of the Onedrive Icon on the left pane of the file Explorer, there you go:
[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
@=”OneDrive”
“System.IsPinnedToNameSpaceTree”=dword:00000000
I didn’t get the registry values for those below, but you might want to take a look and see if it could be useful to you. Sorry if the terms are not always right, I translate from the French version.
I start Word and then click on File, Options, Saving.
There I deactivate the backstage mode which makes saving a file more like older versions of Word. Try it on or off to see what happens when you press CTRL-S to save.
I deactivate “show other places for saving even if a connection might be necessary” right below the backstage mode.
I also click on “Always save on the computer”.
Then, and this does not always apply only to Office 2013-2016, I change a few of the defaults I find very annoying. Your mileage may vary. I like the very old Office style of working with paragraphs.
I go to the paragraph box (ALT-L-P-A on my French version, not sure the shortcut works in English, maybe try Alt-H-P-A), then I remove the 8pts after in spacing, I select simple for line space and then I select justified as alignment. Then I click on Set as Default at the bottom of the box so all new documents are like that.
I go to the View tab on the ribbon and click on show ruler as it is useful to put tabs there.
There you go. I hope some of you will find it interesting and useful to them.