Windows 10: How to access/import a task’s raw file not .xml

Discus and support How to access/import a task’s raw file not .xml in Windows 10 Software and Apps to solve the problem; I performed a clean install recently and forgot to export a custom task I’d created in Task Scheduler. I found its raw file in my Windows.old folder... Discussion in 'Windows 10 Software and Apps' started by SeamusTheHunter, May 19, 2024.

  1. How to access/import a task’s raw file not .xml


    I performed a clean install recently and forgot to export a custom task I’d created in Task Scheduler. I found its raw file in my Windows.old folder not an .xml like when a task is exported, there is no file extension on it; is there anyway to interface with it and see what the task’s settings were?

    :)
     
    SeamusTheHunter, May 19, 2024
    #1
  2. oemSoft Win User

    How to export window scheduler task for edit?

    Referring to given link, it describes only import XML file.

    I would like to do following step:

    1) Export all tasks into XML file

    2) Edit those tasks manually under XML file

    3) Import those tasks back to schtasks

    Do you have any suggestions on where find any related coding to perform step 1 & 3?

    Thank you very much for any suggestions (^v^)
     
    oemSoft, May 19, 2024
    #2
  3. Task Scheduler - Windows 10 1809 Image

    OK, the next step in trouble-shooting is to examine your task. Please do this:

    1. Right-click the task, then export it to an .xml file.
    2. Open the .xml file with Notepad.exe.
    3. Copy its contents into your reply.
     
    Frederik Long, May 19, 2024
    #3
  4. How to access/import a task’s raw file not .xml

    Import Scheduled Tasks in bulk

    Hello @kitpzyxmsir, With the code in the link, I would suggest that you try with THREE Scheduled Tasks as a test case. I did a bit of research for you and found the below which worked. It works if ALL the schtasks .xml files are inside the Current Directory . . . > Import all schtasks .xml files inside the current directory via Batch I hope this helps.
     
    Paul Black, May 19, 2024
    #4
Thema:

How to access/import a task’s raw file not .xml

Loading...
  1. How to access/import a task’s raw file not .xml - Similar Threads - access import task’s

  2. Task Scheduler task files need conversion to XML

    in Windows 10 Gaming
    Task Scheduler task files need conversion to XML: My main Win 10 computer died needed to replace it anyway since it wouldn't run Win 11. I have my new Windows 11 computer up and running and I want to transfer my Tasks to the new computer. I have the system disk from my old computer connected to the new computer through USB...
  3. Task Scheduler task files need conversion to XML

    in Windows 10 Software and Apps
    Task Scheduler task files need conversion to XML: My main Win 10 computer died needed to replace it anyway since it wouldn't run Win 11. I have my new Windows 11 computer up and running and I want to transfer my Tasks to the new computer. I have the system disk from my old computer connected to the new computer through USB...
  4. How to access/import a task’s raw file not .xml

    in Windows 10 Gaming
    How to access/import a task’s raw file not .xml: I performed a clean install recently and forgot to export a custom task I’d created in Task Scheduler. I found its raw file in my Windows.old folder not an .xml like when a task is exported, there is no file extension on it; is there anyway to interface with it and see what...
  5. Windows 11 22H2: The file association with an exported .xml file and import with GPO is not...

    in Windows 10 Software and Apps
    Windows 11 22H2: The file association with an exported .xml file and import with GPO is not...: HelloI have a problem with Windows 11 22H2 with import file association via GPO or Import-DefaultAppAssociations. When I use this procedure my default apps don't change...Has anyone encountered this?Thank you....
  6. Windows 11 22H2: The file association with an exported .xml file and import with GPO is not...

    in Windows 10 Gaming
    Windows 11 22H2: The file association with an exported .xml file and import with GPO is not...: HelloI have a problem with Windows 11 22H2 with import file association via GPO or Import-DefaultAppAssociations. When I use this procedure my default apps don't change...Has anyone encountered this?Thank you....
  7. RAW FILE SYSTEM HOW TO ACCESS WITHOUT DATA LOSS

    in Windows 10 Network and Sharing
    RAW FILE SYSTEM HOW TO ACCESS WITHOUT DATA LOSS: 1 TB NVME RAW FILE SYSTEM HOW TO ACCESS WITHOUT DATA LOSSraw file system readerHow to Convert RAW Drive to NTFS WITHOUT DATA LOSS https://answers.microsoft.com/en-us/windows/forum/all/raw-file-system-how-to-access-without-data-loss/30bf70f2-5f9b-464a-bc7e-424a919ba73c
  8. RAW FILE SYSTEM HOW TO ACCESS WITHOUT DATA LOSS

    in Windows 10 Gaming
    RAW FILE SYSTEM HOW TO ACCESS WITHOUT DATA LOSS: 1 TB NVME RAW FILE SYSTEM HOW TO ACCESS WITHOUT DATA LOSSraw file system readerHow to Convert RAW Drive to NTFS WITHOUT DATA LOSS https://answers.microsoft.com/en-us/windows/forum/all/raw-file-system-how-to-access-without-data-loss/30bf70f2-5f9b-464a-bc7e-424a919ba73c
  9. XML Files

    in Windows 10 Software and Apps
    XML Files: Hi folks! Just registered to this forum and glad to have found it. So I was installing Ubuntu on my computer which already had windows 10.I wanted to have a dual OS. Things went south and windows got deleted/ over written or whatever. I used a hard drive recovery device to...
  10. Location of the imported Default Application Associations .xml file?

    in Windows 10 Ask Insider
    Location of the imported Default Application Associations .xml file?: Hi, there is a command to export and import default app associations in Windows: Dism /Online /Export-DefaultAppAssociations:"F:\AppAssociations.xml" Dism /online /Import-DefaultAppAssociations:"F:\AppAssociations.xml" There's also a very similar way of exporting and...