sulzi
sulzi

Reputation: 31

IoT Core 14393 - FTP Schtask not executing upon boot

I have successfully upgraded our DragonBoards 410c to IoT core build 14393.

As stated in the MS release notes

https://developer.microsoft.com/en-us/windows/iot/docs/releasenotesinsiderpreview

the FTP server is no longer loaded by default at startup.

I have tried to create a scheduler task as follows:

schtasks /create /tn IoTFTPD /tr ftpd.exe /ru system /sc onstart

The task was created successfully via PowerShell. The task can be executed manually via Powershell:

schtasks /run /tn IoTFTPD (it will start the ftp server).

The problem is that the task does not execute upon startup of the device.

Any help is greatly appreciated.

Upvotes: 1

Views: 201

Answers (0)

Related Questions