Hi Guys,
Being Powershell developer, we always look for some good solution and simple solution. When I find something useful and simple, I share them with all of you.
While looking into WMI Explorer, I found a good stuff which could tell us the list of programs which run a windows start-up. Below is the command for the same -
Get-WmiObject -Class Win32_StartupCommand
Enjoy Scripting!
Being Powershell developer, we always look for some good solution and simple solution. When I find something useful and simple, I share them with all of you.
Get-WmiObject -Class Win32_StartupCommand
Enjoy Scripting!
No comments:
Post a Comment