[DISCUSSION] Windows 10 (1709 RS3) "Fall Creators Update" Final 16299.15 , 16299.64 & 16299.125 (PC)

Discussion in 'Windows 10' started by Enthousiast, Oct 3, 2017.

  1. RGadelha

    RGadelha MDL Expert

    Joined:
    Feb 14, 2010
    Messages:
    1,182
    Likes Received:
    585
    Trophy Points:
    60
    For some, including me, but not for all :oops:
     
  2. yomoma2

    yomoma2 MDL Senior Member

    Joined:
    Feb 27, 2010
    Messages:
    347
    Likes Received:
    114
    Trophy Points:
    10
    With some luck, there could a registry entry to separate it.
     
  3. Polo6RGTI

    Polo6RGTI MDL Junior Member

    Joined:
    Jun 5, 2015
    Messages:
    66
    Likes Received:
    81
    Trophy Points:
    0
    #3043 Polo6RGTI, Feb 3, 2018
    Last edited: Feb 3, 2018
    Disable Autolaunch feature

    Use this command and then make a note of the SID.
    Code:
    wmic useraccount get domain,name,sid
    Example:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\UserARSO\S-1-5-21-1009994778-2815073881-3359792039-1001]
    "OptOut"=dword:00000001
     
  4. antonio8909

    antonio8909 MDL Guru

    Joined:
    Feb 16, 2014
    Messages:
    2,939
    Likes Received:
    1,414
    Trophy Points:
    90
  5. Leopeva64

    Leopeva64 MDL Expert

    Joined:
    Oct 4, 2016
    Messages:
    1,096
    Likes Received:
    926
    Trophy Points:
    60
  6. Polo6RGTI

    Polo6RGTI MDL Junior Member

    Joined:
    Jun 5, 2015
    Messages:
    66
    Likes Received:
    81
    Trophy Points:
    0
    Disable Autolaunch Feature script

    Code:
    @echo off
    :: Disable Windows 10 Autolaunch Feature
    :: Author: Hendrik Vermaak, 03 February 2018
    
    :: Check for administrative permissions
    >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
    :: If error flag set, we do not have admin.
    if '%errorlevel%' NEQ '0' (
    echo Requesting administrative privileges...
    goto UACPrompt
    ) else ( goto gotAdmin )
    :UACPrompt
    echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
    echo UAC.ShellExecute "cmd.exe", "/C """"%~f0""""", , "runas", 1 >> "%temp%\getadmin.vbs"
    cscript "%temp%\getadmin.vbs"
    exit /B
    :gotAdmin
    if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
    pushd "%CD%"
    CD /D "%~dp0"
    :: BatchGotAdmin (Run as Admin code ends)
    
    :: Disable AutoLaunch Feature
    echo.
    for /F "tokens=* skip=1" %%n in ('wmic useraccount where "name='%username%'" get sid ^| findstr "."') do (set SID=%%n)
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\UserARSO\%SID%" /v OptOut /t REG_DWORD /d 1 /f
    echo.
    echo Autolaunch feature disabled.
    echo.
    echo.
    echo Please press any key to exit...
    pause >nul
    
     
  7. antonio8909

    antonio8909 MDL Guru

    Joined:
    Feb 16, 2014
    Messages:
    2,939
    Likes Received:
    1,414
    Trophy Points:
    90
  8. Senjanov

    Senjanov MDL Member

    Joined:
    Jul 29, 2011
    Messages:
    217
    Likes Received:
    44
    Trophy Points:
    10
    autolauch after restart idk resolve itself..
    CU update with wu, store updated also metro apps in store(calc, camera, etc)
    sign-in option it checklist, never change anything except windows update setting(notify updates) and automatically driver set to disable(no) in devices and printers
     
  9. goldy89

    goldy89 MDL Novice

    Joined:
    Feb 2, 2016
    Messages:
    38
    Likes Received:
    6
    Trophy Points:
    0
    hi , im having desktop i5 second generation , h61 chipset based motherboard , now question is everytime i instal window 10 on it, cpu stuck to 100% , i did alot of reasearch on it but of no use , watched alot of videos on it, but failed nothing works , wel if any one knows the solution pls tel me , thank you
     
  10. Nh3xus

    Nh3xus MDL Novice

    Joined:
    Jul 28, 2015
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Hello guys,

    I've read the first page but I still have this question :

    Which build (16299.15, OR .64 OR .125) is the "stable" version of Windows 10 ? Those builds are all Windows Insiders builds right ?

    Or maybe, I'm wrong.

    I would appreciate your help there.

    Thanks you.

    Cheers.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
    You're wrong, this thread has the title: ...Final.... Insider thread titles contain Insider Preview.
    16299.15 was first release, 16299.64 second release (refresh) and 16299.125 third release (refresh).
     
  12. TairikuOkami

    TairikuOkami MDL Expert

    Joined:
    Mar 15, 2014
    Messages:
    1,057
    Likes Received:
    926
    Trophy Points:
    60
    16299.15 si RTM/Stable version, it will not change until the next upgrade, all following versions are just updates, the last one is 16299.214. Not sure, why the title was updated like that, it is confusing.

    Windows Insider versions are currently starting with 17, like 17xxx, currently 17083.

    capture_02042018_170340.jpg
     
  13. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
  14. Nh3xus

    Nh3xus MDL Novice

    Joined:
    Jul 28, 2015
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Thanks you SAM, TairikuOkami and Enthousiast !

    Now I'm getting a much better understanding of Windows 10's development cycle.

    Cheers.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,622
    Trophy Points:
    450
  16. daveo76

    daveo76 MDL Expert

    Joined:
    Nov 9, 2009
    Messages:
    1,064
    Likes Received:
    281
    Trophy Points:
    60
  17. archangeliques

    archangeliques MDL Member

    Joined:
    May 2, 2017
    Messages:
    109
    Likes Received:
    14
    Trophy Points:
    10
    #3057 archangeliques, Feb 7, 2018
    Last edited: Feb 7, 2018
    Hi, I'm experiencing short connection freezes for like 10 to 15 seconds randomly. Sometimes it happens once in 10 mins, sometimes once in 1 hour or 2. This issue started 2-3 weeks ago. I checked Event Manager there wasn't any System Error or Warning matches with the issues occurrence time. Then I checked Application menu under Windows Logs and found 1 information that matches with the issue time which is EseDiskFlushConsistency. Googleing showed some results that when that happens games freez or minimize. Some tried to fix it with networking services, some updated network drivers, some resetted network stack but none helped. The issue is below. Anyone having it? Fixed it?

    Code:
    DllHost (4880,G,0) The beta feature EseDiskFlushConsistency is enabled in ESENT due to the beta site mode settings 0x800000.
    svchost (316,G,0) The beta feature EseDiskFlushConsistency is enabled in ESENT due to the beta site mode settings 0x800000.
    Source: ESENT
    Event ID: 916
    Thanks.
     
  18. Ahsan

    Ahsan MDL Addicted

    Joined:
    Dec 3, 2009
    Messages:
    737
    Likes Received:
    130
    Trophy Points:
    30
    hi guys.

    is there any security patch released for redstone 3 for the Intel Security Flaw that has been identified by google last month in Jan 2018 ??

    thanks,
    Ahsan
     
  19. SAM-R

    SAM-R MDL Guru

    Joined:
    Mar 21, 2015
    Messages:
    4,835
    Likes Received:
    4,442
    Trophy Points:
    150
  20. boe323

    boe323 MDL Member

    Joined:
    Jul 19, 2011
    Messages:
    240
    Likes Received:
    32
    Trophy Points:
    10
    #3060 boe323, Feb 8, 2018
    Last edited: Feb 8, 2018
    Hi ....could someone write down there default set of rules that Microsoft set when exploit protection was installed, I'm having loads of game crashing whea errors and I think exploit protection has lost its default rules. Which .exes where set and what rules where given??? How about exporting your settings and uploading the file ?? really need to sort this id prefer to keep it switched on but if cant recover the default set of rules ill have to disable.