Forum Discussion
kpr208
Mar 28, 2022Copper Contributor
Excel 2019 issue in Windows 2016 server
We have Office 2019 installed in Windows 2016 server. For few users, Excel always shows particular user(User who installed office) name under File--> Options-->General-->User Name. It's not happening...
- Mar 28, 2022
You can populate this by running this command (Or creating a PowerShell version) that adds it the registry "reg add HKCU\Software\Microsoft\Office\Common\UserInfo /v UserName /d %username% /f" in a loginscript or whatever management tool you are using (Like Ivanti)
Mar 28, 2022
You can populate this by running this command (Or creating a PowerShell version) that adds it the registry "reg add HKCU\Software\Microsoft\Office\Common\UserInfo /v UserName /d %username% /f" in a loginscript or whatever management tool you are using (Like Ivanti)
kpr208
Mar 29, 2022Copper Contributor
Thanks. It helps!
- Mar 29, 2022
No problem, please mark my answer as solution to mark it as Solved