TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Half a day of work lost thanks to Microsoft Word

11 点作者 jackjackk0超过 3 年前
Tonight my wife (hence I) had a very unpleasant experience with Microsoft Word on Windows 10. She lost half a day of work because as she saved the document she was working on for hours, Word partially froze: the window was not responding. I tried the save button: no visual feedback. I tried the close button: it closed the window immediately. After reopening the document, we realized that only the first page got saved.... you can imagine the feelings about the universe in that very moment. Unfortunately she was not using OneDrive, and I don't think there was anything left to do to recover any previous version (checked temp files, nothing). Has this ever happened to you? Do you have any recommendations on how to handle these cases (apart from not using Office ever again)? For the moment, I would say, use OneDrive (maybe it was part of an evil playbook by MS after all...), but I'm open to any suggestions that could help my wife (and I) process the frustration.

12 条评论

dfcowell超过 3 年前
If you have file history enabled, you might be able to get back one of the intermediate versions?<p><a href="https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;file-history-in-windows-5de0e203-ebae-05ab-db85-d5aa0a199255" rel="nofollow">https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;file-history-in-...</a>
评论 #29146055 未加载
HanaShiratori超过 3 年前
Unfortunately working on a local machine with or without infrequent saves always carries a certain risk of data loss, since your computer could crash at any time due to power issues, disk failure or any other pc component dying or just a software bug like in the described case (but who knows, maybe the real reason was a hardware defect). Either use features like auto save which should minimize the risk of creating corrupted save files or work on a network drive (or the cloud) with file versioning enabled and optimally frequent, incremental snapshots &#x2F; backups. But it&#x27;s important to frequently save your file, otherwise you will increase the risk of data loss. And be aware, that working on a local machine is dangerous in itself - if you have to do that frequently however (no network connection), use external storage (small usb thumb sticks) for at least providing some kind of backup.<p>Fortunately I learned this lesson as a kid playing countless hours of RPGs where forgetting to save frequently lead to replaying hours of gameplay again... ;)
antasvara超过 3 年前
In all honesty, the easiest solution is to save more frequently than every few hours. OneDrive is definitely an option as there are some autosave features though.
评论 #29144941 未加载
openssl超过 3 年前
21 years ago when I used Windows 2000 I faced such problems. One would think those kind of issues would be resolved by now. Anyway<p>I’m a developer so this may not be for everyone.<p>I use markdown+git for documents.<p>If I must use office, I write in gitlab markdown first (auto backups) and then copy into office
评论 #29145430 未加载
评论 #29145368 未加载
sharmi超过 3 年前
As you had specified in a different response, you did save often. If that didn&#x27;t help, you could use Google Docs as others have suggested.<p>A third option is &quot;LibreOffice Writer&quot;. I have not lost a doc&#x2F;sheet on it yet. Even if I shutdown the system with an unsaved doc, the next time I open writer, it will prompt me for recovery. The caveat is, there might be small formatting and alignment differences. When I open a MS doc in Libreoffice, it output is formatted a bit differently but it might not be Libreoffice and might just be because of the different font stack available on my Ubuntu OS. Libreoffice is available for free though. So you can give it a try.
version_five超过 3 年前
It is a good point that Word doesnt do versioning for a file saved on disk (as far as I know) while it does in sharepoint (I&#x27;m not familiar with onedrive).<p>If I&#x27;m working on high value documents (reports for work) I regularly save separate timestamped backup copies in a different location anyway, especially if it&#x27;s a collaborative doc like sharepoint or google docs. But I&#x27;m sure i would have been caught by this too, I wouldn&#x27;t do it more often than 1&#x2F;2 daily except under some special circumstance.<p>You could just use google docs, I think it has versioning, though I don&#x27;t know what triggers a version.
评论 #29145153 未加载
hulitu超过 3 年前
My best practices with MS Word are: 1. Disable fast saves. 2. Disable auto save. 3. Save often and always with a different name (1, 2, 3 etc). 4. After some hours of work, save, close word and open it again. Point 1 and 2 are related to some bugs when word will crash during save and destroy your file. Point 4 is related to a bug in MS Word when, for every element in your file (text, graphics) word will create a temporary file until it fills your hard drive. I do not recommend saving to any cloud storage (connection broken, bye bye file).
908B64B197超过 3 年前
&gt; For the moment, I would say, use OneDrive (maybe it was part of an evil playbook by MS after all...)<p>OneDrive won&#x27;t change anything if you never save. From Word&#x27;s point of view it&#x27;s a regular path and just like writing to a disk.<p>You need to turn on AutoSave. <a href="https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;office&#x2F;turn-on-autosave-11c9f922-020b-439f-97f7-09b0041ed7cd" rel="nofollow">https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;office&#x2F;turn-on-autosave-...</a>
giantg2超过 3 年前
I had Windows <i>Vista</i> in college. I learned to save often and have the main copy on a flash drive (then copy to the HDD in case I lost the flash drive).
shadowAuror超过 3 年前
Since only the first page got saved, it may be that the save was not working for some reason. Were you saving it to a network drive (or) an external drive? Curiuos issue since I have not seen it happening - i mean the corrupted word doc with some pages... When it happend, the whole document was lost. Word refuses to open it at all.
cloudking超过 3 年前
Google Docs solves this problem. Every revision is auto-saved in the cloud. It&#x27;s come a long way since it was released 2006, pretty much has fidelity with every major Word feature. Also it&#x27;s free with a Gmail account.
评论 #29145962 未加载
评论 #29147442 未加载
herendin2超过 3 年前
May be possible to unpack the file and search for the missing words. Try changing the format to .ZIP