[DISCUSSION] Windows 10 Build 10130

Discussion in 'Windows 10' started by WardocsRevenge, May 31, 2015.

Thread Status:
Not open for further replies.
  1. Tripa

    Tripa MDL Member

    Oct 6, 2009
    102
    5
    10
    Intel Rapid Start Tech. is a HARDWARE based solution, works on every OS (if you have the driver) but you need a dedicated partition on your SSD.

    Windows Fast Startup works on every computer (using win 8 or newer).

    With Fast Startup enabled, my notebook needs only 7,5 seconds since I press the power button, until I see the desktop.
    (Obviously, you need autologon with netplwiz, so you don't have to type your password in between.)

    Without fast startup, that takes 7 additional seconds. (It is a fast notebook with an SSD)
     
  2. Tripa

    Tripa MDL Member

    Oct 6, 2009
    102
    5
    10
    lol you kids are very funny....
     
  3. Tripa

    Tripa MDL Member

    Oct 6, 2009
    102
    5
    10
    #263 Tripa, Jun 1, 2015
    Last edited by a moderator: Apr 20, 2017
    To measure bootup, I use my cell stopwatch.
    If you want something more precise, you can use this old VBS, though this is for REBOOT times.

    Code:
    Option Explicit
    On Error Resume Next
    Dim Wsh, Time1, Time2, Result, PathFile, MsgResult, MsgA, AppName, KeyA, KeyB, TimeDiff
    MsgA = "Please close all running applications and click on OK."
    KeyA = "HKEY_CURRENT_USER\Software\RestartTime\"
    KeyB = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\RestartTime"
    AppName = "Restart Time"
    Set Wsh = CreateObject("WScript.Shell")
    PathFile = """" & WScript.ScriptFullName & """"
    Result = wsh.RegRead(KeyA & "Times")
    if Result = "" then
    MsgResult = Msgbox (MsgA, vbOKCancel, AppName)
    If MsgResult = vbcancel then WScript.Quit
    Wsh.RegWrite KeyA & "Times", left(Time,8), "REG_SZ"
    Wsh.RegWrite KeyB, PathFile, "REG_SZ"
    Wsh.Run "cmd /c Shutdown -r -t 00", false, 0 
    else
    Wsh.RegDelete KeyA & "Times"
    Wsh.RegDelete KeyA
    Wsh.RegDelete KeyB
    TimeDiff = DateDiff("s",Result,left(Time,8))
    MsgBox "Your computer restarts in " & TimeDiff & " seconds", VbInformation, AppName
    end if
    wscript.Quit
    
     
  4. luke

    luke MDL Senior Member

    Jun 22, 2007
    458
    35
    10
    They need to fix the fast boot bug any one else get problem turning there system on after a shutdown and icon and font are both messed up?
     
  5. Shirozawa

    Shirozawa MDL Junior Member

    Feb 18, 2012
    59
    7
    0
    Hi, i wanted to know if this build is stable enough, and if i can install it as a principal os ?


    Please :)
     
  6. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,150
    240
    why ask same question in different threads? :eek:
     
  7. Shirozawa

    Shirozawa MDL Junior Member

    Feb 18, 2012
    59
    7
    0

    I posted the same question in the wrong post :s , i didn't on purpose
     
  8. maddog0266

    maddog0266 MDL Expert

    Apr 26, 2011
    1,247
    161
    60
    Yes it is stable, but you should know it is still a Beta and it does not have everything working correctly.
    There may still be things that will crash it.
    It is up to you to use it daily. I my-self have been using it daily and have very little problems.
     
  9. maddog0266

    maddog0266 MDL Expert

    Apr 26, 2011
    1,247
    161
    60
    You could have answered his question also.
     
  10. maddog0266

    maddog0266 MDL Expert

    Apr 26, 2011
    1,247
    161
    60
    I find boot times very fast but I do have a very fast system that I am using.
    My laptop does boot fast, faster then with 7 or 8.1
     
  11. Shirozawa

    Shirozawa MDL Junior Member

    Feb 18, 2012
    59
    7
    0
    Ok ok, i use it daily, so if there is few problems that doesn't matter

    But i have a question, if i download the build 10130 from torr**t after the release of the rtm, i will have to reinstall W10 properly ?
     
  12. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    4,666
    1,369
    150
    the answer is NO.....u dont use this as a primary machine...if u do is at your own risk....back up all your data every day.
     
  13. nicktorn

    nicktorn MDL Member

    Aug 24, 2012
    138
    16
    10
    #273 nicktorn, Jun 1, 2015
    Last edited: Jun 1, 2015
    Seems like I am having issues using 24-bit audio on both my desktop and laptop across Nvidia HDMI audio out, Via HD audio and Realtek HD Audio. No combination of 24-Bit/khz settings works, always silence and a message of "Failed to play test tone" when testing speaker configurations. Having to use 16-Bit depth to get any sound. Has this been discussed?

    EDIT: 24/192 works, but I usually stay away from options higher than 48khz due to some older games having issues when using higher audio quality settings and not having $10k speakers to hear a slight difference.
     
  14. WaltC

    WaltC MDL Addicted

    Mar 8, 2014
    518
    123
    30




    It's interesting that it probably isn't random, but is very predictable...;)

    I can't take the credit for the suggestion, but it appears the bug only manifests when using the start-menu's Power button to shut down (with a left-click, of course.) When you use the rmb context menu to select shutdown, it never happens, actually. I thought it was random, too, until I saw this and decided to test it--yep, it's a simple GUI bug relating to the start menu--I'd guess they'll fix it quick.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. enotar

    enotar MDL Junior Member

    Nov 21, 2011
    99
    6
    0
    #276 enotar, Jun 1, 2015
    Last edited: Jun 1, 2015
    after installing store beta update a bunch of moderns applications and now a few are not working like 3D builder, scanner, Reading list, music and video. It looks the language is the problem How can I get the store in US english being somewhere else than USA?
    Any way it looks these apps are still updating.... but nothing happend
    They are twice in start
    Thanks
     
  16. germanhess

    germanhess MDL Member

    May 26, 2012
    155
    28
    10
    Is it possible that win10 is the bait to earn money with Redstone ?
     
  17. WardocsRevenge

    WardocsRevenge MDL Expert

    Jan 13, 2012
    1,848
    646
    60
    no kids here just no nothings like you with bad hardware
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,202
    2,273
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...