How to enable Black Theme in Office 2016 VL

Discussion in 'Microsoft Office' started by rhahgleuhargh, Feb 6, 2017.

  1. rhahgleuhargh

    rhahgleuhargh MDL Member

    Feb 9, 2015
    140
    46
    10
    Hello,
    Did anyone succeed to enable black theme in VL Office 2016 ?
    I tried the .reg method described in a previous post without any success (I have the x86 edition installed with latest upadates).
    I don't remember if this black theme is only available for Office365 editions. If not, is there a solution ?
    Thanks in advance !
     
  2. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. rhahgleuhargh

    rhahgleuhargh MDL Member

    Feb 9, 2015
    140
    46
    10
  4. fragtion

    fragtion MDL Novice

    Feb 6, 2017
    1
    0
    0
    #5 fragtion, Feb 6, 2017
    Last edited: Feb 6, 2017
    Apparently Microsoft have disabled the "Black Theme" for all current versions of Office except subscription 365.
    REG key is at "HKCU\SOFTWARE\Microsoft\Office\16.0\Common" -- it is a 32-bit DWORD entry, "UI Theme" whose value should be "4" for Black Theme. It still exists in Office 2016 but every time you launch an office application, that reg entry is replaced. A workaround is to set it to "4" and then make the "\Common" key read-only to your user account -- virtualcustoms.net/showthread.php/72255-Windows-10-Black-Edition-for-Windows-10-Anniversary-Update-aka-Redstone-One/page20?p=321578&viewfull=1#post321578 . Hopefully someone can find a more elegant workaround to this! I love Black Theme and am not interested in 365 subscription
     
  5. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    #6 dhjohns, Feb 6, 2017
    Last edited by a moderator: Apr 20, 2017
    Here is how I do it. It takes a little bit of time to set up, but it works without any other user intervention once you have set it all up. The only Office program which you can not change is Access, and you never could switch it to black theme. You need to first make a folder. I have many customizations so everything I tell you from now on is specific to this folder. You would need to change the paths if you put it anywhere else. The folder I have everything in is C:\Customizations\OfficeBlackTheme. For each office program, Word, Excel, Outlook, etc. I have TWO files. I also have the regedit file which does the registry changing. This is absolutely guaranteed to work. The registry file I have named Blacktheme.reg and is
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common]"UI Theme"=dword:00000004
    "PendingUITheme"=-
    I will next give examples for Word, you can take care of the other office programs. This is a command file called word.cmd
    Code:
    regedit.exe /S C:\Customizations\OfficeBlackTheme\blacktheme.reg
    "C:\Program Files\Microsoft Office\root\Office16\WINWORD.EXE"
    regedit.exe /S C:\Customizations\OfficeBlackTheme\blacktheme.reg
    The next file is a vbs file so that you do not see the cmd window flash each time you open an Office Program. I named it word.vbs.
    Code:
    Dim WinScriptHost
    Set WinScriptHost = CreateObject("WScript.Shell")
    WinScriptHost.Run Chr(34) & "C:\Customizations\OfficeBlackTheme\word.cmd" & Chr(34), 0
    Set WinScriptHost = Nothing
    Now you go to your Start menu, find where the shortcuts are kept, and replace the path in the shortcut with the path for the vbs script. Now when you click on your Office program from your start menu it will open Black each, and every time. Note that this only works if you open the program, and not a document or its shortcut. You must open the program first, then open your document from within.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. rhahgleuhargh

    rhahgleuhargh MDL Member

    Feb 9, 2015
    140
    46
    10
    Thank you for your answer, but this was the tweak I tested, without any success...
     
  7. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. rhahgleuhargh

    rhahgleuhargh MDL Member

    Feb 9, 2015
    140
    46
    10
    @dhjohns,
    I created the 3 files (just modified the path "Program Files\..." from x64 Office version to "Program Files (x86)\..." for my x86 version).
    Running word.cmd as Admin or word.vbs file makes Word begin to start black and immediatelly change to colorfull theme (my default theme). Maybe the tweak only works for x64 edition ?
     
  9. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    Perhaps. I have not tried it on x86 version. Perhaps you would need to change a registry value. Do a search in the registry.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. rhahgleuhargh

    rhahgleuhargh MDL Member

    Feb 9, 2015
    140
    46
    10
    I'll try and compare registry values with a x64 Office install (at this time the only difference is that I don't have the "UI pending" string). If I find a solution I'll report !
    Thanks for your help !
     
  11. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    752
    407
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. MyDigitalName

    MyDigitalName MDL Member

    Sep 12, 2009
    124
    17
    10
    #13 MyDigitalName, Feb 13, 2018
    Last edited: Feb 13, 2018
    I guess the registry protection is needed in case the values would reset.
    So, I followed you instrutions until "Change "PendingUITheme" to 4. If "PendingUITheme" dword does not exist; create it per usual with value of 4.".
    Then, I ran Word.
    No cigar; I still get the Dark Gray theme.
    When I exit Word, both values in the registry are still present.

    I used a registry monitor and I can see that WinWord.exe is reading the 4 bytes from "UI Theme".
    However, it won't even look for a "PendingUITheme" value... (not sure where you go the idea that it would work)
    Neither one of these are written, either.

    So, still no black theme on retail copy.

    Any ideas?

    Thank you!
     
  13. AbbA

    AbbA MDL Junior Member

    Jun 6, 2010
    74
    15
    0
  14. af88

    af88 MDL Novice

    Jul 7, 2018
    1
    0
    0
    Would love to know this as well, the above did not work, it only shows the 3 colors. At work I have 365 and Black theme shows up fine but on a PC with Volume License black does not exist no matter what Reg VB tweaks i try... I'm going to guess this is just no possible.