update-desktop

SYNOPSIS
    Refresh the Windows Explorer Shell, which causes the desktop icons and the environment variables to be reloaded.
SYNTAX
    Update-Desktop [[-ContinueOnError] <Boolean>] [<CommonParameters>]
DESCRIPTION
    Refresh the Windows Explorer Shell, which causes the desktop icons and the environment variables to be reloaded.
PARAMETERS
    -ContinueOnError <Boolean>
        Continue if an error is encountered. Default is: $true.
    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    -------------------------- EXAMPLE 1 --------------------------
    PS C:\>Update-Desktop
REMARKS
    To see the examples, type: "get-help Update-Desktop -examples".
    For more information, type: "get-help Update-Desktop -detailed".
    For technical information, type: "get-help Update-Desktop -full".
    For online help, type: "get-help Update-Desktop -online"