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

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

  1. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    4,657
    1,361
    150
    they have a fix must likely in the next build the way their going;)
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,773
    340
    There are no HomeS pr ProfssionalS
    check C:\\Windows\servicing\Editions\EditionMappings.xml or EditionMatrix.xml
     
  4. #4024 Deleted member 1158084, Nov 25, 2018
    Last edited by a moderator: Nov 25, 2018
    edit :tumbleweed:
     
  5. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,254
    1,151
    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
    
     
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    :eek: ??
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Shonk

    Shonk MDL Member

    Oct 10, 2007
    131
    81
    10


    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
     
  8. yomoma2

    yomoma2 MDL Senior Member

    Feb 27, 2010
    365
    124
    10
    #4028 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.
     
  9. anndrey93

    anndrey93 MDL Novice

    Apr 15, 2014
    11
    5
    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...
     
  10. Trickz

    Trickz MDL Novice

    Jul 31, 2015
    35
    11
    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
     
  11. ipx

    ipx MDL Addicted

    May 24, 2017
    774
    738
    30
    #4031 ipx, Nov 26, 2018
    Last edited: Oct 27, 2022
    .
     
  12. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,364
    4,295
    60
    #4033 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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,254
    1,151
    60
    That bug affects processes in Users tab.
     
  15. Ahsan

    Ahsan MDL Addicted

    Dec 3, 2009
    838
    171
    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.
     
  16. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,729
    60
    That's my trick, you reddit pleb :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Windows_Addict

    Windows_Addict MDL Expert

    Jul 19, 2018
    1,364
    4,295
    60
    #4039 Windows_Addict, Nov 26, 2018
    Last edited: Nov 26, 2018
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,717
    150
    Cool so windows 10 performs better ? :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...