![]() |
Fix problem with saving files in Office 2016. |
Problem: Error saving Office 2016 files, "Word could not create the work file".
Error Source: AppData registry data (i.e., Cache) is set for default user (i.e., the user account used during the Office installation).
For Example, registry cache setting may read:
C:\users\billgates\AppData\Local\Microsoft\Windows\INetCache
Correct format:
%USERPROFILE%\AppData\Local\Microsoft\Windows\INetCache
The error may, or may not result from SYSPREP.Fix: Registry change fixes this error:
- HIVE: HKEY_CURRENT_USER
- KEY PATH: SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
- VALUE NAME: Cache
- VALUE TYPE: REG_EXPAND_SZ
- VALUE DATA: %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCache
- Computer Configuration
- Windows Settigns
- Registry: New Item
- Hive: HKEY_CURRENT_USER (HKU\.DEFAULT)
- Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
- Value Name: Cache
- Value type: REG_EXPAND_SZ
- Value data: %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCache
Note: User Shell Folders\Cookies is also set for default user. Unsure of impact so I recommend changing this to %USERPROFILE% as well.
This fix resolved errors for Office 2016 on Windows 8 and Windows 10. This pertains to retail, volume license, and Office 365 versions of Office 2016.
This fix is similar, but different from Microsoft KB 2285187. KB 2285187 is only for Office 2013, 2010, and 2007. It may or may not be pertinent to Windows 8 and Windows 10. The registry value is different.
References: https://support.microsoft.com/en-us/kb/2285187
2 Comments
Thank you so match for your help.
ReplyDeleteI could solve my problem with world.
Now I can even insert images in the text without blocking the program
by this same problem.
thank you so much man! you're a great help!
ReplyDelete