1

I spend a significant amount of time helping non-techies use their PC's. I realized most of that time is spent trying to explain to them how the Windows folder hierarchy works, where the "open file" dialog is pointing now, and how to find that Word document they saved. All this time, they're telling me they "just want to print the file". They refuse to learn how to read the PC screen, try to memorize a fixed set of steps, and end up calling me back to tell me their files disappeared again.

I realize it's not productive to try to restrict where PC apps (e.g. Quicken) store files. But if there was a Windows utility I could turn on or off that would restrict the Open/Save dialogs in Windows apps, my noob user friends and I would save an enormous amount of time. The goal would be to have all files whose locations are chosen by the Save dialog saved to one folder, and have the Open dialog always point to that folder, until the utility is turned off.

Does such a Windows utility exist?

tombull89
  • 2,958
  • 8
  • 39
  • 52
MindModel
  • 111
  • 3

2 Answers2

0

This article may be of interest to you - http://xperiencexp.blogspot.com/2005/06/how-to-change-default-save-in-location.html

This seems to be part of the old Windows "PowerToy" utilities, and I'm not sure if it will work on newer systems. I should also warn you that I haven't tested this method.

Aaron Newton
  • 157
  • 9
0

If you know the folders which they commonly accidently save their files to, you could easily write a script which monitored those folders and then moved the documents to where they expect it to be. The script could then run as a scheduled task that was repeated avery 5, 10, 15 minutes, etc.

mrTomahawk
  • 1,119
  • 1
  • 10
  • 17