# Update Task

**URL:** https://forum.fxsound.com/t/update-task/1899
**Category:** Share Feedback
**Created:** [May 11, 2023, 2:10pm UTC](https://forum.fxsound.com/t/update-task/1899 "2023-05-11T14:10:13Z")
**Posts on this page:** 19
**Page:** 1

<div class="post-metadata">

### Author: ![Antman](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Antman](https://forum.fxsound.com/u/Antman)
#### Post date: [May 11, 2023, 2:10pm UTC](https://forum.fxsound.com/t/update-task/1899/1 "2023-05-11T14:10:13Z")

</div>

I did not look for a bug list.

When installed, an entry is created in the task scheduler library to run an update check.

The syntax is improperly formatted. The path is not quote delimited.

---

<div class="post-metadata">

### Author: ![doolhoofd](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.fxsound.com/doolhoofd/32/1131_2.png) [@doolhoofd](https://forum.fxsound.com/u/doolhoofd)
#### Post date: [May 11, 2023, 3:08pm UTC](https://forum.fxsound.com/t/update-task/1899/2 "2023-05-11T15:08:02Z")

</div>

Thanks for the feedback.  
I went ahead and forwarded it, hope you don’t mind.

---

<div class="post-metadata">

### Author: ![Antman](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Antman](https://forum.fxsound.com/u/Antman)
#### Post date: [May 11, 2023, 3:25pm UTC](https://forum.fxsound.com/t/update-task/1899/3 "2023-05-11T15:25:01Z")

</div>

Noticed it years ago. I’m really lazy.

---

<div class="post-metadata">

### Author: ![bvijay](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.fxsound.com/bvijay/32/84_2.png) [@bvijay](https://forum.fxsound.com/u/bvijay)
#### Post date: [May 16, 2023, 2:07am UTC](https://forum.fxsound.com/t/update-task/1899/4 "2023-05-16T02:07:28Z")

</div>

Hi @Antman  
Are you referring to this path in the task scheduler?

 ![image](https://canada1.discourse-cdn.com/flex030/uploads/fxsound/original/2X/6/6d342e4a3704e51b984fc0121ba76b9a31c95225.png)

---

<div class="post-metadata">

### Author: ![Antman](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Antman](https://forum.fxsound.com/u/Antman)
#### Post date: [May 16, 2023, 10:26pm UTC](https://forum.fxsound.com/t/update-task/1899/5 "2023-05-16T22:26:30Z")

</div>

![image](https://canada1.discourse-cdn.com/flex030/uploads/fxsound/original/2X/2/2a352fcb049129c1db8d3e165404879574e6de37.png)

Yes

---

<div class="post-metadata">

### Author: ![bvijay](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.fxsound.com/bvijay/32/84_2.png) [@bvijay](https://forum.fxsound.com/u/bvijay)
#### Post date: [May 21, 2023, 7:07am UTC](https://forum.fxsound.com/t/update-task/1899/6 "2023-05-21T07:07:23Z")

</div>

To add quotes to the path, I tried the following and got errors from schtasks command  
C:\Windows\System32\>schtasks /create /sc daily /tn “FxSound\Update” /tr **““C:\Program Files\FxSound LLC\FxSound\updater.exe” /silent”** /st 10:00 /f  
ERROR: Invalid argument/option - ‘Files\FxSound’.  
Type “SCHTASKS /CREATE /?” for usage.

C:\Windows\System32\>schtasks /create /sc daily /tn “FxSound\Update” /tr **““C:\Program Files\FxSound LLC\FxSound\updater.exe /silent””** /st 10:00 /f  
ERROR: Invalid argument/option - ‘Files\FxSound’.  
Type “SCHTASKS /CREATE /?” for usage.

Only the following command works where the path is not quote formatted,  
C:\Windows\System32\>schtasks /create /sc daily /tn **“FxSound\Update” /tr “C:\Program Files\FxSound LLC\FxSound\updater.exe /silent”** /st 10:00 /f  
SUCCESS: The scheduled task “FxSound\Update” has successfully been created.

---

<div class="post-metadata">

### Author: ![Antman](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Antman](https://forum.fxsound.com/u/Antman)
#### Post date: [May 21, 2023, 7:32am UTC](https://forum.fxsound.com/t/update-task/1899/7 "2023-05-21T07:32:07Z")

</div>

Edited task:

 ![image](https://canada1.discourse-cdn.com/flex030/uploads/fxsound/original/2X/3/35f73628c4063395228c52dfd1e7444e5687a2e3.png)

The default condition of the task after install:

 ![2a352fcb049129c1db8d3e165404879574e6de37_2_1035x505](https://canada1.discourse-cdn.com/flex030/uploads/fxsound/original/2X/0/02b0604fb28d1ab3fec22ced30e547bb041e0d95.png)

Perhaps you need to (quote) delimit the line elsewhere in the code.  
I do not enter a create command. I edit an existing task (assumed to be the task you create).

First detected by Autoruns several Windows versions ago (editing the task has been a part of the install for some time - may or may not coincide with the death of DFX.). Currently present in Win11 22H2 clean.

---

<div class="post-metadata">

### Author: ![Antman](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Antman](https://forum.fxsound.com/u/Antman)
#### Post date: [May 21, 2023, 8:17am UTC](https://forum.fxsound.com/t/update-task/1899/8 "2023-05-21T08:17:55Z")

</div>

Does C:\Progra~1 still work? If yes, no delimiter.

---

<div class="post-metadata">

### Author: ![Antman](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Antman](https://forum.fxsound.com/u/Antman)
#### Post date: [May 24, 2023, 7:56pm UTC](https://forum.fxsound.com/t/update-task/1899/9 "2023-05-24T19:56:08Z")

</div>

I don’t code for a living. I note that a switch is being passed as a command. The task sched GUI treats the switch as a separate field.

I will play with it.

---

<div class="post-metadata">

### Author: ![Antman](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Antman](https://forum.fxsound.com/u/Antman)
#### Post date: [June 8, 2023, 3:39am UTC](https://forum.fxsound.com/t/update-task/1899/10 "2023-06-08T03:39:52Z")

</div>

Observation:  
On a new install of Win11, the same truncated command was listed in tasksched.

When I edited the line (parse and move the [Files\FxSound LLC\FxSound\updater.exe /silent] text -

I forgot to place quotes in the Program/Task field. Windows prompted me to clarify and I got a dialog box -

Do you want to run C:\Program.exe  
or  
Do you want to run C:\Program Files\FxSound LLC\FxSound\updater.exe with the switch /silent?

I chose the latter. Task Scheduler automatically populated each of the two fields AND entered quotes in the path.

BUTT

When I saved it, it reverted to the same condition install leaves behind, a truncated command line with most of the path in the switch field.

---

<div class="post-metadata">

### Author: ![bvijay](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.fxsound.com/bvijay/32/84_2.png) [@bvijay](https://forum.fxsound.com/u/bvijay)
#### Post date: [June 27, 2023, 7:49am UTC](https://forum.fxsound.com/t/update-task/1899/11 "2023-06-27T07:49:54Z")

</div>

This is the command that gets added in task scheduler by my installer.

 ![image](https://canada1.discourse-cdn.com/flex030/uploads/fxsound/original/2X/2/2271149223614b16f63eb5b86a69565f58fa047e.png)  
My Windows 11 OS version is 10.0.22621.1848

Can you try running this command and see what gets added to the task scheduler,  
**schtasks /create /sc daily /tn “FxSound\Update” /tr “C:\Program Files\FxSound LLC\FxSound\updater.exe /silent” /st 10:00 /f**

---

<div class="post-metadata">

### Author: ![Antman](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Antman](https://forum.fxsound.com/u/Antman)
#### Post date: [June 27, 2023, 12:45pm UTC](https://forum.fxsound.com/t/update-task/1899/12 "2023-06-27T12:45:19Z")

</div>

> [@bvijay](#):
>
> schtasks /create /sc daily /tn “FxSound\Update” /tr “C:\Program Files\FxSound LLC\FxSound\updater.exe /silent” /st 10:00 /f

tldr; i think with my pen. Remove the quotes from “FxSound\Update” Windows is parsing that correctly.

schtasks /create /sc daily /tn FxSound\Update /tr “C:\Program Files\FxSound LLC\FxSound\updater.exe /silent” /st 10:00 /f

---

<div class="post-metadata">

### Author: ![raddy](https://avatars.discourse-cdn.com/v4/letter/r/e0b2c6/32.png) [@raddy](https://forum.fxsound.com/u/raddy)
#### Post date: [July 16, 2023, 10:09pm UTC](https://forum.fxsound.com/t/update-task/1899/13 "2023-07-16T22:09:27Z")

</div>

> [@Antman](#):
>
> schtasks /create /sc daily /tn FxSound\Update /tr “C:\Program Files\FxSound LLC\FxSound\updater.exe /silent” /st 10:00 /f

Not working on windows 7, try this :

`schtasks /create /sc daily /tn FxSound\Update /tr "'C:\Program Files\FxSound LLC\FxSound\updater.exe' /silent" /st 10:00 /f`

---

<div class="post-metadata">

### Author: ![Antman](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@Antman](https://forum.fxsound.com/u/Antman)
#### Post date: [July 17, 2023, 12:08am UTC](https://forum.fxsound.com/t/update-task/1899/14 "2023-07-17T00:08:14Z")

</div>

Successfully created the task.

@bvijay Note the apostrophes that wrap the path and switch.

---

<div class="post-metadata">

### Author: ![raddy](https://avatars.discourse-cdn.com/v4/letter/r/e0b2c6/32.png) [@raddy](https://forum.fxsound.com/u/raddy)
#### Post date: [July 17, 2023, 7:23am UTC](https://forum.fxsound.com/t/update-task/1899/15 "2023-07-17T07:23:26Z")

</div>

> [@Antman](#):
>
> Note the apostrophes that wrap the path and switch.

No, only path in apostrophes!

---

<div class="post-metadata">

### Author: ![bvijay](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.fxsound.com/bvijay/32/84_2.png) [@bvijay](https://forum.fxsound.com/u/bvijay)
#### Post date: [July 19, 2023, 2:12am UTC](https://forum.fxsound.com/t/update-task/1899/16 "2023-07-19T02:12:25Z")

</div>

Sure, I will update the installer in the next release to create the task in this format.

---

<div class="post-metadata">

### Author: ![bvijay](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.fxsound.com/bvijay/32/84_2.png) [@bvijay](https://forum.fxsound.com/u/bvijay)
#### Post date: [September 23, 2023, 6:23am UTC](https://forum.fxsound.com/t/update-task/1899/17 "2023-09-23T06:23:57Z")

</div>

Hi @Antman

> [@Want to help us beta test V1.1.20.0?](https://forum.fxsound.com/t/want-to-help-us-beta-test-v1-1-20-0/2297):
>
> [Download the beta version of V1.1.20.0](https://www.dropbox.com/scl/fi/zvyq13igjfwe8ffc20irm/fxsound_setup.exe?rlkey=ni6rbadrjchpj3h7icsc82bhb&dl=1) if you want to help us by testing it. Updates: Moved buttons (on/off, expand, settings) to top of user interface to save space Keyboard shortcuts can now be adjusted to your preferred keys in the settings. (This will now allow the non-English keyboards that were unable to use the keyboard shortcuts to use keyboard shortcuts!) Accessibility bug fix There may be a bug where user created and downloaded bonus presets are being deleted. You may want to save …

v.1.1.20.0 has the update task formatting changes. Can you please install and check if the task gets created as expected in your PC?

---

<div class="post-metadata">

### Author: ![raddy](https://avatars.discourse-cdn.com/v4/letter/r/e0b2c6/32.png) [@raddy](https://forum.fxsound.com/u/raddy)
#### Post date: [September 23, 2023, 8:33am UTC](https://forum.fxsound.com/t/update-task/1899/18 "2023-09-23T08:33:11Z")

</div>

> [@bvijay](#):
>
> Can you please install and check if the task gets created as expected in your PC?

Windows 7 - all ok, i’m checked it after publish beta version.

---

<div class="post-metadata">

### Author: ![bvijay](https://yyz2.discourse-cdn.com/flex030/user_avatar/forum.fxsound.com/bvijay/32/84_2.png) [@bvijay](https://forum.fxsound.com/u/bvijay)
#### Post date: [September 23, 2023, 12:17pm UTC](https://forum.fxsound.com/t/update-task/1899/19 "2023-09-23T12:17:50Z")

</div>

Thank you @raddy for confirming
