Windows 10: locating template

Discus and support locating template in Windows 10 Network and Sharing to solve the problem; I am trying to locate a document that I downloaded from the internet. It went into a file identified as TempState > Downloads. That folder does not... Discussion in 'Windows 10 Network and Sharing' started by Michael A. Gordon, Mar 19, 2020.

  1. locating template


    I am trying to locate a document that I downloaded from the internet. It went into a file identified as TempState > Downloads. That folder does not come up when I hit Windows C: I can't find this folder in the normal folder pop up which has Windows C: Data D: , etc.. How do I get to those documents?


    Thanks

    :)
     
    Michael A. Gordon, Mar 19, 2020
    #1
  2. jkchao297 Win User

    Registry location for: "Optimize this folder for" templates

    Hey all, I was wondering if anyone knew where the regedit location was for these default templates? I want to change the Picture template from Large to Extra Large.

    Basically I know of three ways to change folder views:
    • Manually using the view quickbar - which is tedious.
    • Folder Properties > Customize > "Optimize this Folder for" - which gives you greater control and only changes the current folder and its subfolders (which is what I want).
    • Folder Options > View > "Apply to Folders" - which changes ALL folders on your computer to the current folder settings, which is a rather intrusive option (not at all what I want).

    The Optimize setting and it's templates are great - I just want to find ways to tweak them or perhaps make my own templates for this feature? Or perhaps there is a 3rd party folder software that can do what I want. Any advice would be greatly appreciated.
     
    jkchao297, Mar 19, 2020
    #2
  3. Folder Template with shortcut to folder inside folder.

    I showed you the principle of a method that will do what you wish. To apply it to any folder structure you need to understand how it works.

    • In my shortcut I defined the "Start in" folder as %CD%. This means that the shortcut must use the
      current folder as its base. In my example this was C:\Templates\Template1\TestA.
    • For the shortcut I used this command line:

      explorer.exe ..\TestB\Target

      What exactly does this do? Here is the explanation:

      1. "..\" tells Explorer to step on up in the directory tree:

      C:\Templates\Template1\TestA -> C:\Templates\Template1

      2. "TestB" tells Explorer to steop one down in the directory tree:

      C:\Templates\Template1 -> C:\Templates\Template1\TestB

      3. "Target" tells Explorer to open the file or folder "Target".
    Applying this knowledge, you could create a shortcut that makes Explorer step up two folders:

    Explorer.exe ..\..\Template2\TestB\Target

    C:\Templates\Template1\TestA

    -> C:\Templates\Template1

    -> C:\Templates

    -> C:\Templates\Template2

    -> C:\Templates\Template1\TestB

    -> Open "Target"

    Armed with this knowledge you can now fix your shortcut yourself.
     
    Frederik Long, Mar 19, 2020
    #3
  4. bra10n Win User

    locating template

    Master Templates in Office?


    Well I've made a little progress on this. It would be nice to have some intelligent souls look at what I've done and perhaps try it for themselves to confirm it is a solution, improve baste bake etc

    Steps:
    In regedit, under HKEY_CLASSES_ROOT I created ShellNew at .dotx and on the right a new String Value of 'Command' and pointed to a template file shortcut which I have placed in Documents.

    Results:
    Opening the template via right click > New, make an entry and close via the close button (X) asks to save the document (which would be in the current directory; default) which it does with the template file left unchanged. If I choose to 'save' via the menu I am offered a location option of course with the file extension defaulting to .docx automatically.

    The only issue I encountered was the location of the template shortcut. Here on Office365 there's a 'Custom Office Templates' folder that has been created in the Documents folder, but I had issues pointing to that folder. Errors popped up with "... cannot reach C:\Users\\Documents\Custom ". Likely the spaces in the folder location I'd say...

    Thanks
     
    bra10n, Mar 19, 2020
    #4
Thema:

locating template

