My head just spinning around with all these treads. I just want a regular office install, dont bother with visio or other fancy stuff. Whats the easiest way?
Generate online Install file with officeRtool Simple way https://forums.mydigitallife.net/threads/officertool-continued.84450/
choice 2021, enter, enter, Professional plus, start generated file later. wait to finish so easy, see for yourself.
Manuel change the permission withing Regedit tool .. or remove this line and run script over again. Code: call :reg_own "HKCU\SOFTWARE\Microsoft\Office\16.0\Common\Licensing\CurrentSkuIdAggregationForApp" "" S-1-5-32-544 "" Deny SetValue
Hi there. After deleting that line Office went back to old visuals. I've applied the latest update (version 2111 build 14701.20226) and still have old visuals. So, the new UI available for all Office is either a lie or it doesn't work with LTSC or it needs a fresh install of Office (which I'm not gonna do anytime soon).
Visual Refresh is only for Microsoft 365 and Perpetual/Retail licenses. Office 2021 on LTSC will be on old ui only
I have windows 11 and Office 21 retail and I don´t have the new UI or the megaphone icon. I don´t want to modify the registry...this is not serious Microsoft...
Update files (again) seems that using set without "" cause a problems in some cases, happen to me either. new Code. Code: set "root=" if exist "%ProgramFiles%\Microsoft Office\root" set "root=%ProgramFiles%\Microsoft Office\root" if exist "%ProgramFiles(x86)%\Microsoft Office\root" set "root=%ProgramFiles(x86)%\Microsoft Office\root"
Microsoft.Office.UXPlatform.SimplifiedMenu Left = false, right = true. Microsoft.Office.UXPlatform.SVRefresh.DebugMicaFallbackColor Test mica without mica. Still didn't install Windows 11, even on a virtual machine. Microsoft.Office.AirSpace.WindowTransitionOverlayMica Microsoft.Office.Word.UseMica Microsoft.Office.Excel.UseMicaBackdrop Microsoft.Office.PowerPoint.FluentUI.EnableMicaBackground Microsoft.Office.UXPlatform.SVRefresh.UseMica Microsoft.Office.FileIO.ModernLeftNavigationPane Microsoft.Office.UXPlatform.EnableComingSoonRefreshFlights Microsoft.Office.UXPlatform.ComingSoonBadgeEnabled Microsoft.Office.UXPlatform.ShowComingSoonTeachingCallout Microsoft.Office.UXPlatform.ShowComingSoonUI Microsoft.Office.UXPlatform.TurnOnFeaturesBehindComingSoonByDefault Microsoft.Office.Word.ReviewModeV2Enabled Microsoft.Office.UXPlatform.NewCommentButton Microsoft.Office.UXPlatform.ShareMenu Microsoft.Office.UXPlatform.Theming.ReplaceColorfulFluent2021 What? Maybe later. Microsoft.Office.Word.BetterSectionMarginsDecember2021 Where? I do not see. More than three thousand (3100+) options, so it's not easy to find relevant and interested & worked correctly. Again from the latest Dev version.
Where do you find those strings? I’m enrolled in Dogfood builds and I’d like to explore them. Thanks!
In the programs themselves. Currently I have found about 7700 records that may be useful. The data was only partially put in order, so there is garbage text in the file. Most entries have a value to turn on or off: true, false. Parts take the value of a link, parameter, or some other form. Some of the parameters can break something or cause problems, so use at your own risk. It is better to make a backup of the registry if you do not want to permanently delete all user settings or reinstall office with a complete cleanup.
Thank you so much!! Where do you apply those parameters? I’ve tried using regedit (HKEY_CURRENT_USER\Software\Microsoft\Office\16.0 and its subfolders), but got no results, even after restarting my laptop. Could you please help me?