Skip to content

First unexpected character #1

@lavanack

Description

@lavanack

The first char of https://github.com/Ccmexec/PowerShell/blob/master/Customize%20TaskBar%20and%20Start%20Windows%2011/CustomizeTaskbar.ps1 is a BOM and should be removed to allow an automation directly by calling your script directly from your GitHub repo like that ;

Invoke-Expression -Command "& { $((Invoke-RestMethod https://raw.githubusercontent.com/Ccmexec/PowerShell/master/Customize%20TaskBar%20and%20Start%20Windows%2011/CustomizeTaskbar.ps1)) } -MoveStartLeft -RemoveWidgets RemoveChat -RemoveSearch -RunForExistingUsers" -Verbose

Currently is it not possible due to this first invisible character.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions