Avoid Powerpoint(/Word) 2010 creating temporary files in working directory
Posted
by
Ben
on Super User
See other posts from Super User
or by Ben
Published on 2011-07-11T08:37:14Z
Indexed on
2012/04/10
23:32 UTC
Read the original article
Hit count: 444
microsoft-office
|microsoft-powerpoint
|office-2010
|powerpoint-2010
|temporary-files
When opening a temporary file, Powerpoint 2010 usually creates a temporary, hidden file called ~$filename.pptx
in the same directory. This is undesirable, since it can cause unnecessary activity with e.g. Dropbox. Furthermore, the "Documents" folder should not be used for temporary files -- we have the %TEMP%
folder for that.
So, is it possible to have Powerpoint create its temporary files in %TEMP%
instead? The following link suggests that it might not be possible: http://support.microsoft.com/kb/211632
Also, why does Microsoft not use the %TEMP%
folder?
© Super User or respective owner