Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 4.0 in Windows 8.1 to find background task information.
How can I use Windows PowerShell 4.0 to obtain background task information about my Windows 8.1 device?
Open the Windows PowerShell console as an administrator, use the Get-AppBackgroundTask function
and pipe the results to the Format-List cmdlet:
Get-AppBackgroundTask | Format-List
0 comments