Loading...
  1. locating template - Similar Threads - locating template

  2. How do you get rid of One Drive as the save location for your scanner.

    in Windows 10 Gaming
    How do you get rid of One Drive as the save location for your scanner.: I am running a Canon GX2020 scanner. I have set the save location to my computer download three times, yet when I scan it ends up in the One Drive. Really irritating.How can I block One Drive from worming its way into my computer. It is like a malware....
  3. How do you get rid of One Drive as the save location for your scanner.

    in Windows 10 Software and Apps
    How do you get rid of One Drive as the save location for your scanner.: I am running a Canon GX2020 scanner. I have set the save location to my computer download three times, yet when I scan it ends up in the One Drive. Really irritating.How can I block One Drive from worming its way into my computer. It is like a malware....
  4. Onedrive won't let me change the location.

    in Windows 10 Gaming
    Onedrive won't let me change the location.: After unlinking the pc and starting onedrive again it immediatly goes to the old location. https://answers.microsoft.com/en-us/windows/forum/all/onedrive-wont-let-me-change-the-location/e2feb034-69db-4721-806f-b4a2a887b1da
  5. Onedrive won't let me change the location.

    in Windows 10 Software and Apps
    Onedrive won't let me change the location.: After unlinking the pc and starting onedrive again it immediatly goes to the old location. https://answers.microsoft.com/en-us/windows/forum/all/onedrive-wont-let-me-change-the-location/e2feb034-69db-4721-806f-b4a2a887b1da
  6. How to to Add HTTP CRL locations to existing Machine Certificate template to automatically...

    in Windows 10 Gaming
    How to to Add HTTP CRL locations to existing Machine Certificate template to automatically...: Need to Add HTTP CRL locations to existing Machine Certificate template used to automatically issue certificates to workstations in MSPKI https://answers.microsoft.com/en-us/windows/forum/all/how-to-to-add-http-crl-locations-to-existing/57a384e9-0ba8-4443-83a4-a089b4e37693
  7. How to to Add HTTP CRL locations to existing Machine Certificate template to automatically...

    in Windows 10 Software and Apps
    How to to Add HTTP CRL locations to existing Machine Certificate template to automatically...: Need to Add HTTP CRL locations to existing Machine Certificate template used to automatically issue certificates to workstations in MSPKI https://answers.microsoft.com/en-us/windows/forum/all/how-to-to-add-http-crl-locations-to-existing/57a384e9-0ba8-4443-83a4-a089b4e37693
  8. New file template location in Windows 11

    in Windows 10 Gaming
    New file template location in Windows 11: In Explorer context menu, submenu "New" is based on registry records. They contain information on new file templates since some formats require certain structure and can not be empty. Prior to Windows 11, in HKCR\.txt there was ShellNew branch which contains NullFile...
  9. New file template location in Windows 11

    in Windows 10 Software and Apps
    New file template location in Windows 11: In Explorer context menu, submenu "New" is based on registry records. They contain information on new file templates since some formats require certain structure and can not be empty. Prior to Windows 11, in HKCR\.txt there was ShellNew branch which contains NullFile...
  10. Registry location for: "Optimize this folder for" templates

    in Windows 10 Support
    Registry location for: "Optimize this folder for" templates: Hey all, I was wondering if anyone knew where the regedit location was for these default templates? I want to change the Picture template from Large to Extra Large. Basically I know of three ways to change folder views: Manually using the view quickbar - which is tedious....

Users found this page by searching for:

  1. temp state/download

    ,
  2. file:///C:/Users/Brewe/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/TempState/Downloads/TemporaryRegistrationReceipt (1).pdf

    ,
  3. tempstate downloads

    ,
  4. microsoft tempstate downloads,
  5. temporary state downloads,
  6. file:///C:/Users/david/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/TempState/Downloads/David RIF (3).PDF,
  7. tempstate file,
  8. file:///C:/Users/Rudy/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/TempState/Downloads/Untitled document (7).pdf,
  9. file:///C:/Users/Jean/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/TempState/Downloads/31753000311263 (1).pdf,
  10. file:///C:/Users/Helene/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/TempState/Downloads/FiveCsCardigan (1).pdf,
  11. file:///C:/Users/shiel/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/TempState/Downloads/CheckRegister (1).pdf,
  12. file:///C:/Users/McKinnie/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/TempState/Downloads/dol414 (1).pdf,
  13. file:///C:/Users/Bdel143/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/TempState/Downloads/dd214 (1).pdf,
  14. 14236\AppData\Local\Packages\MicrosoftEdge_8wekyb3d8bbe\TempState\Downloads,
  15. paulinetable\appdata\local\packages\miscrosoft.microsoftedge_8wekyb3d8bbwe\tempstate\downloads