The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Command Center causing problems

    Discussion in 'Alienware 17 and M17x' started by Dangerous_Dave, Mar 6, 2019.

  1. Dangerous_Dave

    Dangerous_Dave Notebook Guru

    Reputations:
    0
    Messages:
    66
    Likes Received:
    3
    Trophy Points:
    16
    I've been having some trouble with my Alienware 17 R3 throwing out a .Net Framework 'this program is preventing shut down' error upon trying to restart/shut down. Reading around, there were some suggestions that the Command Center could be causing the issue, so I uninstalled the Command Center, and I didn't see the error. I tried following the instructions to full clean out the old Command Center install and then reinstalled it, but the problem started up again. Can anyone advise how I might be able to fix this issue properly?
     
  2. Vasudev

    Vasudev Notebook Nobel Laureate

    Reputations:
    12,050
    Messages:
    11,278
    Likes Received:
    8,815
    Trophy Points:
    931
    Try running these cmds in elevated cmd prompt or powershell after installing AWCC:
    Code:
    cd C:\Windows\Microsoft.NET\Framework\v4.0.30319
    ngen update /silent /nologo
    
    cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319
    ngen update /silent /nologo
    Zero startup delay reg file: Save this text as reg file
    Code:
    Windows Registry Editor Version 5.00
    
    ; Zero Startup Delay
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
    "Startupdelayinmsec"=dword:00000000