.NET framework prevents shutdown after Win8.1 -> Win10 upgrade

Page 2 of 2 FirstFirst 12

  1. Posts : 232
    Windows 10
       #11

    crimsonnight said:
    I have tried running this multiple times as admin (with reboots in between) but it hasn't fixed the issue for me unfortunately. Does anyone have any other suggestions?
    I am having the same problem with shutdown and restart. I have tried running multiple times as admin and still get 'Microsoft .net framework This app is preventing you from restarting' message and have to press Restart anyway button.

    Any body have any suggestions?
      My Computer


  2. Posts : 3,453
       #12

    jaburmester said:
    I am having the same problem with shutdown and restart. I have tried running multiple times as admin and still get 'Microsoft .net framework This app is preventing you from restarting' message and have to press Restart anyway button.

    Any body have any suggestions?
    I don't think the problem is with .Net but the app. that uses it closes without disposing the framework components it used (commonly known as a memory leak)

    To see which apps use .Net i...

    Command prompt:
    Code:
    tasklist /m "mscor*"
    Then by trial and error end it's process tree before restarting and see which one is the culprit.
      My Computer


  3. Posts : 1
    w10
       #13

    This works! What exactly does this file run?
      My Computer


  4. Posts : 30
    Windows 10
       #14

    Superfly said:
    I don't think the problem is with .Net but the app. that uses it closes without disposing the framework components it used (commonly known as a memory leak)

    To see which apps use .Net i...

    Command prompt:
    Code:
    tasklist /m "mscor*"
    Then by trial and error end it's process tree before restarting and see which one is the culprit.
    Thanks Superfly - is there a script or anything I can run to automatically force-close the offending program when shutting down?
      My Computer


  5. Posts : 1
    windows 10
       #15

    Logging in to give credit to this solution. this batch file doesn't solve the root cause, only automates the killing of any offending process that is preventing the shutdown/restart . Good enough for me. :)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:31.
Find Us




Windows 10 Forums