Skip to content

Latest commit

 

History

History
127 lines (95 loc) · 2.53 KB

File metadata and controls

127 lines (95 loc) · 2.53 KB
document type cmdlet
external help file linuxtools-Help.xml
HelpUri https://github.com/Skatterbrainz/linuxtools/blob/master/docs/Get-AutoStartApps.md
Locale en-US
Module Name linuxtools
ms.date 11/09/2025
PlatyPS schema version 2024-05-01
title Get-AutoStartApps

Get-AutoStartApps

SYNOPSIS

Get a list of applications set to auto-start on login

SYNTAX

__AllParameterSets

Get-AutoStartApps [[-Name] <string>] [[-Filter] <string>] [[-Path] <string>] [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

Get a list of applications set to auto-start on login

EXAMPLES

EXAMPLE 1

Get-AutoStartApps Returns a list of applications set to auto-start on login

EXAMPLE 2

Get-AutoStartApps -Name "firefox.desktop" Returns the desktop file for the specified application

PARAMETERS

-Filter

The file filter to identify desktop files (default: *.desktop)

Type: System.String
DefaultValue: '*.desktop'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 1
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Name

The name of the desktop file to retrieve (e.g., "firefox.desktop")

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

-Path

The path to the autostart directory (default: $env:HOME/.config/autostart)

Type: System.String
DefaultValue: '"$env:HOME/.config/autostart"'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 2
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS