Skip to content

[Bug]: Winget-AutoUpdate-Policies Action file path incorrect #116

@Sn00zEZA

Description

@Sn00zEZA

The problem

The Task Scheduler task Winget-AutoUpdate-Policies action path for powershell to execute the WAU-Policies.ps1 script path is missing a backslash in the path before WAU-Policies.ps1.

Incorrect path:

-NoProfile -ExecutionPolicy Bypass -File "C:\Program Files\Winget-Autoupdate-aaS\Winget-AutoupdateWAU-Policies.ps1"

Corrected path:

-NoProfile -ExecutionPolicy Bypass -File "C:\Program Files\Winget-Autoupdate-aaS\Winget-Autoupdate\WAU-Policies.ps1"

What version of WAU has the issue?

1.07.0020

What version of Windows are you using (ex. Windows 11 22H2)?

Windows 11 25H2, Windows 11 24H2 What version of winget are you u

What version of winget are you using?

1.28.240

Log information

No log information. Visible incorrect path.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions