[DISCUSSION] Windows 10 Demoted Back to Insider Preview 17133.1 (PC) [RS4_Release]

Discussion in 'Windows 10' started by Enthousiast, Mar 27, 2018.

  1. JayPea

    JayPea MDL Novice

    Joined:
    Feb 28, 2009
    Messages:
    49
    Likes Received:
    22
    Trophy Points:
    0
    Nobody can tell you why YOU need something. Only you can answer that question.

    The bottom line is you're trying to install low level 3rd party software onto a version of Windows 10 that hasn't been released to the general public yet. My advice would be to ignore the unknown driver or disable it in Device Manager and then wait for Intel to update their software to support 1803. If that's unacceptable then feel free to hit up the recovery options in Settings and then roll back your version (if you upgraded). If it was a clean install then you'll need to find something else to obsess over for a week or two :)
     
  2. °ツ

    °ツ MDL Addicted

    Joined:
    Jun 8, 2014
    Messages:
    766
    Likes Received:
    1,053
    Trophy Points:
    30
  3. kewkie

    kewkie MDL Member

    Joined:
    Dec 10, 2014
    Messages:
    192
    Likes Received:
    80
    Trophy Points:
    10
    Quoting myself here: Seems like it is not a Windows issue. Rocket League had a big update and their forums and reddit is full of this issue. Seems like they screwed some things up, so yeah taking this back :)
     
  4. BAU

    BAU MDL Addicted

    Joined:
    Feb 10, 2009
    Messages:
    943
    Likes Received:
    2,042
    Trophy Points:
    30
    For nothing. Is shoveled down your throat so that NSA can have an easily exploitable backdoor on your device. Unfortunately is made in such way that you can't actually remove it - even if you don't install the OS part, it can be installed remotely by an operator with network access. And you can even have issues with power management (sleep states, hyper threading, power management) without the OS driver.
     
  5. Ratha ITC

    Ratha ITC MDL Member

    Joined:
    Jul 13, 2013
    Messages:
    243
    Likes Received:
    134
    Trophy Points:
    10
    All drivers including Intel ME which were working on RS3 are working fine on this RS4 too. See my screenshot for Intel ME.

    Screenshot (5).png

    Screenshot (5).png
     
  6. °ツ

    °ツ MDL Addicted

    Joined:
    Jun 8, 2014
    Messages:
    766
    Likes Received:
    1,053
    Trophy Points:
    30
  7. dzem

    dzem MDL Member

    Joined:
    Oct 15, 2015
    Messages:
    241
    Likes Received:
    47
    Trophy Points:
    10
    I have two questions:

    How to change fonts in this build/update

    and

    Can i disable windows defender and how?
     
  8. windows builder

    windows builder MDL Guru

    Joined:
    Sep 13, 2017
    Messages:
    2,030
    Likes Received:
    1,328
    Trophy Points:
    90
    group policy help
    Run - gpedit.msc
     
  9. Rickta

    Rickta MDL Novice

    Joined:
    Nov 8, 2017
    Messages:
    21
    Likes Received:
    19
    Trophy Points:
    0
  10. andrews

    andrews MDL Novice

    Joined:
    Jul 31, 2009
    Messages:
    44
    Likes Received:
    19
    Trophy Points:
    0
  11. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    180
  12. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,629
    Trophy Points:
    450
    Please, stop spreading this nonsense.
     
  13. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    180
    But my PC is old : Inte core due e6750 and maybe it's about new PC.
    I think I will not install Intel ME. I don't think it help me about something.
     
  14. dzem

    dzem MDL Member

    Joined:
    Oct 15, 2015
    Messages:
    241
    Likes Received:
    47
    Trophy Points:
    10
    any further explanation ...
     
  15. DontuZoru

    DontuZoru MDL Member

    Joined:
    Mar 6, 2014
    Messages:
    200
    Likes Received:
    94
    Trophy Points:
    10
    Best RTM since 1607..
     
  16. windows builder

    windows builder MDL Guru

    Joined:
    Sep 13, 2017
    Messages:
    2,030
    Likes Received:
    1,328
    Trophy Points:
    90
    #1096 windows builder, Apr 5, 2018
    Last edited by a moderator: Apr 5, 2018
    Code:
    Windows Registry Editor Version 5.00
    
    ;Windows Defender Security Center Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService]
    "Start"=dword:00000004
    
    ;Windows Defender Antivirus Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinDefend]
    "Start"=dword:00000004
    
    ;Windows Defender Antivirus Network Inspection Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdNisSvc]
    "Start"=dword:00000004
    
    ;Windows Defender Antivirus Network Inspection System Driver
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdNisDrv]
    "Start"=dword:00000004
    
    ;Windows Defender Advanced Threat Protection Service
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sense]
    "Start"=dword:00000004
    
     
  17. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    180
    My version is : 11802.1001.11.0.
     
  18. s1ave77

    s1ave77 Has left at his own request

    Joined:
    Aug 15, 2012
    Messages:
    16,130
    Likes Received:
    24,279
    Trophy Points:
    340
    #1098 s1ave77, Apr 5, 2018
    Last edited: Apr 5, 2018
    Better use [CODE][/CODE] tags for such stuff :D.

    Code:
    ::Windows Defender Security Center Service
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\SecurityHealthService" /v "Start" /t REG_DWORD /d "4" /f
    ::Windows Defender Antivirus Service
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\WinDefend" /v "Start" /t REG_DWORD /d "4" /f
    ::Windows Defender Antivirus Network Inspection Service
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\WdNisSvc" /v "Start" /t REG_DWORD /d "4" /f
    ::Windows Defender Antivirus Network Inspection System Driver
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\WdNisDrv" /v "Start" /t REG_DWORD /d "4" /f
    ::Windows Defender Advanced Threat Protection Service
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\Sense" /v "Start" /t REG_DWORD /d "4" /f
    
     
  19. windows builder

    windows builder MDL Guru

    Joined:
    Sep 13, 2017
    Messages:
    2,030
    Likes Received:
    1,328
    Trophy Points:
    90
    2018-04-05 001.png
     
  20. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    180
    Are you insider ?