Skip to content

Instantly share code, notes, and snippets.

@nullbind
Created May 1, 2019 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nullbind/cdeceee4f7e3f509bfb19c1492f74242 to your computer and use it in GitHub Desktop.
Save nullbind/cdeceee4f7e3f509bfb19c1492f74242 to your computer and use it in GitHub Desktop.
FindFiles.ps1
$allusersstartuP = Invoke-Command -Session (Get-PSSession) -ScriptBlock {Get-childItem "$env:ALLUSERSPROFILE\Microsoft\Windows\Start Menu\Programs\StartUp\" | select fullname}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment