Forum Discussion

Daniel_Pineault's avatar
Feb 09, 2024

Get-StartApps : The term 'Get-StartApps' is not recognized as the name of a cmdlet, function, script

I have a command such as   (Get-StartApps | Where-Object name -eq 'Notepad').AppId   or just simply   Get-StartApps   which works just fine via PowerShell ISE.   I, on the other h...
  • LainRobertson's avatar
    LainRobertson
    Feb 11, 2024

    Daniel_Pineault 

     

    The only suggestion I have now is replacing your "powershell.exe" statement with a full path alternative of:

     

    C:\Windows\SysNative\WindowsPowerShell\v1.0\powershell.exe

     

    Cheers,

    Lain

Resources