|
From: Selva N. <sel...@gm...> - 2017-02-20 20:22:56
|
On Mon, Feb 20, 2017 at 3:01 PM, debbie10t <deb...@gm...> wrote: > > > > > Any scheduled tasks (taskschd) that could be starting it? > > > > Nothing in Windows Scheduled Tasks other than the usual MS crap > eg: Customer Experience Improvement Program > > Although, I am not overly familiar with this version of windows > scheduled tasks. If there is a command/powershell I can run .. ? schtasks /query /fo list Use msconfig to disable startup processes and/or services to isolate the what causes this. You will have to reboot several times using a bisecting approach -- disable half of the start up items, then quarter etc and the same for services... Powershell gurus may be able to automate this... Selva |