[INFO - DISCUSSION + Downloads] Windows 10 1809 FINAL b 17763.xxx (PC) [RS5]

Discussion in 'Windows 10' started by Enthousiast, Sep 18, 2018.

  1. ege914

    ege914 MDL Senior Member

    Joined:
    Jun 29, 2015
    Messages:
    257
    Likes Received:
    47
    Trophy Points:
    10
    #4021 ege914, Nov 25, 2018
    Last edited: Nov 25, 2018
    is there a way to get all the windows 10 editionid's from HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion ?

    CoreSingleLanguage
    Core
    Education
    EducationN
    Enterprise
    EnterpriseS
    Professional
    ProfessionalS
    Home
    HomeS
    Enterprise
    EnterpriseN
    ProfessionalEducation
    ProfessionalEducationN
    ProfessionalWorkstation
    ProfessionalWorkstationN
    Professional
    ProfessionalN

    are they correct? am i missing anything?
     
  2. allpro

    allpro MDL Novice

    Joined:
    Jul 28, 2013
    Messages:
    25
    Likes Received:
    5
    Trophy Points:
    0
  3. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,203
    Likes Received:
    7,532
    Trophy Points:
    210
  4. MS_User

    MS_User MDL Guru

    Joined:
    Nov 30, 2014
    Messages:
    3,987
    Likes Received:
    871
    Trophy Points:
    120
    they have a fix must likely in the next build the way their going;)
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    There are no HomeS pr ProfssionalS
    check C:\\Windows\servicing\Editions\EditionMappings.xml or EditionMatrix.xml
     
  6. #4026 Deleted member 1158084, Nov 25, 2018
    Last edited by a moderator: Nov 25, 2018
    edit :tumbleweed:
     
  7. TairikuOkami

    TairikuOkami MDL Expert

    Joined:
    Mar 15, 2014
    Messages:
    1,057
    Likes Received:
    926
    Trophy Points:
    60
    Code:
    takeown /f "%WinDir%\System32\smartscreen.exe" /a
    icacls "%WinDir%\System32\smartscreen.exe" /grant:r Administrators:F /c
    taskkill /im smartscreen.exe /f
    del "%WinDir%\System32\smartscreen.exe" /s /f /q

    Yes, it supposed to keylog everything, but according to MS, it is done to improve user's experience. Note, that disabling MsCtfMonitor prevents typing in apps, Start, etc. If you do not want to share with MS, what you are typing, you are not allowed to type at all. :)
    Code:
    schtasks /Change /TN "Microsoft\Windows\TextServicesFramework\MsCtfMonitor" /Disable
    
    reg add "HKLM\Software\Microsoft\Input" /v "InputServiceEnabled" /t REG_DWORD /d "0" /f
    reg add "HKLM\Software\Microsoft\Input" /v "InputServiceEnabledForCCI" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Input\TIPC" /v "Enabled" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\InputPersonalization" /v "RestrictImplicitInkCollection" /t REG_DWORD /d "1" /f
    reg add "HKCU\Software\Microsoft\InputPersonalization" /v "RestrictImplicitTextCollection" /t REG_DWORD /d "1" /f
    reg add "HKCU\Software\Microsoft\InputPersonalization\TrainedDataStore" /v "HarvestContacts" /t REG_DWORD /d "0" /f
    reg add "HKCU\Software\Microsoft\Personalization\Settings" /v "AcceptedPrivacyPolicy" /t REG_DWORD /d "0" /f
    reg add "HKLM\Software\Policies\Microsoft\InputPersonalization" /v "AllowInputPersonalization" /t REG_DWORD /d "0" /f
    reg add "HKLM\Software\Policies\Microsoft\InputPersonalization" /v "RestrictImplicitInkCollection" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Policies\Microsoft\InputPersonalization" /v "RestrictImplicitTextCollection" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Policies\Microsoft\Windows\HandwritingErrorReports" /v "PreventHandwritingErrorReports" /t REG_DWORD /d "1" /f
    reg add "HKLM\Software\Policies\Microsoft\Windows\TabletPC" /v "PreventHandwritingDataSharing" /t REG_DWORD /d "1" /f
    
     
  8. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,203
    Likes Received:
    7,532
    Trophy Points:
    210
  9. Shonk

    Shonk MDL Junior Member

    Joined:
    Oct 10, 2007
    Messages:
    77
    Likes Received:
    22
    Trophy Points:
    0


    taskkill /im smartscreen.exe /f
    del "%WinDir%\System32\smartscreen.exe" /s /f /q[/CODE]

    "i dont want a delete or permissions solution as that just causes log file spam when windows constantly try's starting it"


    just setting the following results in no input on "metroui!! as you already said
    it also causes hard stalls on the start menu where its trying to load said item in
    schtasks /Change /TN "Microsoft\Windows\TextServicesFramework\MsCtfMonitor" /Disable

    and it doesnt stop WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe from running in the background
    its still present in taskmanager
     
  10. yomoma2

    yomoma2 MDL Senior Member

    Joined:
    Feb 27, 2010
    Messages:
    347
    Likes Received:
    114
    Trophy Points:
    10
    #4030 yomoma2, Nov 26, 2018
    Last edited: Nov 26, 2018
    Weird, on a GSOD there was the "Your windows insider build ran into a problem" message under 17763.134. This is a local account, and the insider program isn't joined; HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\Applicability and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Selection also have been deleted in the past to clear any insider stuff for the previous 1775x.1 builds from which it was upgraded on release day. Does it still show on a fresh .107 install? Thanks.
     
  11. anndrey93

    anndrey93 MDL Novice

    Joined:
    Apr 15, 2014
    Messages:
    11
    Likes Received:
    5
    Trophy Points:
    0
    Is there somewhere this examples of ISOs for Win 10:
    en_windows_10_multiple_editions_version_1607_updated_jan_2017_x64_dvd_9714399.iso

    This build is old but i'm not quiet trusting this new kind of ISO files i'm seeing from the other "partners".
    Sorry guys i know "things" has changes on the forum but i like to really check SHA-1 and MD5 checksum to see if they are the real ISOs from M$.

    Sorry again but i had quite unpleasant surprises with this kind of WZT or anithing...
     
  12. Trickz

    Trickz MDL Novice

    Joined:
    Jul 31, 2015
    Messages:
    34
    Likes Received:
    11
    Trophy Points:
    0
    U can try this for WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe
    Code:
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /v Debugger /d "%SystemRoot%\system32\systray.exe" /f
    taskkill /im "WindowsInternal.ComposableShell.Experiences.TextInput.InputApp.exe" /t /f
     
  13. ipx

    ipx MDL Addicted

    Joined:
    May 24, 2017
    Messages:
    648
    Likes Received:
    565
    Trophy Points:
    30
  14. toyo

    toyo MDL Senior Member

    Joined:
    Aug 14, 2009
    Messages:
    439
    Likes Received:
    294
    Trophy Points:
    10
  15. Windows_Addict

    Windows_Addict MDL Addicted

    Joined:
    Jul 19, 2018
    Messages:
    909
    Likes Received:
    2,007
    Trophy Points:
    30
    #4035 Windows_Addict, Nov 26, 2018
    Last edited: Nov 26, 2018
    Task manager incorrect CPU usage Bug

    My Test case scenario-
    E5300 cpu

    app running - latest k-lite codec pack playing a 720p x265 video file in default settings.

    Windows 10 17763.165
    CPU usage showing around 40% (its actually using full cpu power)

    Untitled.png

    Windows 10 17134.1
    same result as 17763.165.

    Windows 8.1 with updates installed till may 2018
    Showing correct CPU usage (above 90%)

    Untitled.png


    Its clear that this bug is not identified in 17763.xxx but its there from build since 16299.xxx as users reported it on MS site and reddit.
    and the fact that they haven't fixed it even after one year, raises serious questions on windows 10 development.
     
  16. endbase

    endbase MDL Guru

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    150
  17. TairikuOkami

    TairikuOkami MDL Expert

    Joined:
    Mar 15, 2014
    Messages:
    1,057
    Likes Received:
    926
    Trophy Points:
    60
    That bug affects processes in Users tab.
     
  18. Ahsan

    Ahsan MDL Addicted

    Joined:
    Dec 3, 2009
    Messages:
    737
    Likes Received:
    130
    Trophy Points:
    30
    What i have noticed in RS5 is that once in a while you have to restart your PC ...
    i mean if you are using "Fast Start Up" option in Power settings , windows will load kernel and drivers from hibernation file for starting your system fast every time you boot , but in a day or two or little more, you need to perform "restart" as well so that everything is refreshed, else some slow switching between processes and delayed keyboard and mouse input is experienced.
     
  19. endbase

    endbase MDL Guru

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    150
  20. BAU

    BAU MDL Addicted

    Joined:
    Feb 10, 2009
    Messages:
    943
    Likes Received:
    2,041
    Trophy Points:
    30
    That's my trick, you reddit pleb :D