Changing Default Save Location in Pages?

Recently moved my wife from Microsoft Word to Pages in Lion
All her work docs have been in Word (saved to many different particular folders in Dropbox)
Whenever she opens in pages and edits I would like it to save back to the same folder it was edited from (and ideally overwite the old Word document as a 'default save option' is that possible?
At the moment the default save is to "Documents" and you have to navigate back to the old folder manually and save new pages document. Then you have to  back to finder and deleting the original Word document (otherwise duplicates with same name just without the .doc ending). It is a very awkward workflow which I know will drive her nuts and is open to easy errors of her filing
Any help much appreciated
Nic

When you open a Word document with Pages, you are in the same condition than when you create a new document from a template.
There is no path linked to the created document so, the save dialog will default to the late folder used to save.
I assume that there is at least one third party tool allowing us to behave differently but I don't know which one.
Here is a short script which may help.
It doesn't treat several docs at a time.
Just use it to open a Word document. The script will be aware of the original document so it will be able to save automatically a Pages version in the source folder.
If a Pages document with the same stripped name than the Word doc already exists, the new Pages document will be date_time stamped :
In such case, azerty.doc will be not be saved as azerty.pages but as azerty_20110819_165721.pages
--{code}
--[SCRIPT Doc2pages.app]
Save the script as an Application Bundle.
Run it or drag and drop a Word's doc icon on its icon.
It export the doc file as Pages one in the source folder.
Assuming that we start with:
          trucmuche.doc
it will be exported as:
          trucmuche.pages
If a file with the short name already exists
it is saved as:
          trucmuche_20080128-221639.pages
          the serial number is a packed version of the date/time of the save process:
          2008/01/08-22:16:39 .
Yvan KOENIG (VALLAURIS, France)
2011/08/19
property srcTypeId : "com.microsoft.word.doc"
property deleteWarnings : true
true = close possible warning displayed after Word import
false = don't close possible warning displayed after Word import
--=====
on run (* lignes exécutées si on double clique sur l'icône du script application
• lines executed if one double click the application script's icon *)
          set fichier to choose file of type {srcTypeId} (*
dans un bloc System Events pour avoir un titre de dialogue "localisé"
• in a System Events block to get a localized dialog title. *)
          my main(fichier as text)
end run
--=====
on open (theSelection) (* sel contient une liste d'alias des éléments qu'on a déposés sur l'icône du script (la sélection)
• sel contains a list of aliases of the items dropped on the script's icon (the selection) *)
          my main(item 1 of theSelection as text)
end open
--=====
on main(un_document)
          tell application "System Events" to tell disk item un_document
                    if type identifier is not srcTypeId then
                              if my parleAnglais() then
                                        error "“" & un_document & "” isn’t a Word document !"
                              else
                                        error "“" & un_document & "” isn’t a Word document !"
                              end if
                    end if
                    set dossier_source to path of container
                    set nom_doc to name
                    set name_extension to name extension
                    set mod_date to modification date
          end tell
          if name_extension is "" then
                    set nom_court to name_doc
          else
                    set nom_court to text 1 thru -(2 + (count of name_extension)) of nom_doc
          end if
          tell application "System Events"
                    if exists disk item (dossier_source & nom_court & ".pages") then
                              set nom_pages to nom_court & (do shell script "date +_%Y%m%d_%H%M%S.pages")
                    else
                              set nom_pages to nom_court & ".pages"
                    end if
  make new file at end of folder dossier_source with properties {name:nom_pages}
          end tell
          set new_pages to (dossier_source & nom_pages) as alias
          tell application "Pages"
                    if deleteWarnings then set warnings_avant to my get_warnings()
                    set nbDocs to count of documents
  open file un_document
                    repeat
                              if (count of documents) > nbDocs then exit repeat
                              delay 0.2
                    end repeat
  save document 1 in new_pages
          end tell
          if deleteWarnings then
                    set warnings_apres to my get_warnings()
                    if (count of warnings_apres) > (count of warnings_avant) then
                              repeat with f in warnings_apres
                                        if f is not in warnings_avant then
                                                  my close_warnings(f)
                                                  exit repeat
                                        end if -- f is not
                              end repeat
                    end if -- (count of warnings_apres
          end if -- deleteWarnings…
end main
--=====
on get_warnings()
          tell application "Pages" to activate
          tell application "System Events" to tell application process "Pages"
                    return (get name of every window whose subrole is "AXSystemFloatingWindow")
          end tell
end get_warnings
--=====
on close_warnings(w)
          tell application "Pages" to activate
          tell application "System Events" to tell application process "Pages"
                    tell window w to click first button
          end tell
end close_warnings
--===== 
on parleAnglais()
          local z
          try
                    tell application "Pages" to set z to localized string "Cancel"
          on error
                    set z to "Cancel"
          end try
          return (z is not "Annuler")
end parleAnglais
--=====
--[/SCRIPT]
--{code}
Yvan KOENIG (VALLAURIS, France) vendredi 19 août 2011 17:16:31
iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
My iDisk is : <http://public.me.com/koenigyvan>
Please : Search for questions similar to your own before submitting them to the community
To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

Similar Messages

  • Bouncing - Premiere to Audition to Premiere - How to change default save location from Desktop

    When I am bouncing from Premiere to Audition "Edit Clip in Audition", and then apply the effect and save the file, it seems to save the file to the desktop. Is there a way to change this default save location? Can't seem to find it in the preferences.
    Didn't even realize it was doing this. Desktop was getting pretty cluttered.

    You can paste this command in Terminal
    defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false
    Or use Mountain Tweaks - click the Mountain Lion tab & it's the sixth item in the left-hand column.
    Both will disable the default iCloud save & still let you have access to iCloud if you want it.

  • Changing default save location

    In our student labs we need Appleworks to default to SAVE to the Student folder - NOT the documents folder. I cannot find any place to change that setting/preference/location. Lab computers are running Appleworks 6.2.9 and OS 10.4.8.
    Thanks, Monica

    Hello
    You didn't find that because there is no such preference setting.
    My own tip is to store blank document or templates in the student folder and ask to the app to save in the source folder.
    May you attach the preference file named "com.apple.appleworks.plist" to a mail ans send it to:
    koenig then a dot then yvan then an @ then tele2 then a dot then fr
    I will be able to compare it to the one available on my machine which default to Desktop.
    Yvan KOENIG (from FRANCE lundi 8 octobre 2007 22:02:44)

  • How to change default save as location

    hi,
    how to change default save as location in acrobat 7.0?

    Why is Acrobat involved in this process at all? Why don't you save directly the pdf from your email program directly where you want it to be? Acrobat is just adding another step to this process.

  • Want to change the default save location- users have networked home dirs

    I am doing some work for a school which is still using iMovie HD because it allows them to save their movie projects wherever they want. The issue is that iMovie 08 and 09 do not allow you to change the location in which they save their movies. Currently all users/students have network home folders, so their home directory, documents, etc all pull across the network. All students are limited to 1GB of space, and the system is an older G4 Server- 2GHz with 1GB of RAM and 2x 500GB hard drives. Since the students can make some large projects transferring that data back and forth can kill the server. Currently they are staying with iMovie HD so they can save it to the local hard drive, and when the student comes back in for class they sit at the same machine- thus giving them access to their stored movie files.
    This summer they plan to upgrade both Xserves, but again internal storage in the Xserve is a joke and in my opinion not planned out properly. Which might require them to use one of the Apple Promise RAID units- major financial burden on a school.
    I wanted to see if there was a way to change the default save location for iMovie 08 or 09 to the local storage rather then the "Home" folder for each user.
    Thanks so much!

    hackths wrote:
    .. The issue is that iMovie 08 and 09 do not allow you to change the location in which they save their movies. ..
    wrong info.
    iM08/09 has a different file concept than iMHD6.
    Both versions allow to store Events (=huge files) 'anywhere' to usb or firewire connected, hfs(+) formatted harddrives. the Project files (=small files) can be de-located from 'internal' drive with vers09, for 08 you have to use a socalled symLink to de-locate Project files.

  • Changing Airdrop Default Save Location

    Hello All,
    Thanks in advance for any help you can provide. Simple question...
    There has to be a way to change the default save location of AirDrop. Has anyone stumbled across this?
    ~ lbcSSA

    Hi Jeffrey,
    your solution is nice for people who don't care about spoiling their system disk, which I agree must be numerous today.
    But would you possibly have another suggestion to avoid documents sent via Airdrop to end up at all on the System disk ? I mean, just as one can do it for the Safari or Mail downloads, where you can define a default folder located on a different hard disk ? I'm with a MacPro, and System disk is intended only for... system, not files, so to avoid fragmentations issues from multiple erase actions of unnecessary files.
    Is it possible that Apple writes "default folder" and forgot that "default" means one can opt for an alternative solution ??? Has Apple gone that un-professional ? Please tell me I've just missed a line somewhere... and that I don't have to rely once more on a third party app...
    Cheers !
    Config
    Yosemite OSX 10.10.1
    Mac Pro (Late 2013)

  • SBS 2011 GPO for changing the default save location for Word/Excel 2013 not working

    So this is a strange one. I've got an SBS 2011 server that's the only domain controller in the org. I've created a GPO to change the default save location for Excel 2013 and Word 2013 using the Office 2013 ADMX files which were installed to the PolicyDefinitions
    folder.
    The GPO (U-Office2013 Default Save Location) only contains:
    1. User Configuration - Microsoft Excel 2013/Excel Options/Save - Default file location - Enabled - Z:\
    2. User Configuration - Microsoft Word 2013/Word Options/Advanced/File Locations - Default file location - Enabled - Z:\
    The GPO is linked at the OU that contains my users for my SBS organization.
    When I do a gpupdate /force on a windows 7 system with office2013 installed, and then run a gpresult/rsop, the policy appears to be applied successfully as it lists my GPO under the Applied GPOs list on the workstation:
    Applied GPOs
    Default Domain Policy dyndns.local AD (24), Sysvol (24)
    U-Office2013 Default Save Location domain.local/SBSusers AD (6), Sysvol (6)
    In the gpresult report, the applied settings appear under:
    Administrative Templates
    Extra Registry Settings
    software\policies\microsoft\office\15.0\excel\options\defaultpath Z:\ U-Office2013 Default Save Location
    software\policies\microsoft\office\15.0\word\options\doc-path Z:\ U-Office2013 Default Save Location
    BUT, when I go to the workstation, and check office->options-Save-default file path, the path has not been changed to what the GPO is pushing.
    The strange thing is that in my test environment running 2008R2 server and Win7 with Office 2013 and identical settings the default save location is applied and works as expected.
    Any ideas?
    I've already tried re-installing the ADMX templates and re-created the GPO's several times.
    I should also note that other GPO's on the SBS2011 server such as the folder redirection GPO work as expected on the same windows 7 system. It just appears to be an issue with the default save location in office2013 and other Office 2013 related GPOs which
    utilize the recently added ADMX template that don't seem to be working for me.
    Thanks in advance.

    Hi Justin,
    Thanks for your reply. I have tried several different user accounts (all have local admin privileges to the workstation) with the same issue. The default save path does not get applied from the GPO to any of the users i've tried. Here's the steps I took
    per your suggestion:
    1. log on as a user who has never logged onto the workstation before.
    2. run gpupdate /force (entered y for yes when prompted to log off).
    3. Log back in as the user and open Office and check the default save path. It has not been changed to match the GPO setting.
    4. Check rsop to see if the policy was applied. Rsop states the gpo was applied successfully.
    I have attached the gpsvc.log file from a the session described above. The GPO Guid in question is: {DC3C93EC-7C28-48E9-BA38-FCA1E275A207}. Its common name is: U-Word 2013 Default Save Location. It's only setting is:
    Policies\Administrative Templates\Policy definitions(admx files retrieved from central store\Microsoft Word 2013\Word Options\Advanced\File Locations\Default File Location = Enabled\Documents = F:\
    -------gpsvc.log sections containing the aforementioned GUID start---------
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  ==============================
    GPSVC(410.df0) 09:10:51:186 GetGPOInfo:  ********************************
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Searching <cn={DC3C93EC-7C28-48E9-BA38-FCA1E275A207},cn=policies,cn=system,DC=gc,DC=local>
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  User has access to this GPO.
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  GPO passes the filter check.
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Found functionality version of:  2
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Found file system path of:  <\\gc.local\SysVol\gc.local\Policies\{DC3C93EC-7C28-48E9-BA38-FCA1E275A207}>
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Found common name of:  <{DC3C93EC-7C28-48E9-BA38-FCA1E275A207}>
    GPSVC(410.1730) 09:10:51:186 ProcessGPO:  Found display name of:  <U-Word 2013 Default Save Location>
    GPSVC(410.1730) 09:10:51:191 ProcessGPO:  Found user version of:  GPC is 3, GPT is 3
    GPSVC(410.1730) 09:10:51:191 ProcessGPO:  Found flags of:  0
    GPSVC(410.1730) 09:10:51:191 ProcessGPO:  Found extensions:  [{35378EAC-683F-11D2-A89A-00C04FBBCFA2}{D02B1F73-3407-48AE-BA88-E8213C6761F1}]
    GPSVC(410.1730) 09:10:51:191 ProcessGPO:  ==============================
    GPSVC(410.1730) 09:10:51:191 ProcessLocalGPO:  Local GPO's gpt.ini is not accessible, assuming default state.
    GPSVC(410.1730) 09:10:51:191 ProcessLocalGPO:  GPO Local Group Policy doesn't contain any data since the version number is 0.  It will be skipped.
    GPSVC(410.1730) 09:10:51:191 GetGPOInfo:  Leaving with 1
    GPSVC(410.1730) 09:10:51:191 GetGPOInfo:  ********************************
    -------gpsvc.log start---------
    -------output of gpresult /r-------
    Microsoft (R) Windows (R) Operating System Group Policy Result tool v2.0
    Copyright (C) Microsoft Corp. 1981-2001
    Created On 5/30/2014 at 9:24:08 AM
    RSOP data for GC\ssanders on OPTI9020-01 : Logging Mode
    OS Configuration:            Member Workstation
    OS Version:                  6.1.7601
    Site Name:                   Default-First-Site-Name
    Roaming Profile:             N/A
    Local Profile:               C:\Users\ssanders
    Connected over a slow link?: No
    COMPUTER SETTINGS
        CN=OPTI9020-01,OU=SBSComputers,OU=Computers,OU=MyBusiness,DC=gc,DC=local
        Last time Group Policy was applied: 5/30/2014 at 9:10:47 AM
        Group Policy was applied from:      GCSBS.gc.local
        Group Policy slow link threshold:   500 kbps
        Domain Name:                        GC
        Domain Type:                        Windows 2000
        Applied Group Policy Objects
            Windows SBS CSE Policy
            Windows SBS Client - Windows Vista Policy
            Windows SBS Client Policy
            Update Services Client Computers Policy
            C-Create Syntiro Root Folders
            Default Domain Policy
        The following GPOs were not applied because they were filtered out
            Local Group Policy
                Filtering:  Not Applied (Empty)
            Windows SBS Client - Windows XP Policy
                Filtering:  Denied (WMI Filter)
                WMI Filter: Windows SBS Client - Windows XP
        The computer is a part of the following security groups
            BUILTIN\Administrators
            Everyone
            BUILTIN\Users
            NT AUTHORITY\NETWORK
            NT AUTHORITY\Authenticated Users
            This Organization
            OPTI9020-01$
            Domain Computers
            System Mandatory Level
    USER SETTINGS
        CN=Stephen Sanders,OU=SBSUsers,OU=Users,OU=MyBusiness,DC=gc,DC=local
        Last time Group Policy was applied: 5/30/2014 at 9:13:17 AM
        Group Policy was applied from:      GCSBS.gc.local
        Group Policy slow link threshold:   500 kbps
        Domain Name:                        GC
        Domain Type:                        Windows 2000
        Applied Group Policy Objects
            Windows SBS User Policy
            Windows SBS CSE Policy
            Small Business Server Folder Redirection Policy
            U-Word 2013 Default Save Location
            U-Office 2013 Disable Backstage
            U-Office Disable Start Screen
            U-Office Trust Center Settings
            U-Word Autorecover Location
            U-Word Autosave Interval
            U-Word Disable Capitalization First Word
            U-Word Set Arial Default Font
            U-Word UI Customizations
            U-Power Plan Settings
            Default Domain Policy
        The following GPOs were not applied because they were filtered out
            Local Group Policy
                Filtering:  Not Applied (Empty)
        The user is a part of the following security groups
            Domain Users
            Everyone
            BUILTIN\Administrators
            BUILTIN\Users
            NT AUTHORITY\INTERACTIVE
            CONSOLE LOGON
            NT AUTHORITY\Authenticated Users
            This Organization
            LOCAL
            Windows SBS Link Users
            Windows SBS Fax Users
            Windows SBS SharePoint_MembersGroup
            Windows SBS Folder Redirection Accounts
            Windows SBS Remote Web Workplace Users
            High Mandatory Level
    -------end gpresult output-------       
    Thanks in advance for any help. I also have a pps ticket open with Microsoft, but they're dragging their feet.

  • Changing the Default Save location in Cap4

    I know its possible to change the publish folder (Edit > Preferences) but what about the default Save location? Any clue how to change that from My Documents?

    Hi again
    Ouch! Not the network!
    One of the hard learned issues that folks are unaware of until they encounter problems is that Captivate does not do well when a project is stored on a network. It's fine to keep projects there in order to back them up or as a transfer pivot location to allow others to edit, but you never want to open Captivate, click File > Open and browse to a network location to open a project for editing.
    Best practice at this point is to keep projects on your local C drive when you make edits.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Using OneDrive as default save location for project

    I installed VS on 2 different computers and want to develop from both of them at times. Either my desktop of laptop. Therefore I want to store the project files on the Onedrive folders that are mapped on my local machine.
    I have changed the default save location for Projects and also the other Registry Settings in HKCU... to onedrive/projects folder. But once I create the project from on PC and try to open it from another I am getting the following error.
    the file xxxx.csproj : error : The project file could not be loaded. The filed cannot be accessed by the system.

    Hello waddat,
    I haven't test this issue about onedrive mapped folder. But may I ask this question: Does the location exist in your PC or is it just a mapped virtual drive?
    In my point of view, when you tried to open a project from your folder, it is possible that the file is being used by onedrive synchronous process. Or Visual Studio cannot find the specific file because the file has not been uploaded/downloaded to the path
    you want to search?
    I don't recommend you set the default location to OneDrive folder, it is not reliable for you to do this because the synchronous process of OneDrive is not certain by us.
    If you want to store your projects online, the recommend way is to use Visual Studio Online
    http://www.visualstudio.com/en-us/products/what-is-visual-studio-online-vs.aspx
    If you want to store projects using OneDrive, please try create your projects on local drive and upload your file to OneDrive and then download it from some other sides to us. I think this is the best practise for you.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Premiere Pro CS6 Default save location

    Hey there,
    We are having an issue where our users only have 100 meg network drives and Premiere Pro CS6 profile data. Our domain policies redirect everything from XP Documents and settings and 7 Users to their Z:\ drive, which is mapped to a network location on the local server . When Premiere Pro first opens, it saves user specific profile data and save files by default to this location. When their drive reaches full, it will then corrupt a .DB file in this location (no space for a proper save) and then causes problems in various other sections of the program, such as importing videos/photos. You can manually select a different location on project start, but is there any way to redirect it back to the local drive users folder? These files then will have lots of space and then they can save their project file on network drive/flash media so their work is secure and safe, but the program data and scratch info has lots of free space to work with? I need to make this change permanent and inside of a deployment, is there a registry file one can change?
    Thanks!

    Last point here:
    I thanked everybody for useful comments,
    Theres no point in arguing what a company should do at the end of the day, they will make things work swimmingly or crappily regardless, cash is king.
    Presently, no priviledge user accounts on the network are working peachy, not the problem. Only when the network drive reachs full does this have any issue or problem at all. Basic users with much larger network drives (such as an instructor) have no problems. *shocked crowd noise*
    The point honestly is to not argue any present facts, would i like things done differently? sure, but right now none of that matters.
    as we circle back around to the only main point and the only real question i had was this:
    I just needed to change the default save location of premiere pro, if the program wont do this, how do i make it work or hack it to work? I of course take on all associated risks with this or running the program in the evil basic user network saving configuration.
    At the end of the day, i was trying to do what you guys wanted, I wanted to have it save to C: for program caching. Users can then save the .proj files any where they wish after, doesnt matter. Im not wanting it to save to the network, group policies are just setting that default location to the network first program start. They can change it themselves even as a basic user, i just wanted to change where it goes first. I could give them Administrative access and that wouldnt change anything. Changing the group policy isnt the option, i cannot fix PP Pro and then break HUNDREDS of other things. These machines do far more then PP Pro.
    I am listening, we just for some odd reason keep bashing pointless side points to this issue. All i needed to change was this default location for everybody.
    Who cares if its on the network, a USB, the C drive, D drive, E drive, F drive or whatever the hell, if you dont think it will work off of C, thats fine, great, good for yah. I JUST need to change it. Thats all. The risk is on me, *Kermit YAAAY!*
    So I am listening here, some people need to try READING though. Just because a program isnt designed that way, doesnt mean nobody has ever figured out a way to make it work that way. Welcome to Information Technology or Software Packaging and Deployment. There are websites dedicated to this.
    Thanks again, ill ask Adobe support.

  • What is quicktime screen recording default save location?

    I made a screen recording in Quicktime (OS X 10.8), and now I can't figure out where it saved the file.  Yes I know (now) that I could have changed the save location/name in the options before recording, but I didn't.  I just recorded.  Now I'm unable to locate where the actual file is.
    The File menu doesn't have any Save options, so I can't save it again.  I have duplicated it, but now I just have a copy that I likewise do not know the location of.
    Finder->All My Files doesn't show it.
    Quicktime Help Center tells me how to record, and that I can change the save location in options, but it doesn't say where the default save location is.

    Nice!  I found my own answer.  There's much I think and feel about this issue that I'm keeping to myself, but you can draw your own conclusions about usability.
    Despite there being no Save, Save As..., etc. options in the File menu for Quicktime (with this recently recorded movie as the active window), the file was not yet saved. 
    To save the file, one must attempt to close the recorded movie window.  Then a file save dialog appears.  *boggle*

  • How do i change the save location path

    hello,
    i looked, but cannot find where to change the default save location ( c:\users\ . . . .) that lumira uses.
    i need to be able to select a location on my hard drive. is this possible?
    the save field has a find option. when i click on it, nothing happens. has this option worked for anyone?
    any help would be greatly appreciated.
    thank you
    tracy

    Hi Sharon, I'm not sure is this the right place to ask the question, put feel free to move my responce to some other forum if needed. We have in our company (130 000 employees) a global Hana implementation going on and we would like to use Lumira for our frontend financial reporting. However I would need to know the timeline when can Lumira deliver fallowin reporting needs: We want to have current monthly financial figures from Hana views straight from the source.The historical data we would show using existing Bex queries. And In the lumira we would like to smash up historical data and the Hana view current data all together. The users would access this with the BI launchpad and with single sign on, they would just press one button and refresh the BW query data, plus hana view data from one report. My question is: When would this be possible in Lumira ?  Atleast what I have understood, is that BW queries (exit variables, time dependent hierarchies, variants) is not yet supported. However when I was in teched in berlin 2014 november, Lumira developers told me that end of March 2015, this would be available. Is this still true or is there some delays to that timetable ? best regards iiro keitaanranta

  • Portable Home Directories - Default save location

    We are using portable home directories, that is multiple users in Open Directory that have their home set to afp:\\server\Users\ and are configured with mobile accounts and home sync.
    The default save location is always the afp:\\server\Users\username location (Desktop or Documents, or whatever is needed depending on the app). The problem is the user saves to the Desktop, but it's not really their local desktop, the file doesn't show up until the next home sync. How can we change the default save location without breaking their home sync?

    Hi,
    Do you mean you want to change the default location when you click Save and then
    Browse? If so, we can do this via group policy.
    First, you need to install Office 2010 Administrative Template files (ADM, ADMX/ADML). See:
    http://www.microsoft.com/en-us/download/details.aspx?id=18968
    Follow this article to add the ADMX files:
    http://technet.microsoft.com/en-us/library/cc179081(v=office.14).aspx#Load_O14_templates
    After that, open your Group Policy Object Editor and navigate to: (Word for example)
    User Configuration\Policies\Administrative Templates\Microsoft Word 2010\Word Options\Advanced\File Locations, double click on
    Default File Location, select Enable and defines the default path to save documents under "Options" section.
    Restart Word to check the result.
    Hope this helps.
    Thanks,
    Steve Fan
    TechNet Community Support

  • Is it possible to change the save location of screen shots?

    I am trying to find out how to change the save location of screen shots. Is this possible? And how would I do this?

    Yes, it's possible but you will need to use Terminal located in HD > Applications > Utilities
    Change the Screen Shot Save File Location in Mac OS X

  • Illustrator crashes when using save as and changing the save location yosemite OS

    I am having a problem with illustrator crashing when using save as to save a file to another location than the one it was previously saved in. It will save to the same location just fine but on macbook pro with yosemite os it crashes immediately when i change the save location.  Tried reinstall and also tried other users and still does it. Any solutions?

    Hi Parisian tiger
    What happens when you try to open any file from the same location where you are saving the file using Save As command ?
    Will it be possible to join a connect session with me ?
    Please do let me know about your time availability ?
    Thanks & Regards,
    Raghuveer Singh
    [email protected]
    Time Zone: +5:30 GMT (IST)

Maybe you are looking for