Nawaf Alhindi
New Member
- Joined
- Sep 22, 2017
- Messages
- 1
- Thread Author
-
- #1
Hello..
i am facing a small problem with my computer. When i use it a cmd page pops up for less than a second then it disappears. It drives me crazy sometimes when it pops up while i am using Netflix and Youtube. i hope that i can find the solution.
Best regards
Nawaf
i am facing a small problem with my computer. When i use it a cmd page pops up for less than a second then it disappears. It drives me crazy sometimes when it pops up while i am using Netflix and Youtube. i hope that i can find the solution.
Best regards
Nawaf
Solution
Open a powershell prompt and type the following
This may not be where it's coming from.
Option two:
- schtasks /query /v /fo CSV | ? { $_ -like "*.bat*" }
- schtasks /query /v /fo CSV | ? { $_ -like "*cmd*" }
This may not be where it's coming from.
Option two:
- Download Process Monitor
- Create a filter like this
- Create filter here
- Joined
- Jul 4, 2015
- Messages
- 8,998
Open a powershell prompt and type the following
This may not be where it's coming from.
Option two:
- schtasks /query /v /fo CSV | ? { $_ -like "*.bat*" }
- schtasks /query /v /fo CSV | ? { $_ -like "*cmd*" }
This may not be where it's coming from.
Option two:
- Download Process Monitor
- Create a filter like this
- Create filter here
Last edited by a moderator: