powershell - disablinging autorecover option for powepoint -


I can not find the correct property / method for deactivating auto recovery options for powerpoint. For Excel and for the word below it

This will be $ wb for Excel. Enable disable recovery = $ incorrect

and for word $ word. the option. SaveInternval = 0

Any ideas that I have to do for PowerPoint? Reading an 'option' is the only asset.

Most PowerPoint's option settings are stored in the registry, usually:

HKCU \ software \ Microsoft \ Office \ xx.0 \ PowerPoint \ Options

You can open it in regedit, change an option in PPT, then see if you can refresh the redhat What has changed?

Check this case:

Frequency TusveAuto RecoveryInfo

PowerPoint reads option settings on startup, writes to them that the user makes changes and then on shutdown Does, but never reads them again from the registry during a session. In other words, if you change the settings while running a PPT:

1) It will not have any effect, and 2) PowerPoint will overwrite your changes when it's released

You need to make necessary changes when the PPT closes.

Comments