[DISCUSSION] Windows 10 Technical Preview Build 9926

Discussion in 'Windows 10' started by Tito, Jan 23, 2015.

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

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    569
    1,275
    30
    #961 arseny92, Jan 30, 2015
    Last edited: Jan 30, 2015
    Depends whom you count for the charge. For example DreamSpark Premium can get Enterprise lab licenses, so free for students with lab installers group set, but (usually) not free for the academic institution in overall
     

    Attached Files:

  2. Don

    Don MDL Expert

    Jul 29, 2009
    1,363
    124
    60
    Maybe not the right thread as it could fit anywhere but does anybody know if there is a way to port one drive from windows 10 back to windows 8.1? Specifically looking for selective sync.
     
  3. lolindirfab

    lolindirfab MDL Novice

    Aug 16, 2012
    30
    4
    0
    Does anyone know how to update metro apps in 9926? I can't find the "update apps" button in the Store.

    Thanks.
     
  4. arseny92

    arseny92 MDL Secret Weapon

    Sep 22, 2009
    569
    1,275
    30
    #964 arseny92, Jan 30, 2015
    Last edited: Jan 30, 2015
    In the old Store, it is at the same place where it always been, in settings charm/app updates. With charms no more, use the hamburger menu
    In the new Store (Beta) the Settings are supposed to be next to your avatar, but the page seem to not have been implemented, as it only shows version/cv/environment. From Win+R run directly ms-windows-store2:updates
     
  5. matt_0978

    matt_0978 MDL Junior Member

    Jul 16, 2009
    95
    4
    0
    store2 is the new one, try Win+R ms-windows-store:updates to update your apps, but just checked on mine and there's no updates available.
     
  6. Dos_Probie

    Dos_Probie MDL Member

    Jul 18, 2012
    249
    86
    10
  7. madamimadam

    madamimadam MDL Novice

    Aug 9, 2012
    37
    4
    0
    Is the new build supposed to be available? It fails with 0x80246017 every time.

    Screenshot (2).png
     
  8. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,208
    1,912
    90
    The purpose of Tskill Conhost, is to make sure all cmd windows are closed after running SetWindowCompositionAttribute.exe with TaskbarBlur.cmd, the timeout is to let SetWindowCompositionAttribute.exe and TaskbarBlur.cmd finish.;)
     
  9. raiden89

    raiden89 MDL Junior Member

    Mar 4, 2009
    96
    15
    10
    This is an error on Microsoft's part after one of the updates they pushed. A new build hasn't been released yet. Others were seeing 9931/9932/9934 as well.
     
  10. Dos_Probie

    Dos_Probie MDL Member

    Jul 18, 2012
    249
    86
    10
    #970 Dos_Probie, Jan 31, 2015
    Last edited by a moderator: Apr 20, 2017
    Ok, gotcha , Anyway I posted a similar startup solution for taskblur a few day ago over at msfn (see below) where you consolidate together the SetWindowCompositionAttribute.exe with the TaskbarBlur.cmd in the AeroGlass folder then runs on logoffs and reboots, you still get a dos console flash when running (thinking a .vbs would do better). but gets the job done.
    ~DP
    Code:
    @echo off
    (NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>&1
    reg add hklm\software\microsoft\windows\currentversion\run /f /v TaskBarBlur /t REG_EXPAND_SZ /d "%Systemdrive%\AeroGlass\TaskbarBlur.cmd">nul
    exit

     
  11. BAV0

    BAV0 MDL Expert

    Aug 25, 2011
    1,028
    1,315
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. maddog0266

    maddog0266 MDL Expert

    Apr 26, 2011
    1,249
    156
    60
    #972 maddog0266, Jan 31, 2015
    Last edited: Jan 31, 2015
    Has anyone else got this update tonight
    Update Jan.30 2015.jpg

    FBL_AWESOME1501 9933 Professional

    Update Jan.30 2015 a.jpg

    Update Jan.30 2015 b.jpg

    Update Jan.30 2015 c.jpg

    Update Jan.30 2015 d.jpg

    I don't get it no one got the last one 9931 that I got and now I get this one.

    Can someone tell me if they got it.
     
  13. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,208
    1,912
    90
    #973 Ace2, Jan 31, 2015
    Last edited by a moderator: Apr 20, 2017
    Tested and it works, but it loads to fast/before AeroGlass on PC Restart, and you end up with no blur or Transparency on Taskbar.
     
  14. FunkyMike

    FunkyMike MDL Member

    Jul 30, 2009
    140
    20
    10
  15. maddog0266

    maddog0266 MDL Expert

    Apr 26, 2011
    1,249
    156
    60
    So yours did not update.
    Do you get an error or what
     
  16. FunkyMike

    FunkyMike MDL Member

    Jul 30, 2009
    140
    20
    10
    I took Krutoniums image since he is my bud ; ).

    And no it didn't for him : (
     
  17. maddog0266

    maddog0266 MDL Expert

    Apr 26, 2011
    1,249
    156
    60
    Well mine did.
    Does anyone know where Windows stores the update.
    Maybe I can copy it and make ISO.
     
  18. Dos_Probie

    Dos_Probie MDL Member

    Jul 18, 2012
    249
    86
    10
    Don't know your system setup, but this works Every Time on my Test PC that is a non vm (i7,SSD,16gb ram), my aero is enabled immediately at desktop then about a 8 sec delay before the TaskBarBlur kicks in.
    ~DP

     
  19. 33Region

    33Region MDL Novice

    Apr 6, 2011
    45
    26
    0
    C:\Windows\SoftwareDistribution\Download
     
  20. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,208
    1,912
    90
    #980 Ace2, Jan 31, 2015
    Last edited by a moderator: Apr 20, 2017
    Task Scheduler was running slow, reset AeroGlass in Task Scheduler, working fine with:

    Regedit StartUp.cmd
    Code:
    @echo off
    (NET FILE||(powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&EXIT /B))>NUL 2>&1
    reg add hklm\software\microsoft\windows\currentversion\run /f /v TaskBarBlur /t REG_EXPAND_SZ /d "%Systemdrive%\AeroGlass\TaskbarBlur.vbs">nul
    exit

    TaskbarBlur.vbs
    Code:
      Set WshShell = WScript.CreateObject("WScript.Shell")
      If WScript.Arguments.length = 0 Then
      Set ObjShell = CreateObject("Shell.Application")
      ObjShell.ShellExecute "wscript.exe", """" & _
      WScript.ScriptFullName & """" &_
      " RunAsAdministrator", , "runas", 1
      End if
    
     Dim WshShell
     Set WshShell = WScript.CreateObject( "WScript.Shell" )
     WshShell.Run "C:\Windows\System32\SetWindowCompositionAttribute.exe class Shell_TrayWnd accent 0 0 0 0", 0, True
     WshShell.Run "C:\Windows\System32\SetWindowCompositionAttribute.exe class Shell_TrayWnd blur true", 0, True
     Wscript.Sleep 1000
     WshShell.Run "C:\Windows\System32\Tskill Conhost", 0, True
     Set WshShell = Nothing

    Thanks Dos_Probie for the Regedit StartUp.cmd.;)