CMD window keeps poping up randomly and immediately disappears

Status
Not open for further replies.

Moustafa_ELwasif

Reputable
Jul 23, 2017
1
0
4,510
One of the posts had a solution, and the writer said to type these 2 codes:
First type: Get-BitsTransfer -AllUsers | select -ExpandProperty FileList | Select -ExpandProperty RemoteName
Second type: Get-BitsTransfer -AllUsers | Remove-BitsTransfer
and that all what I got:
_______________________________________________________________________________________________________
PS C:\Users\Moustafa> Get-BitsTransfer -AllUsers | select -ExpandProperty FileList | Select -ExpandProperty RemoteName
Get-BitsTransfer : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
At line:1 char:1
+ Get-BitsTransfer -AllUsers | select -ExpandProperty FileList | Select ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: :) ) [Get-BitsTransfer], UnauthorizedAccessException
+ FullyQualifiedErrorId : GetBitsTransferAuthException,Microsoft.BackgroundIntelligentTransfer.Management.GetBitsT
ransfer

Get-BitsTransfer : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
At line:1 char:1
+ Get-BitsTransfer -AllUsers | select -ExpandProperty FileList | Select ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: :) ) [Get-BitsTransfer], UnauthorizedAccessException
+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.BackgroundIntelligentTransfer.Management.Ge
tBitsTransfer

PS C:\Users\Moustafa> Get-BitsTransfer -AllUsers | Remove-BitsTransfer
Get-BitsTransfer : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
At line:1 char:1
+ Get-BitsTransfer -AllUsers | Remove-BitsTransfer
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: :) ) [Get-BitsTransfer], UnauthorizedAccessException
+ FullyQualifiedErrorId : GetBitsTransferAuthException,Microsoft.BackgroundIntelligentTransfer.Management.GetBitsT
ransfer

Get-BitsTransfer : Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
At line:1 char:1
+ Get-BitsTransfer -AllUsers | Remove-BitsTransfer
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: :) ) [Get-BitsTransfer], UnauthorizedAccessException
+ FullyQualifiedErrorId : System.UnauthorizedAccessException,Microsoft.BackgroundIntelligentTransfer.Management.Ge
tBitsTransfer
_______________________________________________________________________________________________________
I do really need help, every time I play a game or open a full-screen app it pops up, this is really annoying and sometimes the apps I run crashes and I lose all my work that I have done. Please HELP !!!!
 
Solution
in your cmd line, type in "sched", and choose "Task Scheduler./right click, run as admin....then cliick on task library....look for Cmd line entries related to tte BS you are referencing, and delete those tasks....
Status
Not open for further replies